aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers
AgeCommit message (Expand)Author
2024-11-14reverted dbg codeJPVenson
2024-11-14Deterministic tests my ***JPVenson
2024-11-14Reverted Test codeJPVenson
2024-11-14Added Pipeline debug codeJPVenson
2024-11-11Fixed TopParent not beeing migratedJPVenson
2024-10-31Always await instead of directly returning TaskBond_009
2024-10-28Updated all instances of ImmutableList to ImmutableArrayJPVenson
2024-10-28Removed unused UsingJPVenson
2024-10-22Reverted ImmutableList changeJPVenson
2024-10-22Reverted ToImmutableList changeJPVenson
2024-10-11Applied Review CommentsJPVenson
2024-10-10Removed obsolete Score and Similiarity values for searchJPVenson
2024-10-09Fixed AncestorIds and applied review commentsJPVenson
2024-10-09Apply suggestions from code reviewJPVenson
2024-10-09Ported new Item Repository architectureJPVenson
2024-10-09WIP porting new Repository structureJPVenson
2024-10-08Merge remote-tracking branch 'jellyfinorigin/master' into feature/EFUserDataJPVenson
2024-10-03Clean up deprecated -vsync option (#12765)Nyanmisaka
2024-09-26Add endpoint for getting playlists by id (#12697)Tim Eisele
2024-09-24Fix get sessions with api key (#12696)gnattu
2024-09-22Fix GetTrickplayTileImage operation name (#12681)Niels van Velzen
2024-09-22Fix media segment operation name (#12682)Niels van Velzen
2024-09-22Remove all subtitle options from audio endpointsgnattu
2024-09-22Don't add subtitle option to audio endpointgnattu
2024-09-22Let HLS Controller decide if subtitle should be burn ingnattu
2024-09-18Return empty response instead of not foundShadowghost
2024-09-18Add SessionInfoDto, DeviceInfoDto and implement JsonDelimitedArrayConverter.W...Shadowghost
2024-09-18Don't expose hwaccel type for non-admin (#12663)gnattu
2024-09-12Add option to always burn in subtitles if transcoding is triggered (#12430)gnattu
2024-09-09Use enums for encoding options (#12561)Tim Eisele
2024-09-07Migrated UserData from library sqlite db to jellyfin.dbJPVenson
2024-09-07Enhance Trickplay (#11883)Tim Eisele
2024-09-07Enable tone-mapping and HLS remuxing for DoVi Profile 10 in AV1 (#12604)Nyanmisaka
2024-09-06Merge pull request #12545 from Bond-009/sha1Niels van Velzen
2024-09-06Merge pull request #12548 from Bond-009/utf8bomNiels van Velzen
2024-08-30Remove BOM from UTF-8 filesBond_009
2024-08-30Remove passwordSha1 param from AuthenticateUser functionBond_009
2024-08-30Tune x264/5 encoding params for realtime playbacknyanmisaka
2024-08-28Merge pull request #11665 from Bond-009/getuserbyidCody Robibero
2024-08-25Backport pull request #12490 from jellyfin/release-10.9.znielsvanvelzen
2024-08-24Merge pull request #12397 from crobibero/lyrics-finaleBond-009
2024-08-12Remove more outdated options.gnattu
2024-08-12Remove container guessing doc from hlsgnattu
2024-08-12Update api doc to remove outdated infognattu
2024-08-05Add missing lyric fetcher settings from library optionsCody Robibero
2024-08-05Replace UserId with User in NextUpQueryBond_009
2024-08-05Replace UserId with User in UserViewQueryBond_009
2024-08-05Change arguments AssertCanUpdateUser to take a userBond_009
2024-08-05Pass User instead of UserId inside LatestItemsQueryBond_009
2024-08-05Backport pull request #11901 from jellyfin/release-10.9.zgnattu