| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-02-04 | Merge pull request #9215 from Shadowghost/api-scoped-namespace | Cody Robibero | |
| 2023-02-04 | Use Directory.Packages.props (#9135) | Zoltan Csizmadia | |
| Co-authored-by: Zoltan Csizmadia <CsizmadiaZ@valassis.com> | |||
| 2023-02-02 | Cleanup imports | Shadowghost | |
| 2023-02-02 | Migrate to file-scoped namespaces | Shadowghost | |
| 2023-02-02 | fix: require current password when admin changes their own password (#9238) | Claus Vium | |
| Fixes https://github.com/jellyfin/jellyfin/issues/9208 | |||
| 2023-02-01 | Add 404 response to MarkPlayedItem/MarkUnplayedItem (#9211) | Chris Blake | |
| Fixes https://github.com/jellyfin/jellyfin/issues/9120 | |||
| 2023-01-28 | Remove Emby.Notifications (#9147) | Patrick Barron | |
| 2023-01-28 | Remove ability to add a played indicator to images (#9186) | Cody Robibero | |
| 2023-01-23 | Minor improvements (#9156) | Bond-009 | |
| 2023-01-22 | Fix debug builds | Bond_009 | |
| 2023-01-22 | Backport pull request #9092 from jellyfin/release-10.8.z | Dmitry Lyzo | |
| Don't add additional entries if HEVC encoding is disabled Original-merge: 2a5efeb3bb5938b614cb159868e98d56487040c9 Merged-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2023-01-22 | Backport pull request #9049 from jellyfin/release-10.8.z | Shadowghost | |
| Add more codecs requiring ffmpeg strict -2 Original-merge: 2a6e292153fa84f82400079030fef0a289719a21 Merged-by: Cody Robibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2023-01-18 | chore(deps): update dependency microsoft.codeanalysis.bannedapianalyzers to ↵ | renovate[bot] | |
| v3.3.4 (#9117) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
| 2023-01-15 | Move Formatters to Jellyfin.Api | Patrick Barron | |
| 2023-01-15 | Move Middleware to Jellyfin.Api | Patrick Barron | |
| 2023-01-14 | Fix client supported image formats (#9071) | Teo Baranga | |
| 2023-01-13 | Revert "chore(deps): update swashbuckle-aspnetcore monorepo to v6.5.0 ↵ | Cody Robibero | |
| (#8591)" (#9088) This reverts commit 3d51d79715a1cbc0e6c237facfdc9f21c4b951c7. | |||
| 2023-01-13 | chore(deps): update swashbuckle-aspnetcore monorepo to v6.5.0 (#8591) | renovate[bot] | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
| 2023-01-12 | Merge pull request #9001 from Shadowghost/stereo-downmix | Bond-009 | |
| Fixes https://github.com/jellyfin/jellyfin/issues/1986 | |||
| 2023-01-10 | chore(deps): update dotnet monorepo to v7.0.2 | renovate[bot] | |
| 2023-01-10 | Add stereo downmix algorithm selection. | Shadowghost | |
| 2023-01-07 | Add dts to list of audio codecs which require strict -2 | David Fairbrother | |
| Adds dts to the list of audio codecs where ffmpeg will throw asking us to opt into experimental support. This is seen when the original content is based on dts and we don't acopy using ffmpeg. | |||
| 2023-01-04 | Fix all warnings in Jellyfin.Api (#9003) | Bond-009 | |
| 2022-12-29 | Merge pull request #7494 from Shadowghost/streambuilder-cleanup | Bond-009 | |
| 2022-12-27 | Remove unused notification endpoints (#8952) | Niels van Velzen | |
| 2022-12-20 | Merge pull request #8927 from nielsvanvelzen/auth-depr | Claus Vium | |
| 2022-12-19 | Remove unused ImageByName API (#8928) | Niels van Velzen | |
| 2022-12-19 | Deprecate user id based authentication endpoint | Niels van Velzen | |
| 2022-12-19 | Remove deprecated Password field from AuthenticateUserByName | Niels van Velzen | |
| 2022-12-19 | Merge pull request #8922 from Bond-009/distinctby | Claus Vium | |
| Use DistinctBy introduced in .NET 6 | |||
| 2022-12-19 | Use Order() introduced in .NET 7 (#8923) | Bond-009 | |
| 2022-12-19 | Use DistinctBy introduced in .NET 6 | Bond_009 | |
| 2022-12-15 | chore(deps): update dotnet monorepo to v7.0.1 (#8900) | renovate[bot] | |
| * chore(deps): update dotnet monorepo to v7.0.1 * Update docker sdk Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2022-12-07 | Merge pull request #8734 from nielsvanvelzen/qc-revoke | Bond-009 | |
| 2022-12-07 | Cleanup and refactor streambuilder | Shadowghost | |
| 2022-12-07 | Update deps | Bond_009 | |
| 2022-12-07 | Fix wrong usage of ArgumentNullException.ThrowIfNull | Bond_009 | |
| 2022-12-07 | Fix release build | Bond_009 | |
| 2022-12-07 | Use ArgumentException.ThrowIfNullOrEmpty | Bond_009 | |
| 2022-12-07 | Fix build errors | Bond_009 | |
| 2022-12-07 | Update projects to .net7 | Bond_009 | |
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-12-05 | Fix some warnings and only disable TreatWarningsAsErrors for CodeAnalysis ↵ | Bond-009 | |
| (#8709) | |||
| 2022-12-03 | Merge pull request #8546 from nyanmisaka/fix-fmp4-flac-opus | Cody Robibero | |
| 2022-12-03 | Allow non-ASCII in downloaded filenames (#8825) | Justin | |
| Fixes https://github.com/jellyfin/jellyfin/issues/8657 | |||
| 2022-12-03 | Change InitiateQuickConnect to use POST request | Niels van Velzen | |
| Keep the GET request for compatibility | |||
| 2022-12-03 | Add userId parameter to AuthorizeQuickConnect | Niels van Velzen | |
| 2022-11-27 | Merge branch 'master' into fix-fmp4-flac-opus | Cody Robibero | |
| 2022-11-27 | Apply suggestions from code review | Cody Robibero | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
