aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-03-23Handle single- or triple-part platform namesJoshua M. Boniface
2020-03-23Fix up single-segment platform namesJoshua M. Boniface
2020-03-23Port Fedora and CentOS builds and remove web buildJoshua M. Boniface
Simplifies a number of aspects of the RPM build, including moving .copr/Makefile into the "fedora/" folder (and leaving a symlink), removing the jellyfin-web build components, and renaming it jellyfin-server like Debian did.
2020-03-23Back up and restore control fileJoshua M. Boniface
2020-03-23Mount the source volume rather than copy itJoshua M. Boniface
Now that the build script cleans up both before and after building, this is a viable option and will significant reduce build times by promoting container reuse (with `-k`).
2020-03-23Add Ubuntu configurationsJoshua M. Boniface
2020-03-23Don't limit to files (allow symlinks)Joshua M. Boniface
2020-03-23Fix version outputJoshua M. Boniface
2020-03-23Remove NPM install from DockerfilesJoshua M. Boniface
2020-03-23Fix deps for armhfJoshua M. Boniface
2020-03-23Add arm64 and armhf buildsJoshua M. Boniface
2020-03-23Only support cross-building with DockerJoshua M. Boniface
2020-03-23Only support Docker builds on amd64Joshua M. Boniface
2020-03-23Remove web building, rename, bump versionJoshua M. Boniface
2020-03-23Prevent FormatException when mapping TV seriesLuke Foust
2020-03-23Don't return closed stream for subtitles. (jellyfin/jellyfin#2650)Ian Walton
2020-03-23Merge pull request #3 from jellyfin/masterLuke Foust
merge with upstream master
2020-03-23Translated using Weblate (German)Dennis M. Pöpperl
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/de/
2020-03-23Merge pull request #2645 from sparky8251/rss-feed-adddkanada
Add RSS feed badges to README
2020-03-23Merge pull request #2638 from mark-monteiro/update-aspdkanada
Update .NET Core to 3.1.2
2020-03-22Clean up minor formatting issuesparky8251
2020-03-22Add RSS feed badges to READMEsparky8251
2020-03-22Add first proof-of-concept deployment setupJoshua M. Boniface
2020-03-22Ignore web artifactsJoshua M. Boniface
2020-03-22Add new build.sh script and symlinkJoshua M. Boniface
2020-03-22Move Debian folder to root of repoJoshua M. Boniface
2020-03-22Move all old deployment stuff to a new folderJoshua M. Boniface
2020-03-22Remove old build scriptJoshua M. Boniface
2020-03-22Add type to externalids to distinguish them in the UILuke Foust
2020-03-22Translated using Weblate (Norwegian Nynorsk)Frode F
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nn/
2020-03-22Merge pull request #2 from jellyfin/masterLuke Foust
merge with upstream master
2020-03-22Merge pull request #2642 from mark-monteiro/fix-extrasJoshua M. Boniface
Add missing null check when retrieving extras
2020-03-23Merge pull request #2478 from JustAMan/fix-search-orderdkanada
Fix ordering of search results
2020-03-23add code suggestionsdkanada
Co-Authored-By: Mark Monteiro <marknr.monteiro@protonmail.com>
2020-03-22Add missing null check when retrieving extrasMark Monteiro
2020-03-22Update benches project to correct target frameworkMark Monteiro
2020-03-22Update all packages to .NET Core 3.1.2Mark Monteiro
2020-03-21Check for implementation of IService correctlyMark Monteiro
2020-03-21Register ServiceController with the DI frameworkMark Monteiro
2020-03-21Log a warning if an attempt is made to register an invalid service typeMark Monteiro
2020-03-21Create ServiceController via DI instead of manual constructionMark Monteiro
2020-03-21Do not create unnecessary instances of IService at server startupMark Monteiro
2020-03-21Add instructions for serving content over HTTPSMark Monteiro
2020-03-21Log all 'DOTNET_' and 'ASPNETCORE_' environment variables at application startupMark Monteiro
2020-03-21Log 'ASPNETCORE_ENVIRONMENT' value at application startupMark Monteiro
2020-03-21Bind HTTPS ports when running with development environment flagMark Monteiro
2020-03-21Set 'ASPNETCORE_ENVIRONMENT=Development' when running from visual studioMark Monteiro
2020-03-21Run in development mode by default from Visual StudioMark Monteiro
2020-03-21Do not handle exceptions manually when in development modeMark Monteiro
2020-03-21Clean up HTTP listener exception handlingMark Monteiro