aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-31Allow valid https requests in .NET CoreSteve Hayles
ServerCertificateValidationCallback on the ServicePointManager is not supported in .NET Core and outgoing https requests will fail if the certificate is not trusted. This adds the equivalent functionality
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-27Merge pull request #1930 from grafixeyehero/vsc-workspaceBond-009
update vsc workspace launch for net core 3
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-23update vsc workspace launch for net core 3grafixeyehero
2019-10-20Merge pull request #1898 from Bond-009/jsonfixJoshua M. Boniface
Fix Json serialization error
2019-10-20Merge pull request #1909 from KerryRJ/FixDvdsFailingToPlayBond-009
Fix System.NullReferenceException when playing Dvds copied to HDD
2019-10-19Fix Docker ffmpegAndrew Rabert
2019-10-19Update Docker containers to dotnet 3.0Andrew Rabert
2019-10-19Default to jellyfin-web masterAndrew Rabert
2019-10-19Translated using Weblate (Korean)schbal
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/
2019-10-18Translated using Weblate (Norwegian Bokmål)Marius Lindvall
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/
2019-10-18Translated using Weblate (Korean)schbal
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/
2019-10-17Fix System.NullReferenceException when playing Dvds copied to HDDKerryJ
2019-10-16Merge pull request #1871 from Bond-009/docVasily
Enable `TreatWarningsAsErrors` for MediaBrowser.Common and Emby.Photos
2019-10-16Merge pull request #1887 from joshuaboniface/bump-versionVasily
Bump version to 10.5.0 for next stable release
2019-10-15Fix Json serialization errorBond_009
2019-10-15Merge pull request #1884 from Bond-009/netcore3.0Vasily
Move to netcore3.0
2019-10-13Translated using Weblate (Korean)schbal
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/
2019-10-13Translated using Weblate (Spanish)Axel Gabriel Calle Granda
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es/
2019-10-13Translated using Weblate (Norwegian Bokmål)Marius Lindvall
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/
2019-10-11Bump version to 10.5.0 for next stable releaseJoshua Boniface
2019-10-11Move to netcore3.0Bond_009
2019-10-11Delete Doxyfile (#1879)Bond-009
2019-10-10Merge pull request #1854 from Bond-009/jsonVasily
Use System.Text.Json api for databases
2019-10-10Merge pull request #1840 from Bond-009/rulesetVasily
Ignore warning CA1308 and SA1108
2019-10-10Merge pull request #1861 from joshuaboniface/fix-centos-buildVasily
Use NVM to install nodejs v8 and yarn for CentOS
2019-10-10Translated using Weblate (Korean)schbal
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/
2019-10-09Merge pull request #1872 from thornbill/translate-badgeJoshua M. Boniface
Update translate badge in README
2019-10-09Merge pull request #1863 from joshuaboniface/fix-baseurl-issuesVasily
Fix inconsistent BaseUrl behavior
2019-10-09Update translate badge in READMEBill Thornton
2019-10-09Enable `TreatWarningsAsErrors` for MediaBrowser.Common and Emby.PhotosBond_009
Adds `#pragma warning disable CS1591` to all files in MediaBrowser.Common containing undocumented members.
2019-10-09Use value instead of assigning baseUrl firstJoshua Boniface
2019-10-09Fix spacing issuesJoshua Boniface
2019-10-09Merge pull request #1870 from JustAMan/fix-http-ex1Bond-009
Fix exception when handling error, log errors better
2019-10-09Make NormalizeUrlPath staticJoshua Boniface