aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Server.Implementations.Tests/Plugins/PluginManagerTests.cs
AgeCommit message (Collapse)Author
2025-07-26Enhance extra rules for video and audio file naming; update tests for new ↵Sven Cazier
naming conventions
2025-06-26Fix modification checks and make sure to use UTC (#14347)Tim Eisele
2025-05-04Cleanup file related code (#14023)Bond-009
2023-10-08Reduce string literal length by using verbatim stringStepan Goremykin
2023-10-08Use async overloadStepan Goremykin
2023-04-16Add explicit mapping instead of reflection to manifest reconciliation.AmbulantRex
2023-04-09Reconcile pre-packaged meta.json against manifest on installAmbulantRex
2023-03-30Add DLL whitelist support for pluginsAmbulantRex
2021-02-08Add regression test for PluginManager.SaveManifestBond_009