Bond_009
c4bb32f259
Access last element by index where possible
4 years ago
Bond_009
9041389f65
Use string.Trim(char) instead of string.Trim(char[]) where possible
4 years ago
Bond_009
bc7359f87d
Use string.Split(char) where possible instead of string.Split(char[])
4 years ago
Claus Vium
569874a212
Merge pull request #4473 from crobibero/binder-no-throw
...
Don't throw exception when converting values using binder or JsonConv…
4 years ago
Claus Vium
121d79a395
Merge pull request #4477 from nyanmisaka/attachment-return-type
...
Fix return type for GetAttachment
4 years ago
Cody Robibero
450cd614ac
Update Jellyfin.Api/ModelBinders/CommaDelimitedArrayModelBinder.cs
...
Co-authored-by: Bond-009 <bond.009@outlook.com>
4 years ago
nyanmisaka
e36725096a
fix return type for GetAttachment
4 years ago
crobibero
cfefcd988a
Updated based on review feedback
4 years ago
Claus Vium
c49b854295
Merge pull request #4476 from crobibero/plugin-update-exception
...
Fix plugin update exception
4 years ago
Oatavandi
722adda477
Translated using Weblate (Tamil)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ta/
4 years ago
Relja U
5d4144b8a6
Translated using Weblate (Serbian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sr/
4 years ago
crobibero
5845bf93cb
Fix plugin update exception
4 years ago
crobibero
5c40ad0530
Remove conditional access.
4 years ago
Bond-009
f45b4ac11f
Merge pull request #4474 from crobibero/property-readonlylist
...
Convert array property to IReadOnlyList
4 years ago
crobibero
73f9a6d7d0
Convert array property to IReadOnlyList
4 years ago
crobibero
0c23b8cadf
Don't throw exception when converting values using binder or JsonConverter
4 years ago
Claus Vium
00c4055b6e
Merge pull request #4463 from crobibero/fix-display-preferences-migration
...
Skip migration if user doesn't exist
4 years ago
Cody Robibero
1d059bc76b
Update Jellyfin.Server/Migrations/Routines/MigrateDisplayPreferencesDb.cs
4 years ago
dkanada
660aa1b8a6
Merge pull request #4469 from cvium/fix_repository_endpoint
...
Change OPTIONS to POST and call SaveConfiguration in SetRepositories
4 years ago
Claus Vium
a044622b15
Merge pull request #4468 from cvium/revert_similar_name_removal
...
Semi-revert removal of Name for /Similar in openapi
4 years ago
cvium
8e0909ef6f
Change OPTIONS to POST and call SaveConfiguration
4 years ago
cvium
0ac3af13ac
Semi-revert removal of Name for /Similar in openapi
4 years ago
Claus Vium
df2cb7f995
Merge pull request #4466 from kayila/display-clips
...
Fix #4465 by adding the missing extras folders.
4 years ago
Kayila
d0cf60e145
Fixes #4465 by adding the missing extras folders.
4 years ago
crobibero
7375d70396
Skip migration if user doesn't exist
4 years ago
Claus Vium
5669d1dad2
Merge pull request #4450 from cvium/fix_and_mildly_improve_similar
...
Remove duplicate /Similar endpoints
4 years ago
Claus Vium
0b954df7c2
Update Jellyfin.Api/Controllers/LibraryController.cs
4 years ago
Claus Vium
a7b3880d0e
Merge branch 'master' into fix_and_mildly_improve_similar
4 years ago
Sam Cross
0c45faf100
Translated using Weblate (English (United Kingdom))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/en_GB/
4 years ago
Ted van den Brink
51ddf038dc
Translated using Weblate (Dutch)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
4 years ago
Claus Vium
a51ea55537
Merge pull request #4302 from crobibero/query-fields
...
Convert field string to enum.
4 years ago
David John Corpuz
dc3b3bcfb1
Translated using Weblate (Filipino)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fil/
4 years ago
crobibero
f5b301dea6
Correct bad docs merge
4 years ago
crobibero
7fe8ca2b77
Merge remote-tracking branch 'upstream/master' into query-fields
4 years ago
dkanada
7aaf9dbcc3
Merge pull request #4444 from crobibero/remove-unstable-npm-ci
...
Remove unstable npm ci task
4 years ago
dkanada
54d7fb0ff7
Merge pull request #4447 from jellyfin/dependabot/nuget/Serilog.Sinks.Graylog-2.2.2
...
Bump Serilog.Sinks.Graylog from 2.2.1 to 2.2.2
4 years ago
dkanada
efad311df8
Merge pull request #4446 from jellyfin/dependabot/nuget/Microsoft.NET.Test.Sdk-16.8.0
...
Bump Microsoft.NET.Test.Sdk from 16.7.1 to 16.8.0
4 years ago
Claus Vium
cdf979efef
Merge pull request #3196 from ferferga/images-advance
...
Remove "download images in advance" option
4 years ago
Claus Vium
d3eab357e3
Merge pull request #4452 from crobibero/bind-image-type
...
Add ModelBinder to ImageType
4 years ago
Fernando Fernández
27a1337cf3
Remove underscore
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
4 years ago
Fernando Fernández
d6a04fd406
Remove setting from existing libraries with a migration
4 years ago
Fernando Fernández
103d503c15
Removed code as suggested by @cvium
4 years ago
Fardin
477e7f7898
Translated using Weblate (Spanish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es/
4 years ago
crobibero
2ce9a56cae
Remove GetImageTypes
4 years ago
crobibero
0dd2b169a3
Add ModelBinder to ItemFilter
4 years ago
crobibero
6748ba287d
Merge remote-tracking branch 'upstream/master' into query-fields
4 years ago
crobibero
b22831f7e5
Add ModelBinder to ImageType
4 years ago
cvium
b99519898d
Remove duplicate /Similar endpoints and add poor matching for artists and albums
4 years ago
Claus Vium
296e534f67
Merge pull request #4448 from crobibero/regex-error
...
Don't throw exception if name is null
4 years ago
crobibero
78551d166a
Don't throw exception if name is null
4 years ago