tcsenpai
58e7ff7f9d
Use symmetric 15s default for skip forward/backward lengths
...
Previously the default skip forward was 30s while skip backward was 10s.
This asymmetry is unexpected for most users and causes a poor UX,
especially on mobile/TV clients that rely on these server-side defaults.
Both values now default to 15000ms (15s), keeping a single consistent
behaviour until the user explicitly customizes them.
2026-05-01 22:09:26 +02:00
dkanada
a9117bcda4
use decorators to improve openapi endpoint categories
2026-04-26 16:13:22 +09:00
theguymadmax
613d72fa26
Skip empty ViewType validation
2026-02-03 01:16:25 -05:00
JPVenson
20f7ddbf8f
Refactor Display preference manager ( #14056 )
CodeQL / Analyze (csharp) (push) Has been cancelled
OpenAPI / OpenAPI - HEAD (push) Has been cancelled
OpenAPI / OpenAPI - BASE (push) Has been cancelled
OpenAPI / OpenAPI - Difference (push) Has been cancelled
OpenAPI / OpenAPI - Publish Unstable Spec (push) Has been cancelled
OpenAPI / OpenAPI - Publish Stable Spec (push) Has been cancelled
Tests / run-tests (macos-latest) (push) Has been cancelled
Tests / run-tests (ubuntu-latest) (push) Has been cancelled
Tests / run-tests (windows-latest) (push) Has been cancelled
Project Automation / Project board (push) Has been cancelled
Merge Conflict Labeler / Labeling (push) Has been cancelled
2025-09-05 14:39:15 -06:00
JPVenson
42bdb22bfb
Fixed namespaces
2025-03-25 16:45:00 +01:00
JPVenson
160020c551
WIP fixed namespaces
2025-03-25 15:30:22 +00:00
Cody Robibero
6fb6b5f176
Validate item access ( #11171 )
2024-04-14 08:18:36 -06:00
Niels van Velzen
5b93aec2f5
Always make userId query parameter optional
2024-02-17 14:29:34 +01:00
cvium
209edd38a4
refactor: simplify authz
2023-02-09 13:51:37 +01:00
Shadowghost
f5f890e685
Migrate to file-scoped namespaces
2023-02-02 18:50:33 +01:00
Bond_009
71982c7297
Fix build errors
2022-12-07 16:42:28 +01:00
Terrance
692a62ab4f
Add missing format providers (fix CA1305 errors) ( #8745 )
2022-11-26 18:59:25 -07:00
Bond_009
5036afd691
Minor cleanup
2022-08-18 13:56:23 +02:00
Bill Thornton
f32b2cb592
Add resume book as default home section
2022-02-28 16:33:17 -05:00
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