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
/
QuickConnect
/
QuickConnectManager.cs
Age
Commit message (
Expand
)
Author
2022-12-07
Use ArgumentException.ThrowIfNullOrEmpty
Bond_009
2021-12-24
Update StyleCop
Bond_009
2021-09-24
Replace RNGCryptoServiceProvider with RandomNumberGenerator
Bond_009
2021-06-23
Fix issues with QuickConnect and AuthenticationDb
crobibero
2021-06-23
Merge branch 'master' into authenticationdb-efcore
Patrick Barron
2021-06-22
Refactor Quick Connect
Niels van Velzen
2021-06-21
Use named tuple for QuickConnect
Patrick Barron
2021-06-18
Merge branch 'master' into authenticationdb-efcore
Patrick Barron
2021-05-20
Enable nullable reference types for Emby.Server.Implementations
Bond_009
2021-05-18
Merge branch 'master' into authenticationdb-efcore
Patrick Barron
2021-04-30
Reduce some allocations with the magic of spans etc.
cvium
2021-04-17
Remove unused using directives
BaronGreenback
2021-04-13
Don't use database for QuickConnect
Patrick Barron
2020-11-25
Remove Hex class as the BCL has one now
Bond_009
2020-08-26
Apply suggestions from code review
Matt Montgomery
2020-08-17
Apply suggestions from code review
Matt Montgomery
2020-08-16
Migrate to new API standard
Matt Montgomery
2020-07-26
Code cleanup
Matt Montgomery
2020-07-26
Apply suggestions from code review
Matt Montgomery
2020-06-19
API cleanup
ConfusedPolarBear
2020-06-19
Move all settings into the main server configuration
ConfusedPolarBear
2020-06-09
Add IDisposable
ConfusedPolarBear
2020-06-09
Finish addressing review comments
ConfusedPolarBear
2020-06-09
Apply suggestions from code review
ConfusedPolarBear
2020-06-08
Make all properties nullable
ConfusedPolarBear
2020-04-24
Apply suggestions from code review
ConfusedPolarBear
2020-04-23
Minor fix
ConfusedPolarBear
2020-04-19
Add persistent setting configuration and temporary activation
ConfusedPolarBear
2020-04-15
Add quick connect
ConfusedPolarBear