| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-10-06 | Use ArgumentNullException.ThrowIfNull helper method | Bond_009 | |
| Did a simple search/replace on the whole repo (except the RSSDP project) This reduces LOC and should improve performance (methods containing a throw statement don't get inlined) ``` if \((\w+) == null\) \s+\{ \s+throw new ArgumentNullException\((.*)\); \s+\} ``` ``` ArgumentNullException.ThrowIfNull($1); ``` | |||
| 2021-08-15 | Minor improvements | Bond_009 | |
| 2021-05-06 | Merge pull request #5982 from Bond-009/nullable | Bond-009 | |
| 2021-05-05 | Code Clean up: Convert to null-coalescing operator ?? (#5845) | BaronGreenback | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com> | |||
| 2021-05-05 | Enable nullable reference types for MediaBrowser.Common | Bond_009 | |
| 2021-04-06 | Keep plugin status after update. | BaronGreenback | |
| 2021-03-13 | FxCop -> Net Analyzers (part 2) | Bond_009 | |
| 2021-03-05 | 100% branch coverage for DashboardController | Bond_009 | |
| 2021-02-23 | add suggested changes | dkanada | |
| 2021-02-23 | merge branch 'master' into auto-manifest | dkanada | |
| 2021-02-22 | Add tests for DashboardController | Bond_009 | |
| 2021-02-12 | handle plugin manifests automatically | dkanada | |
| 2020-12-23 | Changes as requested | BaronGreenback | |
| 2020-12-22 | Fallback to default guid | BaronGreenback | |
| 2020-12-21 | New json converter implemented. | BaronGreenback | |
| 2020-12-20 | json name override. | BaronGreenback | |
| 2020-12-18 | reverted change | BaronGreenback | |
| 2020-12-18 | corrected. | BaronGreenback | |
| 2020-12-18 | MaxAbi property removed. | Greenback | |
| 2020-12-18 | Renamed to ImagePath | Greenback | |
| 2020-12-18 | Renamed Guid property to Id | Greenback | |
| 2020-12-18 | Removed maxAbi | Greenback | |
| 2020-12-18 | Changes as required. | Greenback | |
| 2020-12-17 | Update PluginManifest.cs | BaronGreenback | |
| 2020-12-16 | Copy previous plugin settings if they don't exist. | Greenback | |
| 2020-12-16 | Small Optimization | Greenback | |
| 2020-12-15 | Replaced TryGetPlugin with GetPlugin | Greenback | |
| 2020-12-15 | Changes as recommended. | Greenback | |
| 2020-12-15 | Plugin setting migration to folders. | Greenback | |
| 2020-12-14 | Initial upload | Greenback | |
| 2020-11-28 | [Fix] Possible null reference. (#4585) | BaronGreenback | |
| Fix possible null reference. | |||
| 2020-11-20 | Update BasePlugin.cs | BaronGreenback | |
| 2020-11-19 | Update BasePlugin.cs | BaronGreenback | |
| 2020-11-19 | Merge branch 'master' into PluginConfigSave | BaronGreenback | |
| 2020-11-19 | Update BasePlugin.cs | BaronGreenback | |
| 2020-11-18 | Fix null reference when saving plugin configuration | crobibero | |
| 2020-11-15 | Merge pull request #4253 from BaronGreenback/fordiscussion | Bond-009 | |
| DI in plugins | |||
| 2020-11-11 | Update BasePlugin.cs | BaronGreenback | |
| 2020-11-09 | Update MediaBrowser.Common/Plugins/IPluginServiceRegistrator.cs | BaronGreenback | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2020-11-09 | Update MediaBrowser.Common/Plugins/BasePlugin.cs | BaronGreenback | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2020-11-08 | Use class instead of struct | crobibero | |
| 2020-10-17 | Merge branch 'master' into update-plugin | BaronGreenback | |
| 2020-10-16 | Update BasePlugin.cs | BaronGreenback | |
| 2020-10-12 | Update BasePlugin.cs | BaronGreenback | |
| 2020-10-12 | Update IPluginServiceRegistrator.cs | BaronGreenback | |
| 2020-10-12 | Rename IPluginRegistrar.cs to IPluginServiceRegistrator.cs | BaronGreenback | |
| 2020-10-11 | Update MediaBrowser.Common/Plugins/IPluginRegistrar.cs | BaronGreenback | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2020-10-11 | Update MediaBrowser.Common/Plugins/LocalPlugin.cs | Cody Robibero | |
| Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk> | |||
