aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Plugins
AgeCommit message (Expand)Author
2025-04-26Optimize migrations (#13855)Tim Eisele
2024-12-12move to new System.Threading.Lock type for better performanceDaniyar Alpyspayev
2024-11-16Update projects to .NET 9 (#13023)Bond-009
2023-11-10Add IServerApplicationHost parameter to IPluginServiceRegistratorPatrick Barron
2023-09-23Use IHostLifetime to handle restarting and shutting downPatrick Barron
2023-04-15Merge branch 'jellyfin:master' into whitelist-dllsAmbulantRex
2023-04-09Reconcile pre-packaged meta.json against manifest on installAmbulantRex
2023-04-06Remove redundant ToString callStepan Goremykin
2023-04-01Correct style inconsistenciesAmbulantRex
2023-03-30Add DLL whitelist support for pluginsAmbulantRex
2023-01-15Enable in-process restartingPatrick Barron
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-10-06Use ArgumentNullException.ThrowIfNull helper methodBond_009
2021-08-15Minor improvementsBond_009
2021-05-06Merge pull request #5982 from Bond-009/nullableBond-009
2021-05-05Code Clean up: Convert to null-coalescing operator ?? (#5845)BaronGreenback
2021-05-05Enable nullable reference types for MediaBrowser.CommonBond_009
2021-04-06Keep plugin status after update.BaronGreenback
2021-03-13FxCop -> Net Analyzers (part 2)Bond_009
2021-03-05100% branch coverage for DashboardControllerBond_009
2021-02-23add suggested changesdkanada
2021-02-23merge branch 'master' into auto-manifestdkanada
2021-02-22Add tests for DashboardControllerBond_009
2021-02-12handle plugin manifests automaticallydkanada
2020-12-23Changes as requestedBaronGreenback
2020-12-22Fallback to default guidBaronGreenback
2020-12-21New json converter implemented.BaronGreenback
2020-12-20json name override.BaronGreenback
2020-12-18reverted changeBaronGreenback
2020-12-18corrected.BaronGreenback
2020-12-18MaxAbi property removed.Greenback
2020-12-18Renamed to ImagePathGreenback
2020-12-18Renamed Guid property to IdGreenback
2020-12-18Removed maxAbiGreenback
2020-12-18Changes as required.Greenback
2020-12-17Update PluginManifest.csBaronGreenback
2020-12-16Copy previous plugin settings if they don't exist.Greenback
2020-12-16Small OptimizationGreenback
2020-12-15Replaced TryGetPlugin with GetPluginGreenback
2020-12-15Changes as recommended.Greenback
2020-12-15Plugin setting migration to folders.Greenback
2020-12-14Initial uploadGreenback
2020-11-28[Fix] Possible null reference. (#4585)BaronGreenback
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-15Merge pull request #4253 from BaronGreenback/fordiscussionBond-009