aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-01Fix xml docsBond_009
2019-11-01Update deps and add MultiThreading analyzerBond_009
2019-11-01Fix benchesBond_009
2019-11-01Multiplication is faster than bit shiftingBond_009
2019-11-01Make decode even fasterBond_009
2019-11-01Rewrite hex encoder/decoderBond_009
2019-11-02Merge pull request #1852 from Bond-009/warn9dkanada
Fix some more warnings
2019-11-01Deserialize with the correct type (and warning fixes)Bond_009
2019-11-01Style fixBond-009
2019-11-01Merge pull request #1931 from grafixeyehero/PersonServiesBond-009
update persons service
2019-11-01Fix buildBond-009
2019-11-01Use the correct file copy operation for the iconAnthony Lavado
2019-11-01Fix an incorrect argument type in build scriptAnthony Lavado
2019-10-30Add the tray app download to the build script, use it in the installer shortcutsAnthony Lavado
Adds the tray app download to build-jellyfin, adjusts the shortcuts in the installer, and adds the switch to the pipeline configuration.
2019-10-29Remove the SPEC edit hack, replace with proper repos (#7)Thomas Büttner
* Remove the SPEC edit hack, replace with proper repos Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech> * Fix bad rpmbuild flag Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
2019-10-29Remove extra EndIfAnthony Lavado
2019-10-29Fix commentsBond_009
2019-10-29Address commentsBond_009
2019-10-29More warning fixesBond_009
2019-10-29Fix more warningsBond_009
2019-10-29Merge pull request #1954 from LogicalPhallacy/LogicalPhallacy-patch-NSSMdkanada
Use mirror for NSSM
2019-10-29Merge pull request #1949 from stevehayles/masterdkanada
Update to Dockerfile
2019-10-28updates win32 build script with nssm mirrorLogicalPhallacy
2019-10-28Updating win-x64 build NSSM addressLogicalPhallacy
2019-10-28Updated build-jellyfin.ps1 to pull from my mirrorLogicalPhallacy
Updated it to pull from my mirror on Azure.
2019-10-28Merge pull request #6 from jellyfin/masterLogicalPhallacy
Bringing my branch up to sync
2019-10-28Adding OpenSSL librarySteve Hayles
Depending on configuration the docker container may need OpenSSL to support https access
2019-10-27Update DockerfileSteve Hayles
debian-stretch packages were missing for libva-drm2 so would not build the base image mcr.microsoft.com/dotnet/core/sdk:${DOTNET_VERSION} is incorrectly referencing .NET Core 3-preview6 which will cause issues at runtime with library references being mismatched
2019-10-27Merge remote-tracking branch 'jellyfin/master'Steve Hayles
2019-10-27use exec form for Dockerfile entrypointJustin Fenn
This causes the jellyfin process to be pid 1 in the container. It can receive signals like SIGTERM (from "docker stop", for example) and shut down properly.
2019-10-27Merge branch 'master' into copr-fixJoshua M. Boniface
2019-10-27Correct CentOS build for new Fedora specJoshua Boniface
2019-10-27Move throwing if cancelled after logging that factVasily
2019-10-27Apply suggestions from code reviewVasily
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-10-27Merge pull request #1930 from grafixeyehero/vsc-workspaceBond-009
update vsc workspace launch for net core 3
2019-10-26Merge pull request #6 from Wuerfelbecher/copr-fixJoshua M. Boniface
Fix build script
2019-10-26Merge branch 'copr-fix' into copr-fixJoshua M. Boniface
2019-10-26Merge pull request #5 from brianjmurrell/fix-coprJoshua M. Boniface
Fix jellyfin-web URL
2019-10-26Add comments about Source URLs and remove no longer needed dependencyThomas Büttner
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
2019-10-26Fix jellyfin-web URLBrian J. Murrell
2019-10-25Merge pull request #1922 from Bond-009/dockerAndrew Rabert
Use the correct dotnet runtime in Docker images
2019-10-25Use the correct dotnet runtime in Docker imagesBond_009
The self contained packages already contains the dotnet runtime No need to use the dotnet runtime base image. This should decrease the size of the image.
2019-10-24Translated using Weblate (Turkish)delfino434
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/
2019-10-24Translated using Weblate (French)emmanuel billeaud
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
2019-10-24Merge pull request #1918 from nvllsvm/dockermasterJoshua M. Boniface
Docker fixes
2019-10-24Merge pull request #1933 from cvium/autoreload_log_configBond-009
Reload logging.json on changes
2019-10-23Reload logging.json on changesClaus Vium
2019-10-23More preparations for the tray appAnthony Lavado
2019-10-23Add the "service" argument to the service parametersAnthony Lavado
This will avoid an exception when the server cannot launch a browser process for the web interface.
2019-10-23Change the default AppExit action to ExitAnthony Lavado
When the service should fail to launch Jellyfin, or should Jellyfin crash, the default action is changed from Restart to AppExit. This prevents the service from entering a constant restart due to a permissions issue or similar.