aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library
AgeCommit message (Expand)Author
2019-04-07Override username with AuthenticationProviderJoshua Boniface
2019-03-29Correct bad quote charactersJoshua Boniface
2019-03-29Remove dashes from pinsLogicalPhallacy
2019-03-29adds readonly to propertiesPhallacy
2019-03-28fix byte stringPhallacy
2019-03-28switched to a hexa string with crypto random backingPhallacy
2019-03-27minor fixes and usingsPhallacy
2019-03-27Update Emby.Server.Implementations/Library/DefaultPasswordResetProvider.csBond-009
2019-03-25async improvements and post reset cleanupsPhallacy
2019-03-25Apply minor suggestions from code reviewLogicalPhallacy
2019-03-24removes needless dictionaryPhallacy
2019-03-24Update Emby.Server.Implementations/Library/UserManager.csClaus Vium
2019-03-24fixes some usingsPhallacy
2019-03-24greaterthen/lessthen reversal fixPhallacy
2019-03-22made password resets an interface and per userPhallacy
2019-03-16really fixed line endingsPhallacy
2019-03-16fixed line endingsPhallacy
2019-03-16adding regex fixPhallacy
2019-03-16Update Emby.Server.Implementations/Library/UserManager.csJoshua M. Boniface
2019-03-16updated regex to string literal with escaped -Phallacy
2019-03-16Merge pull request #2 from LogicalPhallacy/masterLogicalPhallacy
2019-03-16Merge pull request #1 from jellyfin/masterLogicalPhallacy
2019-03-16configurable user lockoutPhallacy
2019-03-15quick fix for auth bugPhallacy
2019-03-13More warning fixesBond-009
2019-03-07Reduce the amount of exceptions thrownBond_009
2019-03-07Update Emby.Server.Implementations/Library/DefaultAuthenticationProvider.csBond-009
2019-03-07Apply suggestions from code review Bond-009
2019-03-05Minor fixes to address style issuesPhallacy
2019-03-04minor style fixesPhallacy
2019-02-27fixed logic flip in auth empty check and fixed crypto algo choicePhallacy
2019-02-20made newlines into linux newlinesPhallacy
2019-02-20merging with master to clear merge conflictPhallacy
2019-02-20minor changes and return to netstandardPhallacy
2019-02-19Merge pull request #848 from Bond-009/perfJoshua M. Boniface
2019-02-18added justaman notes, fixed new bug from emty has removalsPhallacy
2019-02-18Apply suggestions from code review LogicalPhallacy
2019-02-16Merge branch 'master' into perfBond-009
2019-02-16Merge branch 'master' into fieldsBond-009
2019-02-15Make all class implementing dynamically loaded interfaces publicClaus Vium
2019-02-13Update Emby.Server.Implementations/Library/DefaultAuthenticationProvider.cs Claus Vium
2019-02-13Update Emby.Server.Implementations/Library/DefaultAuthenticationProvider.cs Claus Vium
2019-02-13Minor fixes re:PR870, added null checks from PR876Phallacy
2019-02-12fixed nul user check to be first per justamanPhallacy
2019-02-12Don't clone listsBond_009
2019-02-12Tuple -> ValueTupleBond_009
2019-02-12Use HashSets for increased perfBond_009
2019-02-12sha256 with salt auth and sha1 interopPhallacy
2019-02-11Merge pull request #9 from jellyfin/masterLogicalPhallacy
2019-02-09Removed some unused fieldsBond_009