| Age | Commit message (Collapse) | Author |
|
Add additional swagger type mapping
|
|
|
|
|
|
|
|
Enable StyleCop for MediaBrowser.Common
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add some simple tests
|
|
|
|
|
|
This addresses the new issues identified in SonarCloud analysis
|
|
|
|
Remove requirement to build web during server builds
|
|
This is required for SonarCloud analysis to run
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Remove CommonProcess and ProcessFactory
|
|
|
|
|
|
|
|
|
|
|
|
|
|
method
|
|
|
|
|
|
|
|
Minor improvements
|
|
Support Running Server Without Web Content
|
|
|
|
|
|
|
|
|
|
|
|
|
|
support-running-without-web-content
|
|
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.
|
|
|
|
|
|
|
|
|
|
|