aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers
AgeCommit message (Collapse)Author
2023-09-06Add option to include resumable items in next up requestsBill Thornton
2023-09-02Fix AV1 playback in LiveTVnyanmisaka
AV1 in fMP4 requires global_header data for parsing. Only disable global_header in TS since it has no global_header. Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-08-30Fix the issue that audio bsf only takes effect for remuxing (#10172)Nyanmisaka
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-07-31Fix the is-local check when resetting the passwordJan Müller
This fixes the check whether a warning should be logged when resetting the password from outside the local network. Fixes: #10059
2023-07-29Add ability to upload (and save) SDH subtitles (#10036)MBR-0001
2023-07-03Merge pull request #8147 from Shadowghost/network-rewriteJoshua M. Boniface
2023-06-28Merge pull request #9890 from Shadowghost/videorange-reworkBond-009
2023-06-28Migrate VideoRange and VideoRangeType to EnumShadowghost
2023-06-27Merge pull request #9909 from Bond-009/playlistBond-009
2023-06-27Merge branch 'master' into network-rewriteShadowghost
2023-06-21Reduce bottlenecks scan code (#9863)Bond-009
2023-06-21Merge branch 'master' into network-rewriteShadowghost
2023-06-20Don't ignore parentId for playlistsBond_009
2023-06-15Add baseUrlParam back in and fix indentationDominik
2023-06-15Merge branch 'master' into segment-deletionDominik
2023-06-07Merge branch 'master' into network-rewriteShadowghost
2023-05-30Merge pull request #9818 from Shadowghost/fixesBond-009
2023-05-29Merge pull request #9821 from cvium/admin_must_have_pwCody Robibero
2023-05-26do not allow empty admin password during wizardcvium
2023-05-26use 403 instead to avoid compat issues with swagger speccvium
2023-05-26chore: deprecate EasyPassword as it isn't very securecvium
2023-05-26Fix TotalRecordCount calculationShadowghost
2023-05-25Merge branch 'master' into network-rewriteShadowghost
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-11Merge branch 'master' into network-rewriteShadowghost
2023-05-10Fix FirstTimeSetupHandler not failing on invalid user if not in setup mode ↵Shadowghost
(#9747)
2023-05-09Merge branch 'master' into network-rewriteShadowghost
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-16Merge branch 'master' into network-rewriteShadowghost
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-03Merge branch 'master' into network-rewriteShadowghost
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