aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Plugins/IPlugin.cs
AgeCommit message (Collapse)Author
2021-05-05Enable nullable reference types for MediaBrowser.CommonBond_009
2020-12-14Initial uploadGreenback
2020-10-11Added extra functionality to support registrar.Greenback
2020-08-16Allow plugins to register services.Patrick Barron
2020-06-22Prevent system plugins from being uninstalledNeil Burrows
2020-02-23Fix some warningsBond_009
* Add analyzers to MediaBrowser.XbmcMetadata * Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata * Add analyzers to MediaBrowser.WebDashboard * Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard * Disable SA1600 in favor of CS1591
2019-12-11More warnings (removed)Bond_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-01-13ReSharper conform to 'var' settingsErwin de Haan
2019-01-13Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.ControllerErwin de Haan
2019-01-13EditorConfig reformat: Emby.XmlTv, Jellyfin.Server. MediaBrowser.Api, ↵Erwin de Haan
MediaBrowser.Common
2019-01-13Visual Studio Reformat: MediaBrowser.CommonErwin de Haan
2018-12-27Add GPL modulesAndrew Rabert
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2016-10-23make common project portableLuke Pulverenti
2016-10-23rework scheduled tasks in preparation of common project going portableLuke Pulverenti
2013-04-10added back IsFirstRunLuke Pulverenti
2013-04-10resharper suggestions in common projectLuke Pulverenti
2013-03-04removed the IsCorePlugin propertyLukePulverenti
2013-03-02added IServerEntryPoint to replace plugin.initializeLukePulverenti
2013-03-01fixes around http response caching, updated the mb icon in the dashboard, ↵LukePulverenti
and isolated web socket events
2013-02-24More DILukePulverenti
2013-02-22moved Plugins to separate repoLukePulverenti
2013-02-21removed static loggerLukePulverenti
2013-02-20Pushing missing changesLukePulverenti