aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Configuration/IConfigurationManager.cs
AgeCommit message (Collapse)Author
2022-04-17Merge pull request #7561 from DMouse10462/named-config-api-fixCody Robibero
Fix NamedConfiguration API Generation (cherry picked from commit d7c548f3dbb74c03903cd9bb86ab3af33e295d15) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2020-10-12Update IConfigurationManager.csBaronGreenback
2020-10-12Update IConfigurationManager.csBaronGreenback
2020-10-12Update IConfigurationManager.csBaronGreenback
2020-10-11Added extra functionality to support registrar.Greenback
2020-06-03Enable StyleCop for MediaBrowser.CommonBond-009
2020-02-23Fix some warningsBond_009
* Add analyzers to MediaBrowser.XbmcMetadata * Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata * Add analyzers to MediaBrowser.WebDashboard * Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard * Disable SA1600 in favor of CS1591
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-13Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.ControllerErwin de Haan
2019-01-13Visual Studio Reformat: MediaBrowser.CommonErwin de Haan
2018-12-27Add GPL modulesAndrew Rabert
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2014-08-10add activity log featureLuke Pulverenti
2014-06-29added modular configurationLuke Pulverenti
2013-03-04Created IConfigurationManagerLukePulverenti