aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/Program.cs
AgeCommit message (Collapse)Author
2019-01-20Removed unused parameters from Program.getImageEncoderWilliam Taylor
2019-01-20Replaced injections of ILogger with ILoggerFactoryWilliam Taylor
This makes resolving dependencies from the container much easier as you cannot resolve with primitives parameters in a way that is any more readable. The aim of this commit is to change as little as possible with the end result, loggers that were newed up for the parent object were given the same name. Objects that used the base or app loggers, were given a new logger with an appropriate name. Also removed some unused dependencies.
2019-01-20TouchupBond_009
2019-01-20Remove unneeded fieldsBond_009
2019-01-20Cleanup ImageProcessorBond_009
2019-01-19Combine Emby.Drawing and Emby.Drawing.SkiaAndrew Rabert
2019-01-19Merge branch 'dev' into reformatErwin de Haan
2019-01-18Cause exception if empty string used for config or log foldersPloughPuff
2019-01-18Modify to use correct logic before creating directoryPloughPuff
Address review comments.
2019-01-18Merge branch 'dev' into reformatErwin de Haan
2019-01-18Ensure all folders are created before running appPloughPuff
2019-01-13ReSharper conform to 'var' settingsErwin de Haan
2019-01-13EditorConfig reformat: Emby.XmlTv, Jellyfin.Server. MediaBrowser.Api, ↵Erwin de Haan
MediaBrowser.Common
2019-01-13Visual Studio Reformat: Jellyfin.ServerErwin de Haan
2019-01-13Add proper exit codesBond_009
2019-01-13Catch exception instead of masking itBond_009
2019-01-13Handle Ctrl+C and Ctrl+BreakBond_009
2019-01-12Shutdown gracefully when recieving a termination signalBond_009
2019-01-06Merge pull request #450 from Bond-009/configJoshua M. Boniface
BaseApplicationPaths set up default config and log dir paths
2019-01-06BaseApplicationPaths set up default config and log dir pathsBond_009
2019-01-06Remove unused PowerManagementBond_009
It isn't up to the application to prevent the system from going to sleep
2019-01-05Merge pull request #438 from Bond-009/logasyncJoshua M. Boniface
Improve logging performance
2019-01-05Improve logging performanceBond_009
Perform logging to file on a background thread. This means logging won't be bottlenecked by IO.
2019-01-05Add env vars JELLYFIN_CONFIG_DIR and JELLYFIN_DATA_PATHBond_009
2019-01-05Use -logdir if env var isn't setBond_009
2019-01-05Make config path configurableBond_009
2019-01-03Removed last using.Erwin de Haan
2019-01-03Removed all old and unused ImageEncoders.Erwin de Haan
Remove solution platform cruft.
2019-01-02Remove GitHub updater and don't trow exception in releaseBond_009
2019-01-02Clean up EnvironmentInfoBond_009
2019-01-02Fix inconsistent code styleBond_009
2019-01-02Log when falling back on NullImageEncoderBond_009
2019-01-02Ensure log dir existsBond_009
2019-01-02Fix errors and assembly nameBond_009
2019-01-02Fix log dirBond_009
2019-01-02Fix and improve loggingBond_009
2019-01-02Rename and rework entry pointBond_009