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
be6ed3ec7b
Add comment
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
983d38a43b
Merge branch 'master' into installationmanager
5 years ago
Bond_009
d529f81cd9
Improve IInstallationManager interface
5 years ago
Bond_009
a245f5a0d4
Rewrite hex encoder/decoder
5 years ago
Erwin de Haan
0ca0d9d01e
Remove submodule and add clone and build to CI
5 years ago
Joshua Boniface
742102b541
Bump version to 10.4.0
5 years ago
Bond_009
838e5d05d5
Document all public/internal members of Emby.Drawing
...
Forces all new public/internal members to be documented.
Enables TreatWarningsAsErrors for Emby.Drawing
5 years ago
Bond-009
e8028de4d7
Merge pull request #1560 from jellyfin/release-10.3.z
...
Backmerge for 10.3.7
5 years ago
Joshua M. Boniface
595a68b822
Bump version for 10.3.7
5 years ago
Bond-009
82f041d050
Merge branch 'master' into release-10.3.z
5 years ago
Joshua M. Boniface
b3f9d04501
Bump version for 10.3.6
5 years ago
dkanada
1b2621cd30
Merge pull request #1454 from Bond-009/webresource
...
Simplify file serving code
5 years ago
Bond_009
253e72f667
Simplify file serving code
5 years ago
Joshua M. Boniface
855911333a
Bump version for 10.3.4
5 years ago
Joshua M. Boniface
1bf3a26a61
Bump version for 10.3.3
6 years ago
Joshua Boniface
e8196fed7c
Bump version for 10.3.2
6 years ago
Joshua Boniface
696a36b4a5
Update submodule for 10.3.1
6 years ago
Joshua Boniface
46c37c0ae8
Bump version to 10.3.0 (release)
6 years ago
Joshua Boniface
65bff1181a
Bump version to 10.3.0-rc2 and update submodule
6 years ago
Joshua Boniface
f27477da26
Bump version to 10.3.0 and update submodule
6 years ago
Erwin de Haan
21cc38fcf4
Adjusted AssemblyCopyright attribute values.
6 years ago
Erwin de Haan
ee7bf86e0f
Adjusted the Product Name so the User Agent is correct/better.
6 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
Claus Vium
00fe66a38c
Update submodule
6 years ago
Joshua Boniface
ff9a0c7e55
Update submodule to 10.2.0 release
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
Joshua Boniface
8106c8393b
Update jellyfin-web submodule to 10.1.0
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
c5430f86b0
Fixed csproj and xml identation.
6 years ago
Erwin de Haan
089ad8e7c2
Find+Sed BOM removal *.xml,*.csproj,*,json,*.sln,*.txt
6 years ago