aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations
AgeCommit message (Expand)Author
2020-07-12Use AsEnumerable instead of ToListPatrick Barron
2020-07-09Ignore casing when authenticating usersPatrick Barron
2020-07-04Merge pull request #3423 from crobibero/easypasswordJoshua M. Boniface
2020-06-24Change to ResourceNotFoundExceptionPatrick Barron
2020-06-24Fix user deletion.Patrick Barron
2020-06-24implement ChangeEasyPassword from legacy providercrobibero
2020-06-22fix mergecrobibero
2020-06-22Merge remote-tracking branch 'upstream/master' into easypasswordcrobibero
2020-06-16Merge remote-tracking branch 'upstream/master' into check-stored-password-existsaled
2020-06-16Merge branch 'master' into check-stored-password-existsaled
2020-06-16Merge pull request #3343 from telans/comment-stopsBond-009
2020-06-16fix SA1513/SA1516telans
2020-06-16Add full stop at end of comments (SA1629)telans
2020-06-13Merge branch 'master' into userdb-efcorePatrick Barron
2020-06-13Add commentPatrick Barron
2020-06-13Add missing properties to UserDtoPatrick Barron
2020-06-13Actually set `BlockUnratedItems`Patrick Barron
2020-06-13Actually fix profile imagesPatrick Barron
2020-06-13Fix build issuesPatrick Barron
2020-06-13Regenerate migrationsPatrick Barron
2020-06-13Actually fix deleting profile images (hopefully)Patrick Barron
2020-06-11Fix build errorsPatrick Barron
2020-06-11Properly remove profile imagesPatrick Barron
2020-06-11Update to .NET Core 3.1.5crobibero
2020-06-10Fix bugs for fresh installs.Patrick Barron
2020-06-09Fix startup wizard.Patrick Barron
2020-06-09Enable nullable annotationsPatrick Barron
2020-06-07Add another missing propertyPatrick Barron
2020-06-07Add missing propertyPatrick Barron
2020-06-07Implement more review suggestionsPatrick Barron
2020-06-07Fix EasyPassword settingcrobibero
2020-06-07Remove EasyPassword from Authentication providerscrobibero
2020-06-07Apply review suggestions and fix bugPatrick Barron
2020-06-02Remove unused methodsPatrick Barron
2020-05-31Apply review suggestion and fix entity concurrency tokens.Patrick Barron
2020-05-31Remove unused compile remove statements.Patrick Barron
2020-05-30Remove unused portions of the user schemaPatrick Barron
2020-05-30Reset invalid login attempt count properlyPatrick Barron
2020-05-30Reimplement password resettingPatrick Barron
2020-05-29Make UserManager.IsValidUsername staticPatrick Barron
2020-05-29Ignore documentation warnings in new migration filesPatrick Barron
2020-05-29Update schema and migration to allow LastLoginDate and LastActivityDate to be...Patrick Barron
2020-05-28Fix bug when migrating user db with users that have never logged in.Patrick Barron
2020-05-28Optimize number of created DbContexts and fix default values for some fieldsPatrick Barron
2020-05-28Remove unnecessary logging statementPatrick Barron
2020-05-26Update migrations and fix a few bugsPatrick Barron
2020-05-26Fix merge conflicts with SyncPlayPatrick Barron
2020-05-26Merge branch 'master' into userdb-efcorePatrick Barron
2020-05-23Cleanup and fix more bugsPatrick Barron
2020-05-23CleanupPatrick Barron