aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/CoreAppHost.cs
AgeCommit message (Expand)Author
2020-09-03Merge branch 'master' into scoped-displaypreferencesPatrick Barron
2020-08-16Allow plugins to register services.Patrick Barron
2020-08-15Register event servicesPatrick Barron
2020-08-08Make DisplayPreferencesManager scopedPatrick Barron
2020-08-08Add DbContext PoolPatrick Barron
2020-08-01Merge pull request #3578 from barronpm/displaypreferences-efcoreBond-009
2020-07-31Use factory pattern to instantiate jellyfindb context to avoid disposed conte...cvium
2020-07-23Merge branch 'master' into displaypreferences-efcorePatrick Barron
2020-07-22Use interfaces in app host constructorsPatrick Barron
2020-07-17Migrate Display Preferences to EF CorePatrick Barron
2020-07-13Remove EF Core ProxiesPatrick Barron
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 IImageEncode...Mark Monteiro
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
2019-06-10Simplify file serving codeBond_009
2019-03-07Remove EnvironmentInfoBond-009
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
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
2019-01-02Remove GitHub updater and don't trow exception in releaseBond_009
2019-01-02Rename and rework entry pointBond_009