Fernando Fernández
d7cdaeea7d
Use all system cores when threads are set to auto or bigger than the amount of system's cores
4 years ago
Fernando Fernández
a6ad36b57a
Don't scale images extracted by ffmpeg
4 years ago
Thomas Schwery
fc3d6278be
Translated using Weblate (French)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
4 years ago
Sverre
7cbcce0638
Translated using Weblate (Norwegian Bokmål)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/
4 years ago
Lukáš Kucharczyk
bb46f24bb3
Translated using Weblate (Czech)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/cs/
4 years ago
Anthony Lavado
c8e41adfeb
Merge pull request #4500 from oddstr13/nuget-bump-net5.0
...
Use .NET 5.0 in Nuget pipeline
4 years ago
Odd Stråbø
c770b9e0c6
Use .NET 5.0 in the Nuget pipeline
4 years ago
Anthony Lavado
ad719b7ac6
Merge pull request #4460 from yodatak/patch-1
...
Bump dependencies to Fedora 33
4 years ago
Odd Stråbø
001bf95d10
Fedora: install systemd as build dependency
4 years ago
Bill Thornton
be0ddf02b3
Merge pull request #4475 from crobibero/npm-ci-remove-v2
...
Fix api client ci condition
4 years ago
Joshua M. Boniface
47bfbb1377
Merge pull request #4497 from crobibero/docker-pls
...
Fix docker and centos builds
4 years ago
Cody Robibero
be3c65d80f
Merge branch 'master' into docker-pls
4 years ago
crobibero
1d96167e8d
Fix builders
4 years ago
Ygor Lhano
7b42b7e8bd
Translated using Weblate (Portuguese (Brazil))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_BR/
4 years ago
Joshua M. Boniface
d7b42e47d1
Merge pull request #4493 from crobibero/hey-buster
...
Fix dockerfiles
4 years ago
Joshua M. Boniface
e86db484ef
Merge pull request #4136 from BaronGreenback/Comment1
...
DLNA Classes - No code change, just added commenting to classes.
4 years ago
Joshua M. Boniface
355c0c802f
Merge pull request #4138 from BaronGreenback/Comment3
...
DLNA ContentManager - static and commented.
4 years ago
Claus Vium
dc0e353b96
Merge pull request #4494 from nyanmisaka/hdr-title
...
Add video range info to the title
4 years ago
nyanmisaka
5fe4ea2f4a
add video range info to title
4 years ago
Claus Vium
d53f97d803
Merge pull request #4480 from crobibero/http-exception
...
Remove custom HttpException
4 years ago
Bill Thornton
84b0932cfe
Merge pull request #4485 from crobibero/update-user-cache
...
Update user cache after updating user.
4 years ago
crobibero
e2e10e672f
User buster-slim instead of non existent buster
4 years ago
Joshua M. Boniface
8d1d77db94
Merge pull request #4487 from crobibero/build-upgrade
...
Upgrade all netcore3.1 to net5.0
4 years ago
Joshua M. Boniface
8722c1b7f6
Merge pull request #4492 from Artiume/patch-5
...
update dotnet 5.0 buster image
4 years ago
artiume
d76afb209f
update dotnet 5.0 image
...
Step 5/23 : FROM mcr.microsoft.com/dotnet/sdk:${DOTNET_VERSION}-buster as builder
manifest for mcr.microsoft.com/dotnet/sdk:5.0-buster not found: manifest unknown: manifest tagged by "5.0-buster" is not found
arm not tested
4 years ago
crobibero
185fac0677
Upgrade all netcore3.1 to net5.0
4 years ago
crobibero
e66d79fc0c
Merge remote-tracking branch 'upstream/master' into http-exception
4 years ago
Joshua M. Boniface
2f426dfc97
Merge pull request #4458 from crobibero/dotnet-5
...
Upgrade to Net5
4 years ago
crobibero
056c44010b
Fix tests
4 years ago
crobibero
dae4541bad
Merge remote-tracking branch 'upstream/master' into dotnet-5
4 years ago
crobibero
3f313206c6
Suggestions from review
4 years ago
crobibero
c70710de32
Update user cache after updating user.
4 years ago
Claus Vium
7caf1662ec
Merge pull request #4478 from Bond-009/chararray
...
Don't allocate single char arrays when possible
4 years ago
Bond-009
331c7f8481
Merge pull request #4253 from BaronGreenback/fordiscussion
...
DI in plugins
4 years ago
4d1m
ce4787c7eb
Translated using Weblate (Romanian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ro/
4 years ago
crobibero
95a2de757f
remove custom HttpException
4 years ago
Bond_009
d4e568c8bf
Replace Task.WaitAll with Task.Wait
4 years ago
Bond_009
ff49a3bb61
Missed some stuff
4 years ago
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
Adam Bokor
6b4debb44e
Translated using Weblate (Hungarian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hu/
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
crobibero
843847fc93
Remove extraneous newline
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
crobibero
73d2cb1c2a
Updated based on review feedback
4 years ago