Commit Graph

15455 Commits (e0ee61d114061e9034927695d99ea3d6549fc88f)
 

Author SHA1 Message Date
Mark Monteiro dc2b8c4646 Log a warning if an attempt is made to register an invalid service type
4 years ago
Mark Monteiro 72c822513f Create ServiceController via DI instead of manual construction
4 years ago
Mark Monteiro dc140429fe Do not create unnecessary instances of IService at server startup
4 years ago
Mark Monteiro c36e4ecc6c Log all 'DOTNET_' and 'ASPNETCORE_' environment variables at application startup
4 years ago
Mark Monteiro 0e3d319a3a Log 'ASPNETCORE_ENVIRONMENT' value at application startup
4 years ago
Mark Monteiro 54cbf9c4dc Bind HTTPS ports when running with development environment flag
4 years ago
Mark Monteiro edc974e4c0 Set 'ASPNETCORE_ENVIRONMENT=Development' when running from visual studio
4 years ago
Mark Monteiro 41de0bd245 Run in development mode by default from Visual Studio
4 years ago
Mark Monteiro 842ec04828 Do not handle exceptions manually when in development mode
4 years ago
Mark Monteiro 92628c4033 Clean up HTTP listener exception handling
4 years ago
Mark Monteiro 1fb939b9b2 Enable HTTP/2 support
4 years ago
Mark Monteiro aa546dd36a Rename command line option to --nowebclient and config setting to HostWebClient
4 years ago
dkanada 2184553d15
Merge pull request #2566 from mark-monteiro/feature-request-issue-template
4 years ago
dkanada 84c23d6232
Merge pull request #2631 from mark-monteiro/fix-client-build-scripts
4 years ago
dkanada ba4c5e7f04
Merge pull request #2606 from Artiume/patch-4
4 years ago
Mark Monteiro 589958d13f Add missing trailing slashes
4 years ago
Luke Foust dcd0d93f44
Merge pull request #1 from jellyfin/master
4 years ago
Medzhnun e028fb6fde Translated using Weblate (Bulgarian)
4 years ago
Mark Monteiro 1a63c3f364 Inject IConfiguration instead of resolving manually
4 years ago
Mark Monteiro 887e9c2020 Remove unnecessary execution of `yarn build:production`
4 years ago
Mark Monteiro 6894602dab Use 'yarn build:production' instead of 'yarn:build' everywhere
4 years ago
Mark Monteiro 1da9910673 Use a new 'feature-request' label instead of the existing 'feature' label
4 years ago
Mark Monteiro 4c24beccb4 Apply suggested changes from code review
4 years ago
Peter Maar adbf375efe
Merge pull request #1 from jellyfin/master
4 years ago
dkanada af5d3e8eae
Merge pull request #2617 from Shawmon/wasm-mimetype
4 years ago
dkanada 9649b986d8
Merge pull request #2621 from mark-monteiro/log-env-vars-at-startup
4 years ago
dkanada a96c0a72b8
Merge pull request #2549 from dkanada/refactor
4 years ago
Andreas Zeller 3e3470e503 Translated using Weblate (German)
4 years ago
abdulaziz a19e4e2e30 Translated using Weblate (Arabic)
4 years ago
Mark Monteiro 885bc11b67 Log 'JELLYFIN_' environment variables at application start
4 years ago
Mark Monteiro 7dd2f3a8f2 Do not add command line flag to the config hierarchy unless it is explicitly set
4 years ago
Shawmon 8630d18372 add wasm mimetype
4 years ago
Joshua M. Boniface ef4dfd4461
Merge pull request #2607 from joshuaboniface/fix-fedora
4 years ago
Mark Monteiro 48ea7dc604 Merge remote-tracking branch 'upstream/master' into support-running-without-web-content
4 years ago
artiume d7faea0731
Update Dockerfile.arm64
4 years ago
artiume 7d14bdd6ff
Update Dockerfile.arm
4 years ago
Anthony Lavado bb8a1a38fb
Merge pull request #2603 from mark-monteiro/fix-azure-pipeline
4 years ago
Joshua M. Boniface f4c8b25698 Use NodeJS 10 on CentOS
4 years ago
Joshua M. Boniface 5c4e468035 Correct BuildRequires and NodeJS for Fedora/CentOS
4 years ago
artiume dc2510d5e2
Update docker dependencies for Gulp
4 years ago
Mark Monteiro ef7497e837 Merge remote-tracking branch 'upstream/master' into support-running-without-web-content
4 years ago
Mark Monteiro f4b2cdfce9 Fix another pipleine
4 years ago
Mark Monteiro 876c4681d0 Build web client correctly
4 years ago
dkanada 7aec11d621
Merge pull request #2497 from mark-monteiro/1914-prevent-duplicates-in-playlists
4 years ago
Mark Monteiro e2685c51ec Merge remote-tracking branch 'upstream/master' into support-running-without-web-content
4 years ago
Mark Monteiro 923313bb1c Add debugging profile for running the server without web content
4 years ago
Mark Monteiro 5d48259046 Use the same key constant for command line config and all other config
4 years ago
Mark Monteiro 05ab61200a Do not call UseContentRoot() on the web host builder
4 years ago
Mark Monteiro 602112fba4 Return 404 for static web resources when the 'nowebcontent' flag is set
4 years ago
Mark Monteiro 2a01537371 Merge command line options into framework configuration
4 years ago