aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-18added justaman notes, fixed new bug from emty has removalsPhallacy
2019-02-18Apply suggestions from code review LogicalPhallacy
Adding minor stylistic suggestions from Bond-009 Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>
2019-02-17Translated using Weblate (Hebrew)bobberb
Currently translated at 97.8% (92 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/he/
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-17Use the movie name instead of folder nameClaus Vium
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 perfBond-009
2019-02-16Merge branch 'master' into asyncBond-009
2019-02-16Merge branch 'master' into fieldsBond-009
2019-02-16Reduce log spamBond-009
2019-02-16Separate HttpPostedFileBond-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-16Use string interpolationPloughPuff
Two further review comments from JustAMan.
2019-02-16Merge pull request #885 from Bond-009/warnVasily
More warning fixes
2019-02-15Review commentsPloughPuff
Addressed review comments from JustAMan. Removed code to determine experimental version. Store major and minor as two ints. Allow control of a min and max recommended version.
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