| Age | Commit message (Collapse) | Author |
|
Make UNIX socket configurable
|
|
|
|
|
|
Co-authored-by: Bond-009 <bond.009@outlook.com>
|
|
|
|
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
|
|
|
|
|
|
|
and return exit code 1 when argument parsing fails
|
|
|
|
|
|
|
|
|
|
http in development mode crashed -
|
|
|
|
|
|
|
|
Also reverts conflicting changes made in https://github.com/jellyfin/jellyfin/pull/2798
|
|
Make localhost LiveTV restreams always use plain HTTP port
|
|
installed.
|
|
These properties do not provide any useful information to the client. The client would already have to have all this information in order to connect to the endpoint to retrieve it
|
|
|
|
|
|
|
|
|
|
application for integration tests
|
|
This is needed by LiveTV
|
|
|
|
|
|
Use ASP.NET Core HTTPS Development Certificate
|
|
method
|
|
|
|
IImageEncoder correctly
|
|
|
|
CanConnectWithHttps
|
|
Enable HTTP/2 support
|
|
|
|
|
|
|
|
Co-Authored-By: Mark Monteiro <marknr.monteiro@protonmail.com>
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|