aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/ItemUpdateController.cs
AgeCommit message (Collapse)Author
2025-07-30Further refinement of BCP 47 language labeling supportdyphire
2025-04-26Fix distinction queries (#14007)Tim Eisele
2024-11-16Update projects to .NET 9 (#13023)Bond-009
2024-06-01Backport pull request #11743 from jellyfin/release-10.9.zShadowghost
Fix replace logic Original-merge: 2ddb15c7845a944d980364209c2304f03cebf025 Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-04-30More efficient array creation (#11468)Bond-009
2024-04-21Fix InvalidCastException in ItemUpdateController (#11398)Niels van Velzen
2024-04-14Validate item access (#11171)Cody Robibero
2023-12-08Convert CollectionType to use lowercase enum namesCody Robibero
2023-11-12Move API policies to MediaBrowser.CommonPatrick Barron
2023-11-09Convert CollectionType, SpecialFolderType to enum (#9764)Cody Robibero
* Convert CollectionType, SpecialFolderType to enum * Hide internal enum CollectionType values * Apply suggestions from code review Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> * Fix recent change * Update Jellyfin.Data/Attributes/OpenApiIgnoreEnumAttribute.cs Co-authored-by: Patrick Barron <barronpm@gmail.com> --------- Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> Co-authored-by: Patrick Barron <barronpm@gmail.com>
2023-05-14Set removed and added tags recursivelyShadowghost
2023-03-10Save TVChannel Height if set (#8777)SenorSmartyPants
Co-authored-by: Cody Robibero <cody@robibe.ro>
2023-02-20Properly build where clause for rating checksShadowghost
2023-02-20Recursively update ratingShadowghost
2023-02-02Migrate to file-scoped namespacesShadowghost
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2021-10-03Fix warning: Type cast is redundant (#2149)KonH
2021-08-28Remove more and more warningsCody Robibero
2021-03-04Specify defaults or set query parameter to nullablecrobibero
2020-11-21Remove UTF8 bom from some filesBond_009
2020-09-09Remove nullable from requiredcrobibero
2020-09-06merge all attributescrobibero
2020-09-05Make all FromRoute requiredcrobibero
2020-08-21Make some methods asyncBond_009
2020-08-06Apply fixes from reviewcrobibero
2020-08-04Fix all route for base url supportcrobibero
2020-06-27Make all optional strings nullablecrobibero
2020-06-20Fix response code & docscrobibero
2020-06-20Fix response code & docscrobibero
2020-06-19remove #nullablecrobibero
2020-06-08Move ItemUpdateService to Jellyfin.Apicrobibero