aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
AgeCommit message (Collapse)Author
2021-07-09Translated using Weblate (Dutch)Hannes
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
2021-07-06Minor fixesBond_009
2021-06-27Merge remote-tracking branch 'origin/authenticationdb-efcore' into ↵Patrick Barron
authenticationdb-efcore
2021-06-27GetDeviceOptions always returns an instance of DeviceOptionsPatrick Barron
2021-06-27Fix QuickConnectBond_009
2021-06-25Update Emby.Server.Implementations/Session/SessionManager.csPatrick Barron
Co-authored-by: Cody Robibero <cody@robibe.ro>
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-22Remove our own RemoveDiacritcs string extension in favor of Diacritics.NetBond_009
2021-06-22Merge pull request #6200 from nielsvanvelzen/fix-quickconnectClaus Vium
Refactor Quick Connect
2021-06-22Refactor Quick ConnectNiels van Velzen
2021-06-21Use named tuple for QuickConnectPatrick Barron
2021-06-21Revert unintended change in SchedulesDirectPatrick Barron
2021-06-20Merge remote-tracking branch 'upstream/master' into baseitemkind-fixescrobibero
2021-06-19Use ReadOnlySpan in GetImagesForProgramsPatrick Barron
2021-06-19Move non-jellyfin extensions to separate projectBond_009
2021-06-19Merge branch 'master' into comparisonsBaronGreenback
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-06-18Correctly handle devices without custom namesPatrick Barron
2021-06-14Update to dotnet 5.0.7crobibero
2021-06-13Better detection of the ISO DVD/BD typesStanislav Ionascu
The ISO image will be opened and checked for disc-type specific folders. Can be overridden using NAME.dvd.iso / NAME.bluray.iso
2021-06-12Merge pull request #6173 from Bond-009/tests5Claus Vium
Add test for ReadOnlySpan.Count extension
2021-06-12Add test for ReadOnlySpan.Count extensionBond_009
2021-06-12Merge pull request #6172 from Bond-009/nullable6Claus Vium
Remove useless nullable directives
2021-06-12Merge pull request #6096 from cvium/saving_private_ramBond-009
2021-06-11Remove useless nullable directivesBond_009
2021-06-07Merge pull request #6156 from Bond-009/minor14Claus Vium
Minor fixes
2021-06-07Bump sharpcompress from 0.28.2 to 0.28.3dependabot[bot]
Bumps [sharpcompress](https://github.com/adamhathcock/sharpcompress) from 0.28.2 to 0.28.3. - [Release notes](https://github.com/adamhathcock/sharpcompress/releases) - [Commits](https://github.com/adamhathcock/sharpcompress/compare/0.28.2...0.28.3) --- updated-dependencies: - dependency-name: sharpcompress dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2021-06-07Bump SQLitePCL.pretty.netstandard from 3.0.1 to 3.1.0dependabot[bot]
Bumps [SQLitePCL.pretty.netstandard](https://github.com/jellyfin/SQLitePCL.pretty.netstandard) from 3.0.1 to 3.1.0. - [Release notes](https://github.com/jellyfin/SQLitePCL.pretty.netstandard/releases) - [Commits](https://github.com/jellyfin/SQLitePCL.pretty.netstandard/commits) --- updated-dependencies: - dependency-name: SQLitePCL.pretty.netstandard dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2021-06-06Minor fixesBond_009
2021-06-06Remove warninigs from MediaBrowser.Controller (Part 3) (#6078)Cody Robibero
Co-authored-by: Bond-009 <bond.009@outlook.com>
2021-06-05More reviewcvium
2021-06-02Merge pull request #6131 from BaronGreenback/Fix_NetworkFloodingJoshua M. Boniface
Fix network flooding issue
2021-05-31reviewcvium
2021-05-30remove link between ssdp and upnpBaronGreenback
2021-05-28Fix some warningsBond_009
2021-05-27Merge pull request #5828 from jackrvan/issue-5813Claus Vium
Add NextUpCutoffDate to NextUpQuery
2021-05-25Review notes to set value to Datetime min value instead of nullJack
2021-05-24Create scheduled task for database optimizationFernando Fernández
2021-05-24Merge pull request #5997 from JKI12/masterClaus Vium
Fixes for Book Progress
2021-05-24Merge pull request #6038 from crobibero/delete-existing-sessionsClaus Vium
Don't logout if deviceId is null
2021-05-24Fix property instantiation ordercvium
2021-05-24Remove some unnecessary allocationscvium
2021-05-21Bump SQLitePCL.pretty.netstandard to 3.0.1cvium
2021-05-21Translated using Weblate (Norwegian Nynorsk)Marius Lindvall
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nn/
2021-05-21Translated using Weblate (Arabic)TokieSan
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
2021-05-21Merge branch 'master' into authenticationdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Security/AuthenticationRepository.cs # Jellyfin.Server.Implementations/Security/AuthorizationContext.cs # MediaBrowser.Controller/Devices/IDeviceManager.cs
2021-05-20Migrate authentication db to EF CorePatrick Barron
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2021-05-20Merge pull request #6054 from cvium/allocationz_2_extreme_db_plsdonthurtmeBond-009