aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers
AgeCommit message (Collapse)Author
2023-05-18Merge pull request #9771 from Shadowghost/recursive-tagsClaus Vium
2023-05-15Fix playlists library and migration (#9770)Shadowghost
2023-05-14Set removed and added tags recursivelyShadowghost
2023-05-12Fix access to playlists not created by a user (#9746)Shadowghost
2023-05-10Fix FirstTimeSetupHandler not failing on invalid user if not in setup mode ↵Shadowghost
(#9747)
2023-04-06Remove redundant 'else' keywordsStepan Goremykin
2023-04-06Remove unused using directivesStepan Goremykin
2023-04-01Use MinBy and MaxByStepan Goremykin
2023-03-29Merge pull request #9541 from Bond-009/apikeydeleteBond-009
2023-03-28Merge pull request #9466 from Shadowghost/playlist-fixBond-009
2023-03-27Fix #7610Bond_009
2023-03-21Fix audio VBR calculationknackebrot
Pass encoder, not codec
2023-03-20Merge pull request #9388 from Shadowghost/output-bitrate-channels-masterBond-009
2023-03-17Apply review suggestionsShadowghost
2023-03-14Reduce usage of GetAwaiter().GetResult()Bond_009
2023-03-10Fix playlist creation and removalShadowghost
2023-03-10Save TVChannel Height if set (#8777)SenorSmartyPants
Co-authored-by: Cody Robibero <cody@robibe.ro>
2023-03-09Backport pull request #9422 from jellyfin/release-10.8.znyanmisaka
Fix stream map when using filter_complex with unlabeled output Original-merge: 6821a2ab358761282a0030c42c837b39bad089e1 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: crobibero <cody@robibe.ro>
2023-03-09Backport pull request #9178 from jellyfin/release-10.8.zRóbert Örn Ketilsson
Escape the path to pass as a command line argument Original-merge: 09f1c7f535653e99dbc22ace7cd166ce4c457a83 Merged-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com> Backported-by: crobibero <cody@robibe.ro>
2023-03-02Use source audio bitrate if requested codec is losslessShadowghost
2023-02-28Apply review suggestionsShadowghost
2023-02-26Add audio vbr calculationknackebrot
2023-02-23Enable nullable for more filesBond_009
2023-02-20Properly check for item visibility in UserLibraryControllerShadowghost
2023-02-20Properly build where clause for rating checksShadowghost
2023-02-20Recursively update ratingShadowghost
2023-02-17Validate requested user id (#8812)Cody Robibero
2023-02-16Verify ContentType of uploaded imagesBond_009
2023-02-14Add permissions for LiveTV access and managementShadowghost
2023-02-13Add permission for collection managementShadowghost
2023-02-12Merge branch 'master' into simplify_authzcvium
# Conflicts: # Jellyfin.Api/Auth/SyncPlayAccessPolicy/SyncPlayAccessHandler.cs
2023-02-09refactor: simplify authzcvium
2023-02-04Add more testsBond_009
2023-02-04Return NotFound when itemId isn't foundBond_009
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-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-14Fix client supported image formats (#9071)Teo Baranga
2023-01-12Merge pull request #9001 from Shadowghost/stereo-downmixBond-009
Fixes https://github.com/jellyfin/jellyfin/issues/1986
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-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