aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/DisplayPreferencesController.cs
AgeCommit message (Collapse)Author
2025-09-05Refactor Display preference manager (#14056)JPVenson
2025-03-25Fixed namespacesJPVenson
2025-03-25WIP fixed namespacesJPVenson
2024-04-14Validate item access (#11171)Cody Robibero
2024-02-17Always make userId query parameter optionalNiels van Velzen
2023-02-09refactor: simplify authzcvium
2023-02-02Migrate to file-scoped namespacesShadowghost
2022-12-07Fix build errorsBond_009
2022-11-26Add missing format providers (fix CA1305 errors) (#8745)Terrance
2022-08-18Minor cleanupBond_009
2022-02-28Add resume book as default home sectionBill Thornton
2021-11-11Fix nullability on DisplayPreferencesDtoCody Robibero
Remove duplicate, fix namespace
2021-10-03Fix warning: Type cast is redundant (#2149)KonH
2020-12-20Return dashboardTheme when requesting DisplayPreferencescrobibero
2020-12-11fix typoNyanmisaka
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2020-12-10fix landing screen optionsnyanmisaka
2020-12-04Use md5 Guid for legacy compatcrobibero
2020-12-04Add ItemId to all display preferencescrobibero
2020-12-04Use DisplayPreferencesId as ItemIdcrobibero
2020-12-03Fix existing DisplayPreferences migrationcrobibero
2020-12-03Suggestion from reviewcrobibero
2020-12-03Add support for custom item display preferencescrobibero
2020-11-02Save new display preferencescvium
2020-09-09Remove nullable from requiredcrobibero
2020-09-07fix attribute spacingcrobibero
2020-09-07Fix api routescrobibero
2020-09-06merge all attributescrobibero
2020-09-05Make all FromRoute requiredcrobibero
2020-08-08Make DisplayPreferencesManager scopedPatrick Barron
2020-08-06Apply fixes from reviewcrobibero
2020-08-03fix merge conflictscrobibero
2020-06-27Make all optional strings nullablecrobibero
2020-06-22Add missing authorization policiesDavid
2020-06-21Update Jellyfin.Api/Controllers/DisplayPreferencesController.csCody Robibero
Co-authored-by: David <davidullmer@outlook.de>
2020-06-20Add missing attributes, fix response codes, fix route parameter casingcrobibero
2020-06-19remove #nullablecrobibero
2020-06-01Remove invalid docs and null checkcrobibero
2020-05-19Clean UpdateDisplayPreferences endpointcrobibero
2020-05-02Update endpoint docscrobibero
2020-04-23Fix Authorize attributescrobibero
2020-04-23Remove unneeded Ok calls.crobibero
2020-04-21move to ActionResult<T>crobibero
2020-04-21Remove exception handlercrobibero
2020-04-19remove todocrobibero
2020-04-19Fix missing attributescrobibero
2020-04-19Fix saving DisplayPreferencescrobibero
2020-04-19Fix build & runtime errorscrobibero
2020-04-19Move DisplayPreferences to Jellyfin.Apicrobibero
2020-04-19Add DisplayPreferencesControllercrobibero