aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Plugins/BasePlugin.cs
AgeCommit message (Collapse)Author
2021-05-05Enable nullable reference types for MediaBrowser.CommonBond_009
2021-03-13FxCop -> Net Analyzers (part 2)Bond_009
2021-02-22Add tests for DashboardControllerBond_009
2020-12-18Removed maxAbiGreenback
2020-12-18Changes as required.Greenback
2020-12-16Copy previous plugin settings if they don't exist.Greenback
2020-12-15Plugin setting migration to folders.Greenback
2020-12-14Initial uploadGreenback
2020-11-20Update BasePlugin.csBaronGreenback
2020-11-19Update BasePlugin.csBaronGreenback
2020-11-19Merge branch 'master' into PluginConfigSaveBaronGreenback
2020-11-19Update BasePlugin.csBaronGreenback
2020-11-18Fix null reference when saving plugin configurationcrobibero
2020-11-11Update BasePlugin.csBaronGreenback
2020-11-09Update MediaBrowser.Common/Plugins/BasePlugin.csBaronGreenback
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2020-10-16Update BasePlugin.csBaronGreenback
2020-10-12Update BasePlugin.csBaronGreenback
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-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-02-26update plugin classes for nightly buildsdkanada
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-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
2013-12-29make lazy loaded paths more nimbleLuke Pulverenti
2013-12-05Removed unused properties from BaseItem.Luke Pulverenti
2013-10-01fixed xml providers running over and overLuke Pulverenti