aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-02Fix docker argsSparky
After the change to runtime args in #749 docker broke. This fixes it.
2019-02-02Remove MoreLINQBond_009
2019-02-02Remove unused fieldBond_009
2019-02-01Merge pull request #783 from joshuaboniface/use-cache-flagJoshua M. Boniface
Update builds to use #749 and #756
2019-02-01Merge pull request #756 from Bond-009/cachedirJoshua M. Boniface
Make cache dir configurable
2019-02-01Fix double-dashes in Fedora environment fileJoshua Boniface
2019-02-01Allow adm group to view Jellyfin resourcesJoshua Boniface
This is pretty arbitrary and personal, but I detest services that lock out global access (which is good), but don't simultaneously make it easy for administrators to enter the directories. The adm group should only have actual system administrators as members, so this lets them view the secure directories.
2019-02-01Implement review feedbackJoshua Boniface
2019-02-01Fix more warningsBond_009
2019-02-01Update StartupOptions.csBond-009
2019-02-01Rebase on masterBond_009
2019-02-01Make cache dir configurableBond_009
2019-02-01Fix build errorBond_009
2019-02-01Merge pull request #782 from hawken93/watVasily
Remove commented file MediaBrowser.LocalMetadata.Savers.PersonXmlSaver
2019-02-01Remove commented file MediaBrowser.LocalMetadata.Savers.PersonXmlSaverhawken
2019-02-01Update iso6392.txtminegociomovil
Add new es-MX option for the latin metadata search in www.themoviedb.org Content add: spa||es-mx|Spanish; Latin|espagnol; Latin
2019-01-31Move jellyfin-sudoers to conf dirJoshua Boniface
2019-01-31Use good ideas from Fedora systemd in DebianJoshua Boniface
2019-01-31Replace programdata with datadir everywhereJoshua Boniface
2019-01-31Add cachedir to deployment scripts; fix bad logdirJoshua Boniface
2019-01-31Use double-dash args in install-jellyfn.ps1Joshua Boniface
2019-01-31Update to long opts and add cache dirsJoshua Boniface
2019-01-31Merge pull request #734 from Bond-009/cultureJoshua M. Boniface
Fix more analyzer warnings
2019-01-31Merge pull request #733 from Bond-009/startuptasksJoshua M. Boniface
Remove unused function
2019-01-31Remove support for games as a media typeClaus Vium
2019-01-31Improved help text and output errors to stderrPloughPuff
Addressed review comments from JustAMan.
2019-01-31Revert back to NoAutoRunWebAppPloughPuff
Addressed further review comments. Removed unnecessary .ParsedStartupOptions namespace. Removed DataDir, ConfigDir and LogDir from Interface file as not necessary.
2019-01-31Move Options to Jellyfin.Server and create interface filePloughPuff
Changes following review comments.
2019-01-31Accept single-hyphen usage and rename -programdatadir to -datadirPloughPuff
For backwards compatibility, modify the args[] strings to replace single-hyphens with double-hyphens before parsing. Also rename -programdatadir to -datadir.
2019-01-31Use CommandLineParser package for handling CLI argsPloughPuff
2019-01-31Remove more Connect related stuffClaus Vium
2019-01-31Merge branch 'master' into localeBond-009
2019-01-31Upgrade crypto provider, retarget better frameworkPhallacy
2019-01-30added submodule dir to gitignorePhallacy
2019-01-30Merge branch 'master' into cultureBond-009
2019-01-30Merge branch 'master' into startuptasksBond-009
2019-01-30Merge pull request #713 from EraYaN/fix-emtpy-statementVasily
Fix empty statement in DidlBuilder.cs
2019-01-29Merge pull request #769 from EraYaN/fix-removed-filesystem-wrapper-conditionsJoshua M. Boniface
Fix conditions where the ! was swallowed in #726
2019-01-30Fix conditions where the ! was swallowed in #726Erwin de Haan
2019-01-29Update Emby.Server.Implementations/Localization/LocalizationManager.csVasily
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-01-29Merge pull request #716 from Bond-009/warningsVasily
Remove more compile time warnings
2019-01-29Merge pull request #728 from nvllsvm/ffmpeg_dockerVasily
Use ffmpeg from jrottenberg/ffmpeg
2019-01-29Merge pull request #726 from EraYaN/remove-wrappers-for-system-ioVasily
Clean up IFileSystem wrappers around stdlib.
2019-01-29Apply suggestions from code review for flipped conditions.Vasily
Co-Authored-By: EraYaN <EraYaN@users.noreply.github.com>
2019-01-29Merge pull request #758 from RazeLighter777/masterVasily
Add password field to initial setup
2019-01-29Merge pull request #757 from cvium/fix_aspect_ratio_for_realVasily
Fix default aspect ratio
2019-01-28Added RazeLighter777 to the contributors fileJustin Suess
2019-01-28Made password field non-mandatory upon setupJustin Suess
2019-01-28Added password as an API field to the Startup/User ServiceJustin Suess
2019-01-28Removed loose whitespace and one .ToArray() call.Erwin de Haan