aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.WebDashboard/Api
AgeCommit message (Collapse)Author
2020-06-20Move DashboardController to Jellyfin.ApiDavid
2020-06-05Use typed logger where possiblecrobibero
2020-04-23remove several deprecated utilities in the web packagedkanada
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-01Improve IInstallationManager interfaceBond_009
2019-06-10Simplify file serving codeBond_009
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-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
2019-01-19Rename ApplicationSemanticVersion to ApplicationVersionAndrew Rabert
2019-01-20Revert Jellyfin.Versioning, Update all versions and user agents.Erwin de Haan
2019-01-13Find+Sed BOM removal *.cs: MediaBrowser.Providers-SocketHttpListenerErwin de Haan
2019-01-13Visual Studio Reformat: MediaBrowser.WebDashboardErwin de Haan
2019-01-11Merge branch 'dev' into code-cleanupErwin de Haan
2019-01-10Merge pull request #506 from hawken93/lintingJoshua M. Boniface
Removing tabs and trailing whitespace
2019-01-10Mayor code cleanupErwin de Haan
Add Argument*Exceptions now use proper nameof operators. Added exception messages to quite a few Argument*Exceptions. Fixed rethorwing to be proper syntax. Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling) Added some TODOs to log certain exceptions. Fix sln again. Fixed all AssemblyInfo's and added proper copyright (where I could find them) We live in *current year*. Fixed the use of braces. Fixed a ton of properties, and made a fair amount of functions static that should be and can be static. Made more Methods that should be static static. You can now use static to find bad functions! Removed unused variable. And added one more proper XML comment.
2019-01-10separate path with commaBond-009
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2019-01-09add jellyfin-web as submoduledkanada
2019-01-07remove trailing whitespacehawken
2018-12-30Fix exception loggingBond_009
2018-12-30Use Microsoft.Extensions.Logging abstractionBond_009
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-11-23reduce dlna chatterLuke Pulverenti
2017-10-18add additional info to timer infosLuke Pulverenti
2017-10-04reduce socket activityLuke Pulverenti
2017-09-15allow plugins to inject menusLuke Pulverenti
2017-09-113.2.30.17Luke Pulverenti
2017-08-09consolidate emby.server.core into emby.server.implementationsLuke Pulverenti
2017-07-283.2.26.6Luke Pulverenti
2017-07-27move auto-organize to pluginLuke Pulverenti
2017-07-22update PackageCreatorLuke Pulverenti
2017-06-21update loggingLuke Pulverenti