aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api
AgeCommit message (Collapse)Author
2023-02-04Merge pull request #9215 from Shadowghost/api-scoped-namespaceCody Robibero
2023-02-04Use Directory.Packages.props (#9135)Zoltan Csizmadia
Co-authored-by: Zoltan Csizmadia <CsizmadiaZ@valassis.com>
2023-02-02Cleanup importsShadowghost
2023-02-02Migrate to file-scoped namespacesShadowghost
2023-02-02fix: require current password when admin changes their own password (#9238)Claus Vium
Fixes https://github.com/jellyfin/jellyfin/issues/9208
2023-02-01Add 404 response to MarkPlayedItem/MarkUnplayedItem (#9211)Chris Blake
Fixes https://github.com/jellyfin/jellyfin/issues/9120
2023-01-28Remove Emby.Notifications (#9147)Patrick Barron
2023-01-28Remove ability to add a played indicator to images (#9186)Cody Robibero
2023-01-23Minor improvements (#9156)Bond-009
2023-01-22Fix debug buildsBond_009
2023-01-22Backport pull request #9092 from jellyfin/release-10.8.zDmitry 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-22Backport pull request #9049 from jellyfin/release-10.8.zShadowghost
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-18chore(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-15Move Formatters to Jellyfin.ApiPatrick Barron
2023-01-15Move Middleware to Jellyfin.ApiPatrick Barron
2023-01-14Fix client supported image formats (#9071)Teo Baranga
2023-01-13Revert "chore(deps): update swashbuckle-aspnetcore monorepo to v6.5.0 ↵Cody Robibero
(#8591)" (#9088) This reverts commit 3d51d79715a1cbc0e6c237facfdc9f21c4b951c7.
2023-01-13chore(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-12Merge pull request #9001 from Shadowghost/stereo-downmixBond-009
Fixes https://github.com/jellyfin/jellyfin/issues/1986
2023-01-10chore(deps): update dotnet monorepo to v7.0.2renovate[bot]
2023-01-10Add stereo downmix algorithm selection.Shadowghost
2023-01-07Add dts to list of audio codecs which require strict -2David 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-04Fix all warnings in Jellyfin.Api (#9003)Bond-009
2022-12-29Merge pull request #7494 from Shadowghost/streambuilder-cleanupBond-009
2022-12-27Remove unused notification endpoints (#8952)Niels van Velzen
2022-12-20Merge pull request #8927 from nielsvanvelzen/auth-deprClaus Vium
2022-12-19Remove unused ImageByName API (#8928)Niels van Velzen
2022-12-19Deprecate user id based authentication endpointNiels van Velzen
2022-12-19Remove deprecated Password field from AuthenticateUserByNameNiels van Velzen
2022-12-19Merge pull request #8922 from Bond-009/distinctbyClaus Vium
Use DistinctBy introduced in .NET 6
2022-12-19Use Order() introduced in .NET 7 (#8923)Bond-009
2022-12-19Use DistinctBy introduced in .NET 6Bond_009
2022-12-15chore(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-07Merge pull request #8734 from nielsvanvelzen/qc-revokeBond-009
2022-12-07Cleanup and refactor streambuilderShadowghost
2022-12-07Update depsBond_009
2022-12-07Fix wrong usage of ArgumentNullException.ThrowIfNullBond_009
2022-12-07Fix release buildBond_009
2022-12-07Use ArgumentException.ThrowIfNullOrEmptyBond_009
2022-12-07Fix build errorsBond_009
2022-12-07Update projects to .net7Bond_009
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-12-05Fix some warnings and only disable TreatWarningsAsErrors for CodeAnalysis ↵Bond-009
(#8709)
2022-12-03Merge pull request #8546 from nyanmisaka/fix-fmp4-flac-opusCody Robibero
2022-12-03Allow non-ASCII in downloaded filenames (#8825)Justin
Fixes https://github.com/jellyfin/jellyfin/issues/8657
2022-12-03Change InitiateQuickConnect to use POST requestNiels van Velzen
Keep the GET request for compatibility
2022-12-03Add userId parameter to AuthorizeQuickConnectNiels van Velzen
2022-11-27Merge branch 'master' into fix-fmp4-flac-opusCody Robibero
2022-11-27Apply suggestions from code reviewCody Robibero
Co-authored-by: Bond-009 <bond.009@outlook.com>