aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-03optimize rpm dependenciesThomas Büttner
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
2019-02-03Add CentOSThomas Büttner
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
2019-02-03add suggestions from code reviewdkanada
2019-02-03merge progress calculation into a single linedkanada
2019-02-03update subtitle task to match the other scheduled tasksdkanada
2019-02-03remove useless commentsdkanada
2019-02-03unhide several scheduled tasks and add missing propertiesdkanada
2019-02-03move all scheduled tasks and triggers into foldersdkanada
2019-02-03fix build errors and update plugin manifest locationdkanada
2019-02-03add PluginUpdateTask back into sourcedkanada
2019-02-03Remove unused string splitBond-009
2019-02-03await async functionsBond-009
2019-02-03Cleanup streaming servicesBond-009
2019-02-02Merge pull request #764 from Bond-009/encodingJoshua M. Boniface
Remove dead code, made some functions properly async
2019-02-02Fix all warningsBond-009
2019-02-02Merge pull request #788 from Bond-009/warningsAndrew Rabert
Fix more warnings
2019-02-02Merge pull request #794 from Bond-009/lesslinqAndrew Rabert
Remove MoreLINQ
2019-02-02Remove dead codeBond_009
2019-02-02Properly dispose TasksBond_009
2019-02-02Minor changes to encoding codeBond_009
* Don't wait in intervals of 100ms for the file to exist
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