aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Configuration/IApplicationPaths.cs
AgeCommit message (Collapse)Author
2025-11-17Backport pull request #15466 from jellyfin/release-10.11.zBond-009
Don't error out when searching for marker files fails Original-merge: f4a846aa4dcffb3be7b701f806b24cb8dd6b7c5d Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com>
2025-05-18Add Full system backup feature (#13945)JPVenson
2025-04-26Check for path overlaps (#12832)JPVenson
2025-01-26Extract trickplay files into own subdirectoryShadowghost
2022-08-18Minor cleanupBond_009
2021-05-05Enable nullable reference types for MediaBrowser.CommonBond_009
2020-09-02Properly host static files and set base urlcrobibero
2020-06-03Enable StyleCop for MediaBrowser.CommonBond-009
2020-03-15Do not call UseContentRoot() on the web host builderMark Monteiro
This call has nothing to do with static web content and should not have ever been called with the web content path: https://docs.microsoft.com/en-us/aspnet/core/fundamentals/?view=aspnetcore-3.1&tabs=windows#content-root Since this call is removed, the ContentRoot property is also removed from ApplicationHost as it is no longer needed. Finally, move validation of the static content path to the DashboardService where it is actually used.
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-03-12Implement review feedbackJoshua Boniface
2019-03-10Add further resources to complete WebPathJoshua Boniface
2019-02-18Removed remaining self-update codeBond_009
2019-01-17Reformat JustAMan review pt2 changesErwin de Haan
Refs #575
2019-01-13Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.ControllerErwin de Haan
2018-12-27Add GPL modulesAndrew Rabert
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2016-11-13update .net core startupLuke Pulverenti
2013-12-04add ApplicationPath to app paths interface to hide implementationLuke Pulverenti
2013-03-04Created IConfigurationManagerLukePulverenti