aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/QuickConnect/QuickConnectManager.cs
AgeCommit message (Collapse)Author
2022-12-07Use ArgumentException.ThrowIfNullOrEmptyBond_009
2021-12-24Update StyleCopBond_009
2021-09-24Replace RNGCryptoServiceProvider with RandomNumberGeneratorBond_009
2021-06-23Fix issues with QuickConnect and AuthenticationDbcrobibero
2021-06-23Merge branch 'master' into authenticationdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/QuickConnect/QuickConnectManager.cs # Emby.Server.Implementations/Session/SessionManager.cs # Jellyfin.Server.Implementations/Security/AuthorizationContext.cs
2021-06-22Refactor Quick ConnectNiels van Velzen
2021-06-21Use named tuple for QuickConnectPatrick Barron
2021-06-18Merge branch 'master' into authenticationdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Devices/DeviceManager.cs # Emby.Server.Implementations/HttpServer/Security/SessionContext.cs # Emby.Server.Implementations/Security/AuthenticationRepository.cs # Emby.Server.Implementations/Session/SessionManager.cs # Jellyfin.Server.Implementations/Security/AuthorizationContext.cs # MediaBrowser.Controller/Library/IUserManager.cs # MediaBrowser.Controller/Net/ISessionContext.cs
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2021-05-18Merge branch 'master' into authenticationdb-efcorePatrick Barron
# Conflicts: # Jellyfin.Api/Helpers/RequestHelpers.cs
2021-04-30Reduce some allocations with the magic of spans etc.cvium
2021-04-17Remove unused using directivesBaronGreenback
2021-04-13Don't use database for QuickConnectPatrick Barron
2020-11-25Remove Hex class as the BCL has one nowBond_009
2020-08-26Apply suggestions from code reviewMatt Montgomery
2020-08-17Apply suggestions from code reviewMatt Montgomery
2020-08-16Migrate to new API standardMatt Montgomery
2020-07-26Code cleanupMatt Montgomery
2020-07-26Apply suggestions from code reviewMatt Montgomery
2020-06-19API cleanupConfusedPolarBear
2020-06-19Move all settings into the main server configurationConfusedPolarBear
Decreased the timeout from 30 minutes to 5. Public lookup values have been replaced with the short code.
2020-06-09Add IDisposableConfusedPolarBear
2020-06-09Finish addressing review commentsConfusedPolarBear
2020-06-09Apply suggestions from code reviewConfusedPolarBear
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-06-08Make all properties nullableConfusedPolarBear
2020-04-24Apply suggestions from code reviewConfusedPolarBear
2020-04-23Minor fixConfusedPolarBear
2020-04-19Add persistent setting configuration and temporary activationConfusedPolarBear
2020-04-15Add quick connectConfusedPolarBear