| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-07-09 | Translated using Weblate (Dutch) | Hannes | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/ | |||
| 2021-07-06 | Minor fixes | Bond_009 | |
| 2021-06-27 | Merge remote-tracking branch 'origin/authenticationdb-efcore' into ↵ | Patrick Barron | |
| authenticationdb-efcore | |||
| 2021-06-27 | GetDeviceOptions always returns an instance of DeviceOptions | Patrick Barron | |
| 2021-06-27 | Fix QuickConnect | Bond_009 | |
| 2021-06-25 | Update Emby.Server.Implementations/Session/SessionManager.cs | Patrick Barron | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2021-06-23 | Fix issues with QuickConnect and AuthenticationDb | crobibero | |
| 2021-06-23 | Merge branch 'master' into authenticationdb-efcore | Patrick Barron | |
| # Conflicts: # Emby.Server.Implementations/QuickConnect/QuickConnectManager.cs # Emby.Server.Implementations/Session/SessionManager.cs # Jellyfin.Server.Implementations/Security/AuthorizationContext.cs | |||
| 2021-06-22 | Remove our own RemoveDiacritcs string extension in favor of Diacritics.Net | Bond_009 | |
| 2021-06-22 | Merge pull request #6200 from nielsvanvelzen/fix-quickconnect | Claus Vium | |
| Refactor Quick Connect | |||
| 2021-06-22 | Refactor Quick Connect | Niels van Velzen | |
| 2021-06-21 | Use named tuple for QuickConnect | Patrick Barron | |
| 2021-06-21 | Revert unintended change in SchedulesDirect | Patrick Barron | |
| 2021-06-20 | Merge remote-tracking branch 'upstream/master' into baseitemkind-fixes | crobibero | |
| 2021-06-19 | Use ReadOnlySpan in GetImagesForPrograms | Patrick Barron | |
| 2021-06-19 | Move non-jellyfin extensions to separate project | Bond_009 | |
| 2021-06-19 | Merge branch 'master' into comparisons | BaronGreenback | |
| 2021-06-18 | Merge branch 'master' into authenticationdb-efcore | Patrick 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-18 | Correctly handle devices without custom names | Patrick Barron | |
| 2021-06-14 | Update to dotnet 5.0.7 | crobibero | |
| 2021-06-13 | Better detection of the ISO DVD/BD types | Stanislav 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-12 | Merge pull request #6173 from Bond-009/tests5 | Claus Vium | |
| Add test for ReadOnlySpan.Count extension | |||
| 2021-06-12 | Add test for ReadOnlySpan.Count extension | Bond_009 | |
| 2021-06-12 | Merge pull request #6172 from Bond-009/nullable6 | Claus Vium | |
| Remove useless nullable directives | |||
| 2021-06-12 | Merge pull request #6096 from cvium/saving_private_ram | Bond-009 | |
| 2021-06-11 | Remove useless nullable directives | Bond_009 | |
| 2021-06-07 | Merge pull request #6156 from Bond-009/minor14 | Claus Vium | |
| Minor fixes | |||
| 2021-06-07 | Bump sharpcompress from 0.28.2 to 0.28.3 | dependabot[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-07 | Bump SQLitePCL.pretty.netstandard from 3.0.1 to 3.1.0 | dependabot[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-06 | Minor fixes | Bond_009 | |
| 2021-06-06 | Remove warninigs from MediaBrowser.Controller (Part 3) (#6078) | Cody Robibero | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2021-06-05 | More review | cvium | |
| 2021-06-02 | Merge pull request #6131 from BaronGreenback/Fix_NetworkFlooding | Joshua M. Boniface | |
| Fix network flooding issue | |||
| 2021-05-31 | review | cvium | |
| 2021-05-30 | remove link between ssdp and upnp | BaronGreenback | |
| 2021-05-28 | Fix some warnings | Bond_009 | |
| 2021-05-27 | Merge pull request #5828 from jackrvan/issue-5813 | Claus Vium | |
| Add NextUpCutoffDate to NextUpQuery | |||
| 2021-05-25 | Review notes to set value to Datetime min value instead of null | Jack | |
| 2021-05-24 | Create scheduled task for database optimization | Fernando Fernández | |
| 2021-05-24 | Merge pull request #5997 from JKI12/master | Claus Vium | |
| Fixes for Book Progress | |||
| 2021-05-24 | Merge pull request #6038 from crobibero/delete-existing-sessions | Claus Vium | |
| Don't logout if deviceId is null | |||
| 2021-05-24 | Fix property instantiation order | cvium | |
| 2021-05-24 | Remove some unnecessary allocations | cvium | |
| 2021-05-21 | Bump SQLitePCL.pretty.netstandard to 3.0.1 | cvium | |
| 2021-05-21 | Translated using Weblate (Norwegian Nynorsk) | Marius Lindvall | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nn/ | |||
| 2021-05-21 | Translated using Weblate (Arabic) | TokieSan | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/ | |||
| 2021-05-21 | Merge branch 'master' into authenticationdb-efcore | Patrick Barron | |
| # Conflicts: # Emby.Server.Implementations/Security/AuthenticationRepository.cs # Jellyfin.Server.Implementations/Security/AuthorizationContext.cs # MediaBrowser.Controller/Devices/IDeviceManager.cs | |||
| 2021-05-20 | Migrate authentication db to EF Core | Patrick Barron | |
| 2021-05-20 | Enable nullable reference types for Emby.Server.Implementations | Bond_009 | |
| 2021-05-20 | Merge pull request #6054 from cvium/allocationz_2_extreme_db_plsdonthurtme | Bond-009 | |
