aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Plugins
AgeCommit message (Collapse)Author
2020-11-18Fix null reference when saving plugin configurationcrobibero
2020-11-15Merge pull request #4253 from BaronGreenback/fordiscussionBond-009
DI in plugins
2020-11-11Update BasePlugin.csBaronGreenback
2020-11-09Update MediaBrowser.Common/Plugins/IPluginServiceRegistrator.csBaronGreenback
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2020-11-09Update MediaBrowser.Common/Plugins/BasePlugin.csBaronGreenback
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2020-11-08Use class instead of structcrobibero
2020-10-17Merge branch 'master' into update-pluginBaronGreenback
2020-10-16Update BasePlugin.csBaronGreenback
2020-10-12Update BasePlugin.csBaronGreenback
2020-10-12Update IPluginServiceRegistrator.csBaronGreenback
2020-10-12Rename IPluginRegistrar.cs to IPluginServiceRegistrator.csBaronGreenback
2020-10-11Update MediaBrowser.Common/Plugins/IPluginRegistrar.csBaronGreenback
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2020-10-11Update MediaBrowser.Common/Plugins/LocalPlugin.csCody Robibero
Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk>
2020-10-11Update BasePlugin.csBaronGreenback
2020-10-11Update BasePlugin.csBaronGreenback
Plugins supporting di cannot be unloaded.
2020-10-11Update BasePlugin.csBaronGreenback
Removed trailing spaces
2020-10-11Update BasePlugin.csBaronGreenback
Added ConfigurationChanged event.
2020-10-11Added extra functionality to support registrar.Greenback
2020-10-01Update BasePlugin.csBaronGreenback
2020-10-01Update BasePlugin.csBaronGreenback
Moved initialisation ApplicationHost.cs /LoadPlugin()
2020-09-30Update all on-disk pluginscrobibero
2020-08-16Allow plugins to register services.Patrick Barron
2020-06-22Wrapping long line on function parameters (take 2)Neil Burrows
2020-06-22Wrapping long line on function parametersNeil Burrows
2020-06-22Prevent system plugins from being uninstalledNeil Burrows
2020-04-11merge branch master into plugindkanada
2020-02-26update plugin classes for nightly buildsdkanada
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-19Apply suggestions from code reviewBond-009
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
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-13ReSharper Reformat: Properties to expression bodied form.Erwin 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
2019-01-10Mayor code cleanupErwin de Haan
Add Argument*Exceptions now use proper nameof operators. Added exception messages to quite a few Argument*Exceptions. Fixed rethorwing to be proper syntax. Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling) Added some TODOs to log certain exceptions. Fix sln again. Fixed all AssemblyInfo's and added proper copyright (where I could find them) We live in *current year*. Fixed the use of braces. Fixed a ton of properties, and made a fair amount of functions static that should be and can be static. Made more Methods that should be static static. You can now use static to find bad functions! Removed unused variable. And added one more proper XML comment.
2018-12-27Add GPL modulesAndrew Rabert
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-08-283.2.29.2Luke Pulverenti
2016-10-23make common project portableLuke Pulverenti
2016-10-23rework scheduled tasks in preparation of common project going portableLuke Pulverenti
2016-08-05Reduced compiler warnings. No functional changes (except MediaEncoder.cs and ↵softworkz
AutomaticRestartEntryPoint.cs)
2015-03-08display sync servicesLuke Pulverenti
2014-12-27move web socket classes to server projectLuke Pulverenti
2014-12-22begin work on daily episodesLuke Pulverenti
2014-12-21add metadata editor info endpointLuke Pulverenti
2014-05-09update translationsLuke Pulverenti
2014-02-06Added IDependencyModule to allow plugins to define IoC bindingsThomas Gillen
2013-12-29make lazy loaded paths more nimbleLuke Pulverenti