aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library/DefaultAuthenticationProvider.cs
AgeCommit message (Collapse)Author
2020-05-12Initial migration codePatrick Barron
2020-04-13Throw AuthenticationException instead of ArgumentNullException when a user ↵Mark Monteiro
does not exist
2019-12-11More warnings (removed)Bond_009
2019-11-27Fix more warningsBond_009
2019-11-23Merge pull request #1926 from Bond-009/authdkanada
Add clearer exceptions, warnings and docs
2019-11-01Rewrite hex encoder/decoderBond_009
2019-10-20Add clearer exceptions, warnings and docsBond_009
2019-09-17Remove legacy auth code (#1677)Bond-009
* Remove legacy auth code * Adds tests so we don't break PasswordHash (again) * Clean up interfaces * Remove duplicate code * Use auto properties * static using * Don't use 'this' * Fix build
2019-08-28Fix loginBond_009
2019-07-06Streamline authentication proccessBond_009
2019-05-25Format correctly the PIN when updating itDrPandemic
2019-05-11Fix pin bug introduced in 10.3.z.DrPandemic
The issue is that the new easyPassword format prepends the hash function. This PR extract the hash from "$SHA1$_hash_".
2019-03-15quick fix for auth bugPhallacy
2019-03-07Update Emby.Server.Implementations/Library/DefaultAuthenticationProvider.csBond-009
Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>
2019-03-07Apply suggestions from code review Bond-009
more minor fixes before I do larger fixes Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>
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-20minor changes and return to netstandardPhallacy
2019-02-18added justaman notes, fixed new bug from emty has removalsPhallacy
2019-02-18Apply suggestions from code review LogicalPhallacy
Adding minor stylistic suggestions from Bond-009 Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>
2019-02-13Update Emby.Server.Implementations/Library/DefaultAuthenticationProvider.cs Claus Vium
fix to styling Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>
2019-02-13Update Emby.Server.Implementations/Library/DefaultAuthenticationProvider.cs Claus Vium
fix to styling Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>
2019-02-13Minor fixes re:PR870, added null checks from PR876Phallacy
2019-02-12fixed nul user check to be first per justamanPhallacy
2019-02-12sha256 with salt auth and sha1 interopPhallacy
2019-01-13Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTvErwin de Haan
2019-01-13Visual Studio Reformat: Emby.Server.Implementations Part I-LibErwin de Haan
2019-01-10Mayor code cleanupErwin de Haan
Add Argument*Exceptions now use proper nameof operators. Added exception messages to quite a few Argument*Exceptions. Fixed rethorwing to be proper syntax. Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling) Added some TODOs to log certain exceptions. Fix sln again. Fixed all AssemblyInfo's and added proper copyright (where I could find them) We live in *current year*. Fixed the use of braces. Fixed a ton of properties, and made a fair amount of functions static that should be and can be static. Made more Methods that should be static static. You can now use static to find bad functions! Removed unused variable. And added one more proper XML comment.
2018-09-12Update to 3.5.2 and .net core 2.1stefan