index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
MediaBrowser.Common
/
Plugins
Age
Commit message (
Expand
)
Author
2025-04-26
Optimize migrations (#13855)
Tim Eisele
2024-12-12
move to new System.Threading.Lock type for better performance
Daniyar Alpyspayev
2024-11-16
Update projects to .NET 9 (#13023)
Bond-009
2023-11-10
Add IServerApplicationHost parameter to IPluginServiceRegistrator
Patrick Barron
2023-09-23
Use IHostLifetime to handle restarting and shutting down
Patrick Barron
2023-04-15
Merge branch 'jellyfin:master' into whitelist-dlls
AmbulantRex
2023-04-09
Reconcile pre-packaged meta.json against manifest on install
AmbulantRex
2023-04-06
Remove redundant ToString call
Stepan Goremykin
2023-04-01
Correct style inconsistencies
AmbulantRex
2023-03-30
Add DLL whitelist support for plugins
AmbulantRex
2023-01-15
Enable in-process restarting
Patrick Barron
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
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
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
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
[next]