| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-06-09 | Revert "Don't set a default reset provider" | Joshua M. Boniface | |
| This reverts commit c230d49d7c37d4fbe77676b835c3afd6c8cb56e7. This reenables an edge case where an admin might want to reset, with the default auth provider, the password of an externally-provided user so they could "unlock" the account while it was failing. There might be minor security implications to this, but the malicious actor would need FS access to do it (as they would with any password resets) so it's probably best to keep it as-is. Removing this in the first place was due to a misunderstanding anyways so no harm. | |||
| 2019-06-09 | Remove superfluous conditional | Joshua M. Boniface | |
| This wasn't needed to prevent updating the policy on-disk from my tests and can be removed as suggested by @Bond-009 | |||
| 2019-06-09 | Don't set a default reset provider | Joshua M. Boniface | |
| 2019-06-09 | Use SecurityException for auth failure | Joshua M. Boniface | |
| 2019-06-09 | Apply suggestions from code review | Joshua M. Boniface | |
| Co-Authored-By: Claus Vium <cvium@users.noreply.github.com> Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-06-09 | Add nicer log message and comment | Joshua M. Boniface | |
| 2019-06-08 | Implement InvalidAuthProvider | Joshua M. Boniface | |
| Implements the InvalidAuthProvider, which acts as a fallback if a configured authentication provider, e.g. LDAP, is unavailable due to a load failure or removal. Until the user or the authentication plugin is corrected, this will cause users with the missing provider to be locked out, while throwing errors in the logs about the issue. Fixes #1445 part 2 | |||
| 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-04-30 | Fix incorrect hasPassword flag when easy pin set | bugfixin | |
| 2019-04-07 | Override username with AuthenticationProvider | Joshua Boniface | |
| Pass back the Username directive returned by an AuthenticationProvider to the calling code, so we may override the user-provided Username value if the authentication provider passes this back. Useful for instance in an LDAP scenario where what the user types may not necessarily be the "username" that is mapped in the system, e.g. the user providing 'mail' while 'uid' is the "username" value. Could also then be extensible to other authentication providers as well, should they wish to do a similar thing. | |||
| 2019-03-29 | Correct bad quote characters | Joshua Boniface | |
| 2019-03-29 | Remove dashes from pins | LogicalPhallacy | |
| 2019-03-29 | adds readonly to properties | Phallacy | |
| 2019-03-28 | fix byte string | Phallacy | |
| 2019-03-28 | switched to a hexa string with crypto random backing | Phallacy | |
| 2019-03-27 | minor fixes and usings | Phallacy | |
| 2019-03-27 | Update Emby.Server.Implementations/Library/DefaultPasswordResetProvider.cs | Bond-009 | |
| Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com> | |||
| 2019-03-25 | async improvements and post reset cleanups | Phallacy | |
| 2019-03-25 | Apply minor suggestions from code review | LogicalPhallacy | |
| Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com> | |||
| 2019-03-24 | removes needless dictionary | Phallacy | |
| 2019-03-24 | Update Emby.Server.Implementations/Library/UserManager.cs | Claus Vium | |
| Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com> | |||
| 2019-03-24 | fixes some usings | Phallacy | |
| 2019-03-24 | greaterthen/lessthen reversal fix | Phallacy | |
| 2019-03-22 | made password resets an interface and per user | Phallacy | |
| 2019-03-16 | really fixed line endings | Phallacy | |
| 2019-03-16 | fixed line endings | Phallacy | |
| 2019-03-16 | adding regex fix | Phallacy | |
| 2019-03-16 | Update Emby.Server.Implementations/Library/UserManager.cs | Joshua M. Boniface | |
| Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com> | |||
| 2019-03-16 | updated regex to string literal with escaped - | Phallacy | |
| 2019-03-16 | Merge pull request #2 from LogicalPhallacy/master | LogicalPhallacy | |
| update lockoutfix to latest for testing | |||
| 2019-03-16 | Merge pull request #1 from jellyfin/master | LogicalPhallacy | |
| merging myself to latest | |||
| 2019-03-16 | configurable user lockout | Phallacy | |
| 2019-03-15 | quick fix for auth bug | Phallacy | |
| 2019-03-13 | More warning fixes | Bond-009 | |
| 2019-03-07 | Reduce the amount of exceptions thrown | Bond_009 | |
| 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 | merging with master to clear merge conflict | Phallacy | |
| 2019-02-20 | minor changes and return to netstandard | Phallacy | |
| 2019-02-19 | Merge pull request #848 from Bond-009/perf | Joshua M. Boniface | |
| Minor changes to reduce allocations | |||
| 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-16 | Merge branch 'master' into perf | Bond-009 | |
| 2019-02-16 | Merge branch 'master' into fields | Bond-009 | |
| 2019-02-15 | Make all class implementing dynamically loaded interfaces public | Claus Vium | |
