aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library/UserManager.cs
AgeCommit message (Expand)Author
2019-07-06Streamline authentication proccessBond_009
2019-06-28Reduce amount of raw sqlBond_009
2019-06-09Revert "Don't set a default reset provider"Joshua M. Boniface
2019-06-09Remove superfluous conditionalJoshua M. Boniface
2019-06-09Don't set a default reset providerJoshua M. Boniface
2019-06-09Apply suggestions from code reviewJoshua M. Boniface
2019-06-09Add nicer log message and commentJoshua M. Boniface
2019-06-08Implement InvalidAuthProviderJoshua M. Boniface
2019-05-25Format correctly the PIN when updating itDrPandemic
2019-05-11Fix pin bug introduced in 10.3.z.DrPandemic
2019-04-30Fix incorrect hasPassword flag when easy pin setbugfixin
2019-04-07Override username with AuthenticationProviderJoshua Boniface
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-22made password resets an interface and per userPhallacy
2019-03-16really fixed 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-16configurable user lockoutPhallacy
2019-03-05Minor fixes to address style issuesPhallacy
2019-03-04minor style fixesPhallacy
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-13Minor fixes re:PR870, added null checks from PR876Phallacy
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
2019-02-04Merge pull request #797 from Bond-009/warningsVasily
2019-02-03Merge pull request #736 from Bond-009/startasyncJoshua M. Boniface
2019-02-02Fix all warningsBond-009
2019-01-31Remove more Connect related stuffClaus Vium
2019-01-31Upgrade crypto provider, retarget better frameworkPhallacy
2019-01-28Unwrapped all /(Write|Read)All(Text|Bytes)/ functions.Erwin de Haan
2019-01-28Unwrapped CreateDirectory and DeleteDirectoryErwin de Haan
2019-01-28Unwrapped GetDirectoryName and DirectorySeperatorCharErwin de Haan
2019-01-27Check if file exists instead of catching exceptionsBond_009
2019-01-27Start startup tasks asyncBond_009
2019-01-22Remove conditions that are always true/falseBond_009
2019-01-20Replaced injections of ILogger with ILoggerFactoryWilliam Taylor
2019-01-13ReSharper conform to 'var' settingsErwin de Haan
2019-01-13Visual Studio Reformat: Emby.Server.Implementations Part I-LibErwin de Haan
2019-01-13Merge pull request #458 from EraYaN/code-cleanupJoshua M. Boniface
2019-01-11fix the forgotpasswordpingrafixeyehero
2019-01-10Mayor code cleanupErwin de Haan
2019-01-05Remove FireEventIfNotNullBond_009