aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers
AgeCommit message (Collapse)Author
2022-12-07Fix release buildBond_009
2022-12-07Use ArgumentException.ThrowIfNullOrEmptyBond_009
2022-12-07Fix build errorsBond_009
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-12-03Allow non-ASCII in downloaded filenames (#8825)Justin
Fixes https://github.com/jellyfin/jellyfin/issues/8657
2022-11-26Add missing format providers (fix CA1305 errors) (#8745)Terrance
2022-11-17Add xmldocs for TMDb provider, correct provider spellingShadowghost
2022-11-10Use elevated access control for media folders endpointBill Thornton
2022-11-09Fix media folders endpoint access controlBill Thornton
2022-11-09Fix items endpoint not honoring library access controlBill Thornton
2022-10-11Fix some things that slipped through the cracksBond_009
2022-10-07Merge pull request #8381 from 1hitsong/lyric-lrc-file-supportClaus Vium
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-22Use async functions1hitsong
2022-09-16Change API GetLyrics return type1hitsong
2022-09-16Remove use of AddParts. Cleanup use of Lyric vs Lyrics.1hitsong
2022-09-15Create ILyricManager1hitsong
2022-09-15Auto stash before merge of "lyric-lrc-file-support" and ↵1hitsong
"origin/lyric-lrc-file-support"
2022-09-14Adds lyric providers to DI pipelineJamie Introcaso
This is adding those lyric providers to the DI pipeline along with a super simple implementation of how to use them in the controller method. Probably should be refactored into a lyric service of some sort that would have the providers injected into it.
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-10Merge remote-tracking branch 'origin/lyric-lrc-file-support' into ↵1hitsong
lyric-lrc-file-support
2022-09-10Updates based on review1hitsong
2022-09-09Update Jellyfin.Api/Controllers/UserLibraryController.cs1hitsong
Co-authored-by: Cody Robibero <cody@robibe.ro>
2022-09-09Update Jellyfin.Api/Controllers/UserLibraryController.cs1hitsong
Co-authored-by: Cody Robibero <cody@robibe.ro>
2022-09-09Update Jellyfin.Api/Controllers/UserLibraryController.cs1hitsong
Co-authored-by: Cody Robibero <cody@robibe.ro>
2022-09-09Add Lyrics API Endpoint1hitsong
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>