Commit Graph

231 Commits (f62af07381b633d8e7ddf5787d9048fbbf4e3c85)

Author SHA1 Message Date
Joshua Boniface 1af9c047fb Override username with AuthenticationProvider
5 years ago
Joshua Boniface f0fbd0232c Correct bad quote characters
5 years ago
LogicalPhallacy 13e94a8b1b
Remove dashes from pins
5 years ago
Phallacy 2d396cb589 adds readonly to properties
5 years ago
Phallacy b56031b9f3 fix byte string
5 years ago
Phallacy 48b50a22a4 switched to a hexa string with crypto random backing
5 years ago
Phallacy 5e8496bc59 minor fixes and usings
5 years ago
Bond-009 b07c146fd9
Update Emby.Server.Implementations/Library/DefaultPasswordResetProvider.cs
5 years ago
Phallacy 6be8624373 async improvements and post reset cleanups
5 years ago
LogicalPhallacy 740c95d557
Apply minor suggestions from code review
5 years ago
Phallacy 86772bd7bd removes needless dictionary
5 years ago
Claus Vium 4e2841f0d7
Update Emby.Server.Implementations/Library/UserManager.cs
5 years ago
Phallacy 26fe4040bf fixes some usings
5 years ago
Phallacy 758e35baba greaterthen/lessthen reversal fix
5 years ago
Phallacy 09921a00aa made password resets an interface and per user
5 years ago
Phallacy 80aedcd7e2 really fixed line endings
5 years ago
Phallacy fc28c9237c fixed line endings
5 years ago
Phallacy b04200ca68 adding regex fix
5 years ago
Joshua M. Boniface e3dbed1c1a
Update Emby.Server.Implementations/Library/UserManager.cs
5 years ago
Phallacy 7f0fa74467 updated regex to string literal with escaped -
5 years ago
LogicalPhallacy 9df1506794
Merge pull request #2 from LogicalPhallacy/master
5 years ago
LogicalPhallacy 2d0844b5db
Merge pull request #1 from jellyfin/master
5 years ago
Phallacy 1ee016c997 configurable user lockout
5 years ago
Phallacy 221389089c quick fix for auth bug
5 years ago
Bond-009 bf43dc00bb More warning fixes
5 years ago
Bond_009 37ea50a572 Reduce the amount of exceptions thrown
5 years ago
Bond-009 f486f5966f
Update Emby.Server.Implementations/Library/DefaultAuthenticationProvider.cs
5 years ago
Bond-009 c31b0b311b
Apply suggestions from code review
5 years ago
Phallacy bef665be36 Minor fixes to address style issues
5 years ago
Phallacy 2c26517172 minor style fixes
5 years ago
Phallacy edba82db37 fixed logic flip in auth empty check and fixed crypto algo choice
5 years ago
Phallacy 098de6b050 made newlines into linux newlines
5 years ago
Phallacy a0d31a49a0 merging with master to clear merge conflict
5 years ago
Phallacy 6bbb968b57 minor changes and return to netstandard
5 years ago
Joshua M. Boniface 89d4ce309d
Merge pull request #848 from Bond-009/perf
5 years ago
Phallacy 48e7274d37 added justaman notes, fixed new bug from emty has removals
5 years ago
LogicalPhallacy 9f3aa2cead
Apply suggestions from code review
5 years ago
Bond-009 4811e76860
Merge branch 'master' into perf
5 years ago
Bond-009 bdfd042d70
Merge branch 'master' into fields
5 years ago
Claus Vium 21f0a7e020 Make all class implementing dynamically loaded interfaces public
5 years ago
Claus Vium d8e6808d77
Update Emby.Server.Implementations/Library/DefaultAuthenticationProvider.cs
5 years ago
Claus Vium 9e58e31de0
Update Emby.Server.Implementations/Library/DefaultAuthenticationProvider.cs
5 years ago
Phallacy 77602aff88 Minor fixes re:PR870, added null checks from PR876
5 years ago
Phallacy 1ffd443d5a fixed nul user check to be first per justaman
5 years ago
Bond_009 3e6819c718 Don't clone lists
5 years ago
Bond_009 41fb1e5106 Tuple -> ValueTuple
5 years ago
Bond_009 64d5ec12e2 Use HashSets for increased perf
5 years ago
Phallacy 05bbf71b6d sha256 with salt auth and sha1 interop
5 years ago
LogicalPhallacy 8bf88f4cb2
Merge pull request #9 from jellyfin/master
5 years ago
Bond_009 a6a4cd5667 Removed some unused fields
5 years ago