aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations
AgeCommit message (Collapse)Author
2021-12-27Fix device orderingCody Robibero
2021-12-27Remove more warningsCody Robibero
2021-12-24Update StyleCopBond_009
2021-12-20Use our own Contains extensioncvium
2021-12-14Update to dotnet 6.0.1Cody Robibero
2021-12-13Bump System.Linq.Async from 5.0.0 to 5.1.0dependabot[bot]
Bumps [System.Linq.Async](https://github.com/dotnet/reactive) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/dotnet/reactive/releases) - [Commits](https://github.com/dotnet/reactive/compare/ixnet-v5.0.0...ixnet-v5.1.0) --- updated-dependencies: - dependency-name: System.Linq.Async dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2021-11-13Merge pull request #6818 from Bond-009/passwordCody Robibero
2021-11-12Fix Ombi auth through JellyfinNicholas Sica
2021-11-11Fix Ombi auth through JellyfinNicholas Sica
Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-11-11Fixes Ombi auth through JellyfinNickSica
2021-11-10Replace PBKDF2-SHA1 with PBKDF2-SHA512Bond_009
This also migrates already created passwords on login Source for the number of iterations: https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html#pbkdf2
2021-11-09Fix some warningsBond_009
609 left
2021-11-08Update to full dotnet 6Cody Robibero
2021-10-26Enable nullable for more filesBond_009
2021-10-12Update to dotnet6.rc2Cody Robibero
2021-10-09Merge pull request #6676 from Bond-009/rngClaus Vium
Use static crypto rng
2021-10-08Merge pull request #6663 from crobibero/dotnet-6-rc1Claus Vium
Reference dotnet6-rc1 packages
2021-10-08Use static crypto rngBond_009
2021-10-07Return the path to the pinfile in forgot passwordcvium
2021-10-04Reference dotnet6-rc1 packagesCody Robibero
2021-10-03Fix warning: The nullable warning suppression expression is redundant (#2149)KonH
2021-09-24Target net6.0Bond_009
2021-09-19Upgrade to dotnet 5.0.10Cody Robibero
2021-09-07Fix typo in comment and remove useless onesFernando Fernández
2021-09-06Move model configuration to its own classesFernando Fernández
2021-09-06Log EFCore migrationsFernando Fernández
2021-09-06Merge pull request #6177 from Bond-009/asyncClaus Vium
Use async FileStreams where it makes sense
2021-09-03remove leading and trailing whitespace from the keycvium
2021-09-03fix the buildcvium
2021-09-03Merge branch 'master' into bug/authorization-header-issuecvium
2021-09-03Merge remote-tracking branch 'upstream/master' into authenticationdb-efcoreCody Robibero
2021-09-02Use async FileStreams where it makes senseBond_009
2021-08-31Update Jellyfin.Server.Implementations/Devices/DeviceManager.csPatrick Barron
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-08-15Update to dotnet 5.0.9Cody Robibero
2021-08-13Fix devices migrationPatrick Barron
2021-08-13Merge branch 'master' into authenticationdb-efcorePatrick Barron
# Conflicts: # Jellyfin.Server.Implementations/Security/AuthorizationContext.cs # MediaBrowser.Controller/Library/IUserManager.cs # MediaBrowser.Controller/Security/IAuthenticationRepository.cs # MediaBrowser.Controller/Session/ISessionManager.cs
2021-08-13Add IAuditableEntityPatrick Barron
2021-07-30Merge pull request #6354 from Bond-009/nullable4Bond-009
Enable nullable in more files
2021-07-30Invert code and style analysis configuration (#6334)Rich Lander
Co-authored-by: Bond-009 <bond.009@outlook.com>
2021-07-26Enable nullable in more filesBond_009
2021-07-19Update to dotnet 5.0.8Cody Robibero
2021-07-13Add dto for device optionsPatrick Barron
2021-06-27Merge remote-tracking branch 'origin/authenticationdb-efcore' into ↵Patrick Barron
authenticationdb-efcore
2021-06-27Fix Api Key authenticationPatrick Barron
2021-06-27GetDeviceOptions always returns an instance of DeviceOptionsPatrick Barron
2021-06-26Update Jellyfin.Server.Implementations/Devices/DeviceManager.csPatrick Barron
Co-authored-by: Cody Robibero <cody@robibe.ro>
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-21Convert method group to lambda in DeviceManagerPatrick Barron
2021-06-19Implement DeleteDevicePatrick Barron
2021-06-19Count records before skippingPatrick Barron