aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/DisplayPreferencesController.cs
AgeCommit message (Collapse)Author
2020-12-30Merge pull request #4836 from crobibero/dashboard-themeClaus Vium
Return dashboardTheme when requesting DisplayPreferences (cherry picked from commit 98da2c67a555279f485ca8bc91be67d486b244b7) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-12-13Merge pull request #4758 from nyanmisaka/fix-landingScreen-optionsClaus Vium
(cherry picked from commit f8ef38c0eafdfffe5314ae5514d5f8ee813fa3b7) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
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