| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-05-12 | Initial migration code | Patrick Barron | |
| 2020-04-13 | Throw AuthenticationException instead of ArgumentNullException when a user ↵ | Mark Monteiro | |
| does not exist | |||
| 2019-12-11 | More warnings (removed) | Bond_009 | |
| 2019-11-27 | Fix more warnings | Bond_009 | |
| 2019-11-23 | Merge pull request #1926 from Bond-009/auth | dkanada | |
| Add clearer exceptions, warnings and docs | |||
| 2019-11-01 | Rewrite hex encoder/decoder | Bond_009 | |
| 2019-10-20 | Add clearer exceptions, warnings and docs | Bond_009 | |
| 2019-09-17 | Remove 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-28 | Fix login | Bond_009 | |
| 2019-07-06 | Streamline authentication proccess | Bond_009 | |
| 2019-05-25 | Format correctly the PIN when updating it | DrPandemic | |
| 2019-05-11 | Fix 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-15 | quick fix for auth bug | Phallacy | |
| 2019-03-07 | Update Emby.Server.Implementations/Library/DefaultAuthenticationProvider.cs | Bond-009 | |
| Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com> | |||
| 2019-03-07 | Apply 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-05 | Minor fixes to address style issues | Phallacy | |
| 2019-03-04 | minor style fixes | Phallacy | |
| 2019-02-27 | fixed logic flip in auth empty check and fixed crypto algo choice | Phallacy | |
| 2019-02-20 | made newlines into linux newlines | Phallacy | |
| 2019-02-20 | minor changes and return to netstandard | Phallacy | |
| 2019-02-18 | added justaman notes, fixed new bug from emty has removals | Phallacy | |
| 2019-02-18 | Apply suggestions from code review | LogicalPhallacy | |
| Adding minor stylistic suggestions from Bond-009 Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com> | |||
| 2019-02-13 | Update Emby.Server.Implementations/Library/DefaultAuthenticationProvider.cs | Claus Vium | |
| fix to styling Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com> | |||
| 2019-02-13 | Update Emby.Server.Implementations/Library/DefaultAuthenticationProvider.cs | Claus Vium | |
| fix to styling Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com> | |||
| 2019-02-13 | Minor fixes re:PR870, added null checks from PR876 | Phallacy | |
| 2019-02-12 | fixed nul user check to be first per justaman | Phallacy | |
| 2019-02-12 | sha256 with salt auth and sha1 interop | Phallacy | |
| 2019-01-13 | Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv | Erwin de Haan | |
| 2019-01-13 | Visual Studio Reformat: Emby.Server.Implementations Part I-Lib | Erwin de Haan | |
| 2019-01-10 | Mayor code cleanup | Erwin 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-12 | Update to 3.5.2 and .net core 2.1 | stefan | |
