| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | 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-14 | Fix client supported image formats (#9071) | Teo Baranga | |
| 2023-01-12 | Merge pull request #9001 from Shadowghost/stereo-downmix | Bond-009 | |
| Fixes https://github.com/jellyfin/jellyfin/issues/1986 | |||
| 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-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 | 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-07 | Merge pull request #8734 from nielsvanvelzen/qc-revoke | 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-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 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-26 | Add missing format providers (fix CA1305 errors) (#8745) | Terrance | |
| 2022-11-17 | Add xmldocs for TMDb provider, correct provider spelling | Shadowghost | |
| 2022-11-10 | Use elevated access control for media folders endpoint | Bill Thornton | |
| 2022-11-09 | Fix media folders endpoint access control | Bill Thornton | |
| 2022-11-09 | Fix items endpoint not honoring library access control | Bill Thornton | |
| 2022-10-11 | Fix some things that slipped through the cracks | Bond_009 | |
| 2022-10-07 | Merge pull request #8381 from 1hitsong/lyric-lrc-file-support | Claus Vium | |
| 2022-10-06 | fix Release build | cvium | |
| 2022-10-06 | fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext | cvium | |
| 2022-09-23 | Backport pull request #8399 from jellyfin/release-10.8.z | LogicalPhallacy | |
| Respect visibility for people items (rebased) Original-merge: e6124bc154c9f95fdd491f309623def6b3df0171 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2022-09-23 | Backport pull request #8214 from jellyfin/release-10.8.z | Niels van Velzen | |
| Make userId truly optional in UniversalAudioController Original-merge: af877063795469ac3d94d356b2787e296606f571 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2022-09-22 | Use async functions | 1hitsong | |
| 2022-09-16 | Change API GetLyrics return type | 1hitsong | |
| 2022-09-16 | Remove use of AddParts. Cleanup use of Lyric vs Lyrics. | 1hitsong | |
| 2022-09-15 | Create ILyricManager | 1hitsong | |
| 2022-09-15 | Auto stash before merge of "lyric-lrc-file-support" and ↵ | 1hitsong | |
| "origin/lyric-lrc-file-support" | |||
| 2022-09-14 | Adds lyric providers to DI pipeline | Jamie Introcaso | |
| This is adding those lyric providers to the DI pipeline along with a super simple implementation of how to use them in the controller method. Probably should be refactored into a lyric service of some sort that would have the providers injected into it. | |||
| 2022-09-13 | Sort special features same as other spots, removing unnecssary function | Zach Phelan | |
| Added to contributors | |||
| 2022-09-11 | Require properly typed ActionResult<T> (#8382) | Cody Robibero | |
| 2022-09-10 | Merge remote-tracking branch 'origin/lyric-lrc-file-support' into ↵ | 1hitsong | |
| lyric-lrc-file-support | |||
