aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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>
2019-02-16Reorder elementsBond-009
2019-02-16Remove more doc warningsBond-009
2019-02-16More fixesBond-009
2019-02-16Correctly dispose WebSocketSharpListenerBond-009
2019-02-16More warningsBond-009
2019-02-16Disable SA1130Bond-009
2019-02-16Warnings for docsBond-009
2019-02-16Fix up CoreAppHost.csBond-009
2019-02-16Do not declare visible instance fieldsBond-009
2019-02-16Closing braces should be followed by an empty lineBond-009
2019-02-16Disable SA1512Bond-009
2019-02-16No multiple empty linesBond-009
2019-02-16Single line comments should start with a spaceBond-009
2019-02-16ConfigureAwaitBond-009
2019-02-16Change discardsBond-009
2019-02-16Merge pull request #901 from cvium/dispose_webresponse_on_errorsBond-009
Properly dispose HttpWebResponse when the request failed to avoid 'too many open files'
2019-02-15Make all class implementing dynamically loaded interfaces publicClaus Vium
2019-02-15Merge pull request #801 from Bond-009/diVasily
Move to Microsoft.Extensions.DependencyInjection
2019-02-15Merge pull request #875 from Bond-009/errorVasily
Treat warnings as errors for release builds