aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/IApplicationHost.cs
AgeCommit message (Collapse)Author
2021-11-13Very light cleanup in applicationhostcvium
2021-11-02Streamline startup codeBond_009
2021-05-28Fix some warningsBond_009
2021-05-05Enable nullable reference types for MediaBrowser.CommonBond_009
2021-03-13FxCop -> Net Analyzers (part 2)Bond_009
2020-12-14Initial uploadGreenback
2020-08-31Merge pull request #3871 from Ullmie02/plugins-apiBond-009
Allow plugins to define their own api endpoints
2020-08-16Allow plugins to register services.Patrick Barron
2020-08-11Add plugin assemblies to mvc builderDavid
2020-04-22Remove unused usingsMark Monteiro
This addresses the new issues identified in SonarCloud analysis
2020-04-20Merge remote-tracking branch 'upstream/master' into register-services-correctlyMark Monteiro
2020-04-11merge branch master into plugindkanada
2020-04-11remove release channel from plugin classesdkanada
2020-04-04Remove unnecessary async and parameter from ApplicationHost initialization ↵Mark Monteiro
method
2020-02-28Do not save a reference to the startup config in ApplicationHostMark Monteiro
2020-02-26update plugin classes for nightly buildsdkanada
2019-12-11More warnings (removed)Bond_009
2019-11-01Improve IInstallationManager interfaceBond_009
2019-10-09Enable `TreatWarningsAsErrors` for MediaBrowser.Common and Emby.PhotosBond_009
Adds `#pragma warning disable CS1591` to all files in MediaBrowser.Common containing undocumented members.
2019-08-11Document all public/internal members of Emby.DrawingBond_009
Forces all new public/internal members to be documented. Enables TreatWarningsAsErrors for Emby.Drawing
2019-04-18Remove unused eventBond-009
Release builds were failing because of this unused event.
2019-03-14Added contact email to user agentPloughPuff
MusicBrainz request a contact email address is supplied in comment section of user agent field.
2019-03-07Remove EnvironmentInfoBond-009
This moved the last bit of usefulness of EnvironmentInfo into a static class.
2019-02-18Removed remaining self-update codeBond_009
2019-02-12Move to Microsoft.Extensions.DependencyInjectionBond_009
This PR replaces SimpleInjector with Microsoft.Extensions.DependencyInjection.
2019-01-27Reworked LocalizationManager to load data asyncBond_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-23Suffix async methods with AsyncBond_009
2019-01-23Ensure DB existsBond_009
2019-01-19Rename ApplicationSemanticVersion to ApplicationVersionAndrew Rabert
2019-01-19Remove ApplicationVersionAndrew Rabert
2019-01-20Revert Jellyfin.Versioning, Update all versions and user agents.Erwin de Haan
2019-01-13Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.ControllerErwin de Haan
2019-01-13Visual Studio Reformat: MediaBrowser.CommonErwin de Haan
2019-01-03Remove firebase and empty resource config fileBond_009
2019-01-02Remove CheckForApplicationUpdate functionBond_009
2018-12-27Add GPL modulesAndrew Rabert
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-09-09update restart functionLuke Pulverenti
2017-04-093.2.12.2Luke Pulverenti
2017-01-21update program titlesLuke Pulverenti
2016-10-23rework scheduled tasks in preparation of common project going portableLuke Pulverenti
2014-11-23consolidate os display nameLuke Pulverenti
2014-09-06add system id to remote callsLuke Pulverenti
2014-05-08split files into separate classesLuke Pulverenti
2014-05-08Removed guids from the model projectLuke Pulverenti
2014-04-30re-enable mobile media controllerLuke Pulverenti
2014-02-06Added IDependencyModule to allow plugins to define IoC bindingsThomas Gillen
2014-01-29Added isservice to reported statisticsLuke Pulverenti
2014-01-25Added IAppHost.NameLuke Pulverenti