crobibero
44957c5a9a
Use typed logger where possible
4 years ago
dkanada
534b372b81
remove several deprecated utilities in the web package
5 years ago
Mark Monteiro
861bad1eda
Apply suggestions from code review
5 years ago
Mark Monteiro
ca85bef7c5
Move check for web client directory to application startup in Program.cs
5 years ago
Mark Monteiro
4bccaafb57
Use 'Length' instead of 'Any()' for an array
5 years ago
Mark Monteiro
aa546dd36a
Rename command line option to --nowebclient and config setting to HostWebClient
5 years ago
Mark Monteiro
e2685c51ec
Merge remote-tracking branch 'upstream/master' into support-running-without-web-content
5 years ago
Mark Monteiro
05ab61200a
Do not call UseContentRoot() on the web host builder
...
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.
5 years ago
Mark Monteiro
602112fba4
Return 404 for static web resources when the 'nowebcontent' flag is set
5 years ago
Mark Monteiro
7e3caec583
Make PackageCreator.ModifyHtml() static and clean up XML documentation
...
This eliminates the need to create a dummy instance to call this method
5 years ago
Bond_009
29cee00d2d
Address comments
5 years ago
Mark Monteiro
b67e9cde8c
Replace ILogger with ILogger<T> wherever possible
...
Log entries will contain additional class context when using this interface
5 years ago
Bond_009
07cc4be6a7
Fix some warnings
...
* 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
5 years ago
Bond_009
87d2479b78
Fix warnings
5 years ago
Bond-009
c8409d2ea1
Remove FileSystem.GetStream
5 years ago
Bond_009
d529f81cd9
Improve IInstallationManager interface
5 years ago
Bond_009
253e72f667
Simplify file serving code
5 years ago
Joshua M. Boniface
6751560228
Merge pull request #1092 from joshuaboniface/configurable-webdir
...
Add configurable webdir option
6 years ago
Joshua Boniface
3c4043199a
Implement review feedback
6 years ago
Joshua Boniface
25deca9579
Make use of WebPath
6 years ago
Bond-009
e91dd14b31
Remove redundent class AssemblyInfo
6 years ago
Joshua M. Boniface
c4f51e16a5
Merge pull request #736 from Bond-009/startasync
...
Start startup tasks async
6 years ago
Erwin de Haan
a430568082
Unwrapped `OpenRead` and `CopyFile`
6 years ago
Erwin de Haan
d7c6d16250
Unwrapped CreateDirectory and DeleteDirectory
6 years ago
Bond_009
85a58fd655
Start startup tasks async
6 years ago
Andrew Rabert
8de4eb7d19
Rename ApplicationSemanticVersion to ApplicationVersion
6 years ago
Erwin de Haan
924ec0c191
Revert Jellyfin.Versioning, Update all versions and user agents.
6 years ago
Erwin de Haan
b062577d81
Find+Sed BOM removal *.cs: MediaBrowser.Providers-SocketHttpListener
6 years ago
Erwin de Haan
f4ae36b2a8
Visual Studio Reformat: MediaBrowser.WebDashboard
6 years ago
Joshua M. Boniface
15c89d281e
Merge pull request #506 from hawken93/linting
...
Removing tabs and trailing whitespace
6 years ago
Bond-009
f454b753f2
separate path with comma
...
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
6 years ago
dkanada
9de66e9e87
add jellyfin-web as submodule
6 years ago
hawken
bd169e4fd4
remove trailing whitespace
6 years ago
Bond_009
ea4c914123
Fix exception logging
6 years ago
Bond_009
0f8b3c6347
Use Microsoft.Extensions.Logging abstraction
6 years ago
stefan
48facb797e
Update to 3.5.2 and .net core 2.1
6 years ago
Luke Pulverenti
ce26d502a4
allow plugins to inject menus
7 years ago
Luke Pulverenti
2f99a78230
3.2.30.17
7 years ago
Luke Pulverenti
d270b10db6
move auto-organize to plugin
7 years ago
Luke Pulverenti
54cf0da758
update query fields
8 years ago
Luke Pulverenti
e0d5f7d158
reduce device discovery traffic
8 years ago
Luke Pulverenti
d218dbd2a1
add cancellation to socket methods
8 years ago
Luke Pulverenti
558219132a
minify resources
8 years ago
Luke Pulverenti
4ba2d73bf7
update drawer
8 years ago
Luke Pulverenti
7bc60836c3
remove dead code
8 years ago
Luke Pulverenti
9606a2a710
filter duplicate recordings based on showId
8 years ago
Luke Pulverenti
227dd0a42d
rework result factory
8 years ago
Luke Pulverenti
4b51233cc8
update plugin interfaces
8 years ago
Luke Pulverenti
b30c58f825
retarget dashboard project
8 years ago
Luke Pulverenti
23d7afdf68
make dashboard project portable
8 years ago