aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers
AgeCommit message (Collapse)Author
2022-10-06fix Release buildcvium
2022-10-06fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContextcvium
2022-09-23Backport pull request #8399 from jellyfin/release-10.8.zLogicalPhallacy
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-23Backport pull request #8214 from jellyfin/release-10.8.zNiels 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-13Sort special features same as other spots, removing unnecssary functionZach Phelan
Added to contributors
2022-09-11Require properly typed ActionResult<T> (#8382)Cody Robibero
2022-09-09Merge pull request #8250 from Bond-009/minor18Claus Vium
Minor cleanup
2022-09-09Merge pull request #8359 from nielsvanvelzen/simplify-universalaudiocontrollerBond-009
2022-09-04Fix QuickConnect operation namesNiels van Velzen
2022-09-04Simplify UniversalAudioController code, remove redundant null checksNiels van Velzen
2022-08-22Merge pull request #8267 from luzpaz/typosBond-009
2022-08-21Merge pull request #7965 from jasongdove/api-key-items-without-user-idClaus Vium
2022-08-18Fix operation name in SearchController and correct nullability for SearchHintNiels van Velzen
2022-08-18Minor cleanupBond_009
2022-08-15Fix various typos luz paz
Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows`
2022-08-14Merge pull request #8261 from nielsvanvelzen/adjacentTo-guidCody Robibero
2022-08-14Use guid for seriesId API parameterNiels van Velzen
2022-08-14Check for empty guidNiels van Velzen
2022-08-14Use Guid for adjacentTo API parameterNiels van Velzen
2022-08-01Backport pull request #8174 from jellyfin/release-10.8.zJoshua Boniface
Disable auto inserted SW scaler for HW decoders Authored-by: nyanmisaka <nst799610810@gmail.com> Merged-by: Bond-009 <bond.009@outlook.com> Original-merge: 7297431f23a0fa1ab5aa15df93d91096a09c4f21
2022-07-30add commentsJason Dove
2022-07-30Merge branch 'master' into api-key-items-without-user-idJason Dove
2022-07-20Backport pull request #8013 from jellyfin/release-10.8.zJoshua Boniface
Fix password change during parental control schedule Authored-by: David Ullmer <davidullmer@outlook.de> Merged-by: Bond-009 <bond.009@outlook.com> Original-merge: 84a1674f391d344c251c2c949cb227a9318536eb
2022-06-29Merge pull request #7994 from nyanmisaka/fix-throttlerJoshua M. Boniface
(cherry picked from commit a7d45b5d3aa5b16b0aeeece690396f91fb7b7e3e) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-06-23tweak guid checkJason Dove
Co-authored-by: Bond-009 <bond.009@outlook.com>
2022-06-18use null-forgiving operator to suppress warningsJason Dove
2022-06-18update commentsJason Dove
2022-06-18don't require a user id for items api call using api keyJason Dove
2022-06-14Fix splashscreen (#7895)Cody Robibero
2022-06-14Merge pull request #7911 from cvium/fix_keyframe_transcodeCody Robibero
(cherry picked from commit 07b39655ebe2e96388ffbbecebeebb5284c26baf) Signed-off-by: crobibero <cody@robibe.ro>
2022-06-14Merge pull request #7894 from crobibero/search-hintsCody Robibero
(cherry picked from commit 0f75f177361906626e658da86d63583d5111f006) Signed-off-by: crobibero <cody@robibe.ro>
2022-06-10Merge pull request #7868 from cvium/disable_dlnaJoshua M. Boniface
(cherry picked from commit aa0f6cb5eb7c7750cc750412fdfcb266b0a5409e) Signed-off-by: crobibero <cody@robibe.ro>
2022-06-10Merge pull request #7828 from nyanmisaka/fix-dovi-tonemapBond-009
Fix Dolby Vision profile 5 and 8 to SDR HW tone-mapping (cherry picked from commit 8595a979a872c05d0d06f9b87ed1b56c693c267d) Signed-off-by: crobibero <cody@robibe.ro>
2022-05-22Merge pull request #7780 from 1337joe/fix-tv-guide-search-2Cody Robibero
(cherry picked from commit 492c6bbd7ecb452dcfef77027545e455a20b8baf) Signed-off-by: crobibero <cody@robibe.ro>
2022-05-20Merge pull request #7718 from jellyfin/dovi-hevc-remuxBond-009
(cherry picked from commit f7ef7d9eda71d42dce46c91f1398eccc0b4b1b6c) Signed-off-by: crobibero <cody@robibe.ro>
2022-04-17Merge pull request #7569 from crobibero/repo-authJoshua M. Boniface
(cherry picked from commit a7abdca47a1d749aac9cb5315fda6fbcab8c6e3b) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-04-17Merge pull request #7561 from DMouse10462/named-config-api-fixCody Robibero
Fix NamedConfiguration API Generation (cherry picked from commit d7c548f3dbb74c03903cd9bb86ab3af33e295d15) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-03-18Merge pull request #7474 from nielsvanvelzen/api-secureCody Robibero
2022-03-18Remove check for non-existent "emby rt" client in UserViewsController (#7470)Niels van Velzen
2022-03-18Add authorization attribute to UserViewsControllerNiels van Velzen
2022-03-18Add authorization attribute to GetConfigurationPagesNiels van Velzen
2022-03-12Merge pull request #7325 from eyezak/issue/6450Cody Robibero
2022-03-12Restrict item refreshing to administratorsNiels van Velzen
2022-03-12Change operation name in ItemRefreshControllerNiels van Velzen
2022-03-11Merge pull request #7346 from Bond-009/guidClaus Vium
Optimize Guid comparisons
2022-03-09Fix the fMP4 HLS audio sync issue on Safarinyanmisaka
2022-03-06Remove TranscodeReason.None, Add JsonFlagEnum testsCody Robibero
2022-03-06Clean up EnumFlags serializationCody Robibero
2022-03-06Series: issue-6450Isaac Gordezky
Issue: https://github.com/jellyfin/jellyfin/issues/6450 Enable DirectPlay responses Rewrite DirectPlay and DirectStream resolution Prefer copy transcode video codec options Enhance condition processor Support DirectStream and Transcode with parity Rework audio stream selection and add tests for ExternalAudio Update MediaInfoHelper to only call StreamBuilder once
2022-03-06Convert TranscodeReason to FlagsIsaac Gordezky