aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/ItemsController.cs
AgeCommit message (Collapse)Author
2022-12-05Replace != null with is not nullBond_009
2022-11-17Add xmldocs for TMDb provider, correct provider spellingShadowghost
2022-11-09Fix items endpoint not honoring library access controlBill Thornton
2022-10-06fix Release buildcvium
2022-10-06fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContextcvium
2022-08-21Merge pull request #7965 from jasongdove/api-key-items-without-user-idClaus Vium
2022-08-14Use Guid for adjacentTo API parameterNiels van Velzen
2022-07-30add commentsJason Dove
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-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-02-21Optimize Guid comparisonsBond_009
* Use Guid.Equals(Guid) instead of the == override * Ban the usage of Guid.Equals(Object) to prevent accidental boxing * Compare to default(Guid) instead of Guid.Empty
2022-01-20Properly populate QueryResultCody Robibero
2022-01-05Error on SA1316Bond_009
2021-12-27Remove more warningsCody Robibero
2021-12-20Use our own Contains extensioncvium
2021-12-12Use BaseItemKind where possibleCody Robibero
2021-11-19Add ability to exclude active sessions from resumable itemsCody Robibero
2021-10-03Fix warning: The nullable warning suppression expression is redundant (#2149)KonH
2021-08-28Remove more and more warningsCody Robibero
2021-06-12Change userId to required in operations that would otherwise throw exceptionsNiels van Velzen
2021-04-10Do not check permissions for Folders collectiontypecvium
2021-02-10Create BaseItemKind enumcrobibero
2021-01-23Use ArrayModelBinder for sortBy and sortOrdercrobibero
2020-12-13Use a more descriptive function namecrobibero
2020-12-11Use typed UserManager GetPreferencecrobibero
2020-12-01Use GetParentItem where applicablecrobibero
2020-12-01Use Guid as API parameter type where possiblecrobibero
2020-11-20Fix build after mergecrobibero
2020-11-20Merge remote-tracking branch 'upstream/master' into split-apicrobibero
2020-11-20Merge pull request #4499 from crobibero/more-paramJoshua M. Boniface
Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids
2020-11-18Fixes spelling.Greenback
2020-11-17Remove precondition checkscrobibero
2020-11-16Fix buildcrobibero
2020-11-16Add missing manual splitscrobibero
2020-11-16Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage.crobibero
2020-11-15Remove api client generator errorscrobibero
2020-11-10Merge remote-tracking branch 'upstream/master' into query-fieldscrobibero
2020-11-09Add ModelBinder to ItemFiltercrobibero
2020-11-09Add ModelBinder to ImageTypecrobibero
2020-11-02Merge remote-tracking branch 'upstream/master' into query-fieldscrobibero
2020-11-02Merge pull request #4328 from crobibero/trigger-warningBond-009
Remove CommaDelimitedArrayModelBinderProvider
2020-10-29Make MrLinter happycrobibero
2020-10-29Remove AddItemFieldscrobibero
2020-10-29Merge remote-tracking branch 'upstream/master' into query-fieldscrobibero
2020-10-27Merge remote-tracking branch 'upstream/master' into query-fieldscrobibero
2020-10-27Merge remote-tracking branch 'upstream/master' into query-image-typecrobibero
2020-10-14Remove CommaDelimitedArrayModelBinderProvidercrobibero