| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-01-20 | Removed unused parameters from Program.getImageEncoder | William Taylor | |
| 2019-01-20 | Replaced injections of ILogger with ILoggerFactory | William 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-20 | Touchup | Bond_009 | |
| 2019-01-20 | Remove unneeded fields | Bond_009 | |
| 2019-01-20 | Cleanup ImageProcessor | Bond_009 | |
| 2019-01-19 | Combine Emby.Drawing and Emby.Drawing.Skia | Andrew Rabert | |
| 2019-01-19 | Merge branch 'dev' into reformat | Erwin de Haan | |
| 2019-01-18 | Cause exception if empty string used for config or log folders | PloughPuff | |
| 2019-01-18 | Modify to use correct logic before creating directory | PloughPuff | |
| Address review comments. | |||
| 2019-01-18 | Merge branch 'dev' into reformat | Erwin de Haan | |
| 2019-01-18 | Ensure all folders are created before running app | PloughPuff | |
| 2019-01-13 | ReSharper conform to 'var' settings | Erwin de Haan | |
| 2019-01-13 | EditorConfig reformat: Emby.XmlTv, Jellyfin.Server. MediaBrowser.Api, ↵ | Erwin de Haan | |
| MediaBrowser.Common | |||
| 2019-01-13 | Visual Studio Reformat: Jellyfin.Server | Erwin de Haan | |
| 2019-01-13 | Add proper exit codes | Bond_009 | |
| 2019-01-13 | Catch exception instead of masking it | Bond_009 | |
| 2019-01-13 | Handle Ctrl+C and Ctrl+Break | Bond_009 | |
| 2019-01-12 | Shutdown gracefully when recieving a termination signal | Bond_009 | |
| 2019-01-06 | Merge pull request #450 from Bond-009/config | Joshua M. Boniface | |
| BaseApplicationPaths set up default config and log dir paths | |||
| 2019-01-06 | BaseApplicationPaths set up default config and log dir paths | Bond_009 | |
| 2019-01-06 | Remove unused PowerManagement | Bond_009 | |
| It isn't up to the application to prevent the system from going to sleep | |||
| 2019-01-05 | Merge pull request #438 from Bond-009/logasync | Joshua M. Boniface | |
| Improve logging performance | |||
| 2019-01-05 | Improve logging performance | Bond_009 | |
| Perform logging to file on a background thread. This means logging won't be bottlenecked by IO. | |||
| 2019-01-05 | Add env vars JELLYFIN_CONFIG_DIR and JELLYFIN_DATA_PATH | Bond_009 | |
| 2019-01-05 | Use -logdir if env var isn't set | Bond_009 | |
| 2019-01-05 | Make config path configurable | Bond_009 | |
| 2019-01-03 | Removed last using. | Erwin de Haan | |
| 2019-01-03 | Removed all old and unused ImageEncoders. | Erwin de Haan | |
| Remove solution platform cruft. | |||
| 2019-01-02 | Remove GitHub updater and don't trow exception in release | Bond_009 | |
| 2019-01-02 | Clean up EnvironmentInfo | Bond_009 | |
| 2019-01-02 | Fix inconsistent code style | Bond_009 | |
| 2019-01-02 | Log when falling back on NullImageEncoder | Bond_009 | |
| 2019-01-02 | Ensure log dir exists | Bond_009 | |
| 2019-01-02 | Fix errors and assembly name | Bond_009 | |
| 2019-01-02 | Fix log dir | Bond_009 | |
| 2019-01-02 | Fix and improve logging | Bond_009 | |
| 2019-01-02 | Rename and rework entry point | Bond_009 | |
