index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Emby.Server.Implementations
/
Library
Age
Commit message (
Expand
)
Author
2019-04-07
Override username with AuthenticationProvider
Joshua Boniface
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
2019-03-25
async improvements and post reset cleanups
Phallacy
2019-03-25
Apply minor suggestions from code review
LogicalPhallacy
2019-03-24
removes needless dictionary
Phallacy
2019-03-24
Update Emby.Server.Implementations/Library/UserManager.cs
Claus Vium
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
2019-03-16
updated regex to string literal with escaped -
Phallacy
2019-03-16
Merge pull request #2 from LogicalPhallacy/master
LogicalPhallacy
2019-03-16
Merge pull request #1 from jellyfin/master
LogicalPhallacy
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
2019-03-07
Apply suggestions from code review
Bond-009
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
2019-02-18
added justaman notes, fixed new bug from emty has removals
Phallacy
2019-02-18
Apply suggestions from code review
LogicalPhallacy
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
2019-02-13
Update Emby.Server.Implementations/Library/DefaultAuthenticationProvider.cs
Claus Vium
2019-02-13
Update Emby.Server.Implementations/Library/DefaultAuthenticationProvider.cs
Claus Vium
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
Don't clone lists
Bond_009
2019-02-12
Tuple -> ValueTuple
Bond_009
2019-02-12
Use HashSets for increased perf
Bond_009
2019-02-12
sha256 with salt auth and sha1 interop
Phallacy
2019-02-11
Merge pull request #9 from jellyfin/master
LogicalPhallacy
2019-02-09
Removed some unused fields
Bond_009
[next]