Cody Robibero
|
3de86ffdb4
|
Fix nullability on DisplayPreferencesDto
Remove duplicate, fix namespace
|
2021-11-11 07:34:36 -07:00 |
|
KonH
|
6cbfdea4c0
|
Fix warning: Type cast is redundant (#2149)
|
2021-10-03 11:05:18 +07:00 |
|
crobibero
|
a682fc4516
|
Return dashboardTheme when requesting DisplayPreferences
|
2020-12-20 12:59:44 -07:00 |
|
Nyanmisaka
|
a79c210c76
|
fix typo
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
2020-12-11 11:35:00 +08:00 |
|
nyanmisaka
|
0332b72502
|
fix landing screen options
|
2020-12-10 22:41:00 +08:00 |
|
crobibero
|
76250a8895
|
Use md5 Guid for legacy compat
|
2020-12-04 16:27:31 -07:00 |
|
crobibero
|
3db6ae91f6
|
Add ItemId to all display preferences
|
2020-12-04 16:00:11 -07:00 |
|
crobibero
|
8d8738835e
|
Use DisplayPreferencesId as ItemId
|
2020-12-04 09:16:38 -07:00 |
|
crobibero
|
e765184afa
|
Fix existing DisplayPreferences migration
|
2020-12-03 15:00:26 -07:00 |
|
crobibero
|
685c966468
|
Suggestion from review
|
2020-12-03 14:35:18 -07:00 |
|
crobibero
|
b0c79edd2c
|
Add support for custom item display preferences
|
2020-12-03 13:51:12 -07:00 |
|
cvium
|
19d77c99ae
|
Save new display preferences
|
2020-11-02 09:23:29 +01:00 |
|
crobibero
|
63ebae2f9e
|
Remove nullable from required
|
2020-09-09 14:28:30 -06:00 |
|
crobibero
|
6d3e15dc31
|
fix attribute spacing
|
2020-09-07 18:46:14 -06:00 |
|
crobibero
|
7294dc103f
|
Fix api routes
|
2020-09-07 18:45:06 -06:00 |
|
crobibero
|
29fc882037
|
merge all attributes
|
2020-09-06 09:07:27 -06:00 |
|
crobibero
|
59d47ec3f5
|
Make all FromRoute required
|
2020-09-05 17:07:25 -06:00 |
|
Patrick Barron
|
229a5d9e0b
|
Make DisplayPreferencesManager scoped
|
2020-08-08 13:39:49 -04:00 |
|
crobibero
|
fffa94fc33
|
Apply fixes from review
|
2020-08-06 08:17:45 -06:00 |
|
crobibero
|
dbeeb7cf4a
|
fix merge conflicts
|
2020-08-03 12:01:24 -06:00 |
|
crobibero
|
73bcda7eac
|
Make all optional strings nullable
|
2020-06-27 10:50:44 -06:00 |
|
David
|
5c6e9f4db5
|
Add missing authorization policies
|
2020-06-22 15:44:11 +02:00 |
|
Cody Robibero
|
c492c09b25
|
Update Jellyfin.Api/Controllers/DisplayPreferencesController.cs
Co-authored-by: David <davidullmer@outlook.de>
|
2020-06-21 09:33:34 -06:00 |
|
crobibero
|
10ddbc34ec
|
Add missing attributes, fix response codes, fix route parameter casing
|
2020-06-20 18:02:07 -06:00 |
|
crobibero
|
d53a2899b1
|
remove #nullable
|
2020-06-19 09:03:04 -06:00 |
|
crobibero
|
aed6f57f11
|
Remove invalid docs and null check
|
2020-06-01 20:54:02 -06:00 |
|
crobibero
|
1c471d5855
|
Clean UpdateDisplayPreferences endpoint
|
2020-05-19 09:01:00 -06:00 |
|
crobibero
|
0017163f39
|
Update endpoint docs
|
2020-05-02 17:06:29 -06:00 |
|
crobibero
|
311f2e2bc3
|
Fix Authorize attributes
|
2020-04-23 10:07:21 -06:00 |
|
crobibero
|
1223eb5a22
|
Remove unneeded Ok calls.
|
2020-04-23 08:03:41 -06:00 |
|
crobibero
|
98224dee9e
|
move to ActionResult<T>
|
2020-04-21 14:01:47 -06:00 |
|
crobibero
|
04119c0d40
|
Remove exception handler
|
2020-04-21 07:55:57 -06:00 |
|
crobibero
|
c5d709f77e
|
remove todo
|
2020-04-19 16:35:31 -06:00 |
|
crobibero
|
e6b873f2ae
|
Fix missing attributes
|
2020-04-19 12:56:16 -06:00 |
|
crobibero
|
60607ab60c
|
Fix saving DisplayPreferences
|
2020-04-19 12:34:34 -06:00 |
|
crobibero
|
c31b9f5169
|
Fix build & runtime errors
|
2020-04-19 12:30:10 -06:00 |
|
crobibero
|
a282fbe966
|
Move DisplayPreferences to Jellyfin.Api
|
2020-04-19 12:26:38 -06:00 |
|
crobibero
|
86d68e23e7
|
Add DisplayPreferencesController
|
2020-04-19 12:06:18 -06:00 |
|