aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ApplicationHost.cs
AgeCommit message (Collapse)Author
2019-02-22Add option to toggle if ignore virtual interfacesXu Fasheng
Some VPN like ZerotierOne owns IP address but no gateway, and there is no good idea in NetworkManager.GetIPsDefault() to filter such virtual interfaces, so just provide one option to let user decide it.
2019-02-20Merge branch 'master' into update_tvdbVasily
2019-02-19Merge pull request #830 from Bond-009/updateJoshua M. Boniface
Removed remaining self-update code
2019-02-18Merge pull request #887 from wtayl0r/replace-primitives-with-iconfigurationVasily
Replace primitive injection with IConfiguration
2019-02-18Removed remaining self-update codeBond_009
2019-02-18Merge pull request #913 from Bond-009/logVasily
Reduce log spam
2019-02-18Merge pull request #829 from Bond-009/fieldsVasily
Removed some unused fields
2019-02-17Removed unnecessary configuration options and reduced primitive dependenciesWilliam Taylor
2019-02-17Merge remote-tracking branch 'upstream/release-10.2.z' into newmaserBond-009
2019-02-16Merge branch 'master' into fieldsBond-009
2019-02-16Reduce log spamBond-009
2019-02-15Remove SizeLimitClaus Vium
2019-02-15Use DI for TvDbClientManagerClaus Vium
2019-02-12Address commentsBond-009
2019-02-12Don't create multiple instances of the same typeBond_009
2019-02-12Simplify plugin loadingBond_009
2019-02-12Move to Microsoft.Extensions.DependencyInjectionBond_009
This PR replaces SimpleInjector with Microsoft.Extensions.DependencyInjection.
2019-02-10Add support for ZIP plugin archivesJoshua Boniface
Most code from @cvium. Also removes the lazy and ill-conceived GUID- based checksumming, which just died with ZIP archives.
2019-02-09Removed some unused fieldsBond_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-02-05Remove custom ThreadingClaus Vium
2019-02-03Merge pull request #736 from Bond-009/startasyncJoshua M. Boniface
Start startup tasks async
2019-02-03Merge pull request #732 from Bond-009/localeJoshua M. Boniface
Reworked LocalizationManager to load data async
2019-02-02Remove unused fieldBond_009
2019-01-31Remove support for games as a media typeClaus Vium
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-31Use CommandLineParser package for handling CLI argsPloughPuff
2019-01-31Merge branch 'master' into localeBond-009
2019-01-29Merge pull request #716 from Bond-009/warningsVasily
Remove more compile time warnings
2019-01-28Unwrapped `MoveDirectory`, `DirectoryExists`, `FileExists` & removed `MoveFile`Erwin de Haan
2019-01-27Remove code for pre-installed pluginsBond_009
2019-01-27Start startup tasks asyncBond_009
2019-01-27Reworked LocalizationManager to load data asyncBond_009
2019-01-26Merge pull request #723 from Bond-009/dbperfAndrew Rabert
Minor improvements to db code
2019-01-26Merge pull request #709 from Bond-009/nullAndrew Rabert
Fix always null expressions
2019-01-26Merge pull request #711 from Bond-009/syseventAndrew Rabert
Remove remnants of system events
2019-01-26Fix ctorBond_009
2019-01-25Revert "Merge pull request #452 from Bond-009/activitydb"Erwin de Haan
This reverts commit 48ad18d12baeeb42ec0ec7df9473330dcbc76754, reversing changes made to fe197415cac19c0e4005c52761c5e7a37b8a4557.
2019-01-25Remove more compile time warningsBond_009
2019-01-25Remove remnants of system eventsBond_009
2019-01-25Fix always null expressionsBond_009
2019-01-23Suffix async methods with AsyncBond_009
2019-01-23Ensure DB existsBond_009
2019-01-23Use EF Core for Activity databaseBond_009
2019-01-20Merge branch 'dev' into imagesizeAndrew Rabert
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-20Cleanup ImageProcessorBond_009
2019-01-20Remove MediaBrowser.Text since it violates licenses and is overall hackycvium
2019-01-19Use AssmeblyProduct for NameAndrew Rabert