aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/ItemsController.cs
AgeCommit message (Collapse)Author
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
2020-10-11Merge pull request #4304 from crobibero/query-location-typedkanada
Convert exclude location type string to enum.
2020-10-09Convert image type string to enum.crobibero
2020-10-09Convert exclude location type string to enum.crobibero
2020-10-09Convert filters string to enum.crobibero
2020-10-09Convert field string to enum.crobibero
2020-09-07Fix api routescrobibero
2020-09-06merge all attributescrobibero
2020-09-05Add missing referencescrobibero
2020-09-05Make all FromRoute requiredcrobibero
2020-08-31Merge pull request #4018 from barronpm/library-entity-cleanupBond-009
Library Entity Cleanup
2020-08-30Move library entities to folder.Patrick Barron
2020-08-27Fix permissions for individual channel plugins #2858PrplHaz4
Without this change, the only Channel (plugin, not Live TV) permission that works is "Enable All Channels". Fixes #2858