| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-07-06 | Minor fixes | Bond_009 | |
| 2021-07-05 | Merge pull request #6233 from Bond-009/warn32 | Bond-009 | |
| MediaBrowser.Providers: Remove some warnings | |||
| 2021-07-05 | Add using keywords to non-disposed objects in BuildThumbCollageBitmap | MrTimscampi | |
| 2021-07-04 | Remove usage of this in GetResolutionText | MrTimscampi | |
| 2021-07-03 | Use hardware encoding string over boolean | Brandon Nguyen | |
| 2021-07-03 | Add hardware encoding status to playback data | Brandon Nguyen | |
| Resolves #6087 | |||
| 2021-07-03 | Use artist backdrop for generated library image | MrTimscampi | |
| 2021-07-03 | Refactor GetResolutionText | MrTimscampi | |
| This improves GetResolutionText a little by making it easier to read and better parsing resolutions (Also adding a few new ones like PAL resolutions and 8K) Co-authored-by: Maxr1998 <max.rumpf1998@gmail.com> | |||
| 2021-06-30 | Merge pull request #6236 from Bond-009/quickconnect | Bond-009 | |
| Fix QuickConnect | |||
| 2021-06-28 | Merge pull request #6241 from ↵ | Bond-009 | |
| jellyfin/dependabot/nuget/Serilog.Sinks.Async-1.5.0 Bump Serilog.Sinks.Async from 1.4.0 to 1.5.0 | |||
| 2021-06-28 | Merge pull request #6242 from jellyfin/dependabot/nuget/Serilog.Sinks.File-5.0.0 | Bond-009 | |
| Bump Serilog.Sinks.File from 4.1.0 to 5.0.0 | |||
| 2021-06-28 | Bump Serilog.Sinks.File from 4.1.0 to 5.0.0 | dependabot[bot] | |
| Bumps [Serilog.Sinks.File](https://github.com/serilog/serilog-sinks-file) from 4.1.0 to 5.0.0. - [Release notes](https://github.com/serilog/serilog-sinks-file/releases) - [Changelog](https://github.com/serilog/serilog-sinks-file/blob/dev/CHANGES.md) - [Commits](https://github.com/serilog/serilog-sinks-file/compare/v4.1.0...v5.0.0) --- updated-dependencies: - dependency-name: Serilog.Sinks.File dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2021-06-28 | Bump Serilog.Sinks.Async from 1.4.0 to 1.5.0 | dependabot[bot] | |
| Bumps [Serilog.Sinks.Async](https://github.com/serilog/serilog-sinks-async) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/serilog/serilog-sinks-async/releases) - [Commits](https://github.com/serilog/serilog-sinks-async/compare/v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: Serilog.Sinks.Async dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2021-06-28 | Add a LGTM.com badge | Julien Voisin | |
| 2021-06-27 | Merge remote-tracking branch 'origin/authenticationdb-efcore' into ↵ | Patrick Barron | |
| authenticationdb-efcore | |||
| 2021-06-27 | Add missing service registration for IAuthenticationManager | Patrick Barron | |
| 2021-06-27 | Fix Api Key authentication | Patrick Barron | |
| 2021-06-27 | GetDeviceOptions always returns an instance of DeviceOptions | Patrick Barron | |
| 2021-06-27 | Fix QuickConnect | Bond_009 | |
| 2021-06-27 | MediaBrowser.Providers: Remove some warnings | Bond_009 | |
| 2021-06-26 | Update Jellyfin.Server.Implementations/Devices/DeviceManager.cs | Patrick Barron | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2021-06-25 | Update Emby.Server.Implementations/Session/SessionManager.cs | Patrick Barron | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2021-06-24 | Add H.264 MBAFF interlace check | Orry Verducci | |
| Use the codec time base to determine if a MBAFF coded H.264 file is interlaced. | |||
| 2021-06-24 | Migrate DeviceOptions | Patrick Barron | |
| 2021-06-24 | Merge pull request #166 from crobibero/authdb-qc | Patrick Barron | |
| Fix QuickConnect interation with AuthenticationDb | |||
| 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 | Merge pull request #6174 from Bond-009/diacritics | Claus Vium | |
| Remove our own RemoveDiacritcs string extension in favor of Diacritics.Net | |||
| 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-22 | Merge pull request #6204 from Bond-009/extensions | Claus Vium | |
| 2021-06-21 | Fix migration | Patrick Barron | |
| 2021-06-21 | Convert method group to lambda in DeviceManager | Patrick Barron | |
| 2021-06-21 | Use named tuple for QuickConnect | Patrick Barron | |
| 2021-06-21 | Revert unintended change in SchedulesDirect | Patrick Barron | |
| 2021-06-21 | Suggestions from review | crobibero | |
| 2021-06-21 | Update CONTRIBUTORS.md | Cody Robibero | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2021-06-22 | Jellyfin.Extensions: Enable analyzers for release mode | Bond_009 | |
| 2021-06-21 | Merge pull request #6210 from bellegarde-c/master | Joshua M. Boniface | |
| debian: Add maxcpucount option to override_dh_auto_build. Fix #5234 | |||
| 2021-06-21 | debian: Add maxcpucount option to override_dh_auto_build. Fix #5234 | Cédric Bellegarde | |
| 2021-06-21 | Merge pull request #6208 from h1dden-da3m0n/ci/no-automation-in-forks | Claus Vium | |
| 2021-06-20 | disable project automation in forks | h1dden-da3m0n | |
| these workflows always fail in forks due to missing tokens etc. | |||
| 2021-06-20 | Enhance BaseItemKindTests | crobibero | |
| 2021-06-20 | Add missing BaseItemKind | crobibero | |
| 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 | Implement DeleteDevice | Patrick Barron | |
| 2021-06-19 | Count records before skipping | Patrick Barron | |
| 2021-06-19 | Fix UpdateDeviceOptions | Patrick Barron | |
