aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-19Changed build name template and limited number of parallel jobs.Erwin de Haan
2019-02-19Switched to dotnet based execution again because of permissions.Erwin de Haan
2019-02-19Fix tool extraction search pattern.Erwin de Haan
2019-02-19Fix path for naming, and add extra CopyFIle Task.Erwin de Haan
2019-02-19No full publish of artifacts.Erwin de Haan
2019-02-19Fixed secondary Artifact paths and Debug config.Erwin de Haan
2019-02-19Fix NuGet task name.Erwin de Haan
2019-02-19Fix the conditions.Erwin de Haan
2019-02-19Added final stage and removed triggers.Erwin de Haan
2019-02-19Added compat checking to YAMLErwin de Haan
2019-02-18Update azure-pipelines.yml for Azure PipelinesErwin de Haan
2019-02-18Update azure-pipelines.yml for Azure PipelinesErwin de Haan
2019-02-18Update azure-pipelines.ymlErwin de Haan
2019-02-18Merge branch 'azure-pipelines' of https://github.com/EraYaN/jellyfin into ↵Erwin de Haan
azure-pipelines
2019-02-18Fixed vmImageErwin de Haan
2019-02-18Update azure-pipelines.yml for Azure PipelinesErwin de Haan
2019-02-18Add first Azure Pipeline (Build)Erwin de Haan
2019-02-18Merge pull request #902 from brianjmurrell/copr-autobuildJoshua M. Boniface
COPR auto building
2019-02-18Merge pull request #862 from EraYaN/abi-check-droneAndrew Rabert
Add dotnet-compat ABI testing and Debug configuration building to drone-CI
2019-02-18Merge pull request #887 from wtayl0r/replace-primitives-with-iconfigurationVasily
Replace primitive injection with IConfiguration
2019-02-18Merge pull request #913 from Bond-009/logVasily
Reduce log spam
2019-02-18Merge pull request #829 from Bond-009/fieldsVasily
Removed some unused fields
2019-02-17Merge pull request #925 from Bond-009/newmaserJoshua M. Boniface
Merge 10.2.0 release branch back into master
2019-02-17Removed async from non-async methodWilliam Taylor
2019-02-17Removed unnecessary configuration options and reduced primitive dependenciesWilliam Taylor
2019-02-17Removed Reference and replaced with package referenceWilliam Taylor
2019-02-17Removed extra usingWilliam Taylor
2019-02-17Removed primitives from services in Program.csWilliam Taylor
This will make it easier to move dependency registration to a system without having to new up all the services first. Moved the primitives to an IConfiguration which is much easier to inject.
2019-02-17Merge remote-tracking branch 'upstream/release-10.2.z' into newmaserBond-009
2019-02-16Merge pull request #920 from nvllsvm/dockolate_icetainerAndrew Rabert
Fix cachedir missing from Docker container
2019-02-16Fix cachedir missing from Docker containerAndrew Rabert
Adds the /cache volume and set it to writeable by all. This allows for those using jellyfin to continue using it without modifying their config. However, retaining cache will require one to mount the /cache volume. Also make the /config and /media dirs 777 by default. No permissions on mounted volumes will be changed.
2019-02-16Bump release version for last-minute PRsv10.2.0Joshua Boniface
2019-02-16Merge branch 'master' into fieldsBond-009
2019-02-16Reduce log spamBond-009
2019-02-16Merge pull request #899 from AThomsen/bugfix/dlna_name_race_conditionBond-009
DLNA: Fix race condition leading to missing device names
2019-02-16Merge pull request #907 from cvium/fix_assembly_visibilityBond-009
Fix assembly visibility
2019-02-16Merge pull request #910 from nvllsvm/make_it_soAndrew Rabert
Enhance Dockerfiles
2019-02-16Merge pull request #911 from nvllsvm/hooked_on_phonicsAndrew Rabert
Checkout submodules in Docker Hub hook
2019-02-16Checkout submodules in Docker Hub hookAndrew Rabert
2019-02-16Enhance DockerfilesAndrew Rabert
* Prevent failure when obj exists from host compile * Enhance readability of disposed stages * Formatting
2019-02-16Merge pull request #909 from n8225/dockerBuildsAndrew Rabert
Fix docker arm builds
2019-02-15Fix docker arm buildsn8225
2019-02-15Update submodule to 10.2.0 releaseJoshua Boniface
2019-02-15Remove superfluous changelog entriesJoshua Boniface
2019-02-15Update version to 10.2.0 releaseJoshua Boniface
2019-02-15Merge pull request #883 from jellyfin/translationsJoshua M. Boniface
Import Translations
2019-02-15Merge pull request #892 from joshuaboniface/depend-ffmpeg-versionJoshua M. Boniface
Add jellyfin-ffmpeg and versioning to package deps
2019-02-16Merge pull request #885 from Bond-009/warnVasily
More warning fixes
2019-02-16CommentsBond-009
2019-02-16Update Jellyfin.Server/Jellyfin.Server.csprojVasily
Co-Authored-By: Bond-009 <bond.009@outlook.com>