aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/CoreAppHost.cs
AgeCommit message (Collapse)Author
2020-05-31Apply review suggestion and fix entity concurrency tokens.Patrick Barron
2020-05-23Cleanup and fix more bugsPatrick Barron
2020-05-20Fix more issuesPatrick Barron
2020-05-20Migrate User DB to EF CorePatrick Barron
2020-05-14Address review commentsPatrick Barron
2020-04-17Add back warning message when Skia encoder cannot be usedMark Monteiro
2020-04-05Register IImageEncoder in Jellyfin.Server instead of Emby.Server.ImplementationsMark Monteiro
2020-04-04Convert properties in ApplicationHost to private readonly fields, where possibleMark Monteiro
2020-04-04Register and construct IImageProcessor, SqliteItemRepository and ↵Mark Monteiro
IImageEncoder correctly
2020-03-24Remove unused usingsBond_009
2020-02-28Do not save a reference to the startup config in ApplicationHostMark Monteiro
2019-08-11Update deps + document startup projectBond_009
* Fixed the release build * Documented all public/internal members of Jellyfin.Server * Enable TreatWarningsAsErrors for debug builds for Jellyfin.Server This will ensure that any new public/internal members of Jellyfin.Server are documented
2019-06-10Simplify file serving codeBond_009
2019-03-07Remove EnvironmentInfoBond-009
This moved the last bit of usefulness of EnvironmentInfo into a static class.
2019-03-03Add certificate to https and minor cleanupClaus Vium
2019-02-26Remove SocketSharp from Jellyfin.Server and some other cleanupClaus Vium
2019-02-26Remove unused depsClaus Vium
2019-02-17Removed unnecessary configuration options and reduced primitive dependenciesWilliam Taylor
2019-02-16Fix up CoreAppHost.csBond-009
2019-02-12Simplify plugin loadingBond_009
2019-02-09Fix namespacing so it lines up properly with file names and paths (#715)Erwin de Haan
* Fix stupid namespacing so it lines up properly with file names and paths.
2019-01-31Use CommandLineParser package for handling CLI argsPloughPuff
2019-01-25Remove remnants of system eventsBond_009
2019-01-20Remove MediaBrowser.Text since it violates licenses and is overall hackycvium
2019-01-13ReSharper Reformat: Properties to expression bodied form.Erwin de Haan
2019-01-13Visual Studio Reformat: Jellyfin.ServerErwin de Haan
2019-01-06Remove unused PowerManagementBond_009
It isn't up to the application to prevent the system from going to sleep
2019-01-02Remove GitHub updater and don't trow exception in releaseBond_009
2019-01-02Rename and rework entry pointBond_009