aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.WebDashboard
AgeCommit message (Collapse)Author
2020-06-20Move DashboardController to Jellyfin.ApiDavid
2020-06-05Use typed logger where possiblecrobibero
2020-05-29Merge pull request #2966 from jellyfin/serve-webBond-009
Remove several deprecated utilities in the web package
2020-04-23remove several deprecated utilities in the web packagedkanada
2020-04-21Add <ProjectGuid> properties to all project filesMark Monteiro
This is required for SonarCloud analysis to run
2020-04-01Apply suggestions from code reviewMark Monteiro
2020-03-25Move check for web client directory to application startup in Program.csMark Monteiro
2020-03-24Use 'Length' instead of 'Any()' for an arrayMark Monteiro
2020-03-21Rename command line option to --nowebclient and config setting to HostWebClientMark Monteiro
2020-03-15Merge remote-tracking branch 'upstream/master' into ↵Mark Monteiro
support-running-without-web-content
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.
2020-03-15Return 404 for static web resources when the 'nowebcontent' flag is setMark Monteiro
2020-03-15Make PackageCreator.ModifyHtml() static and clean up XML documentationMark Monteiro
This eliminates the need to create a dummy instance to call this method
2020-03-11Address commentsBond_009
2020-03-03Replace ILogger with ILogger<T> wherever possibleMark Monteiro
Log entries will contain additional class context when using this interface
2020-02-28Add commentBond_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
2020-01-31Fix warningsBond_009
2020-01-22Remove FileSystem.GetStreamBond-009
2019-11-07Merge branch 'master' into installationmanagerBond-009
2019-11-01Improve IInstallationManager interfaceBond_009
2019-11-01Rewrite hex encoder/decoderBond_009
2019-09-24Remove submodule and add clone and build to CIErwin de Haan
2019-08-31Bump version to 10.4.0Joshua Boniface
2019-08-11Document all public/internal members of Emby.DrawingBond_009
Forces all new public/internal members to be documented. Enables TreatWarningsAsErrors for Emby.Drawing
2019-07-24Merge pull request #1560 from jellyfin/release-10.3.zBond-009
Backmerge for 10.3.7
2019-07-24Bump version for 10.3.7v10.3.7Joshua M. Boniface
2019-07-06Merge branch 'master' into release-10.3.zBond-009
2019-07-06Bump version for 10.3.6Joshua M. Boniface
2019-06-21Merge pull request #1454 from Bond-009/webresourcedkanada
Simplify file serving code
2019-06-10Simplify file serving codeBond_009
2019-06-06Bump version for 10.3.4v10.3.4Joshua M. Boniface
2019-05-17Bump version for 10.3.3v10.3.3Joshua M. Boniface
2019-04-30Bump version for 10.3.2v10.3.2Joshua Boniface
2019-04-20Update submodule for 10.3.1v10.3.1Joshua Boniface
2019-04-19Bump version to 10.3.0 (release)v10.3.0Joshua Boniface
2019-04-10Bump version to 10.3.0-rc2 and update submodulev10.3.0-rc2Joshua Boniface
2019-03-30Bump version to 10.3.0 and update submodulev10.3.0-rc1Joshua Boniface
2019-03-14Adjusted AssemblyCopyright attribute values.Erwin de Haan
2019-03-14Adjusted the Product Name so the User Agent is correct/better.Erwin de Haan
2019-03-12Merge pull request #1092 from joshuaboniface/configurable-webdirJoshua M. Boniface
Add configurable webdir option
2019-03-12Implement review feedbackJoshua Boniface
2019-03-10Make use of WebPathJoshua Boniface
2019-03-07Remove redundent class AssemblyInfoBond-009
2019-02-21Update submoduleClaus Vium
2019-02-15Update submodule to 10.2.0 releaseJoshua Boniface
2019-02-03Merge pull request #736 from Bond-009/startasyncJoshua M. Boniface
Start startup tasks async
2019-01-28Unwrapped `OpenRead` and `CopyFile`Erwin de Haan
2019-01-28Unwrapped CreateDirectory and DeleteDirectoryErwin de Haan
2019-01-27Start startup tasks asyncBond_009