Mark Monteiro
885bc11b67
Log 'JELLYFIN_' environment variables at application start
5 years ago
Mark Monteiro
7dd2f3a8f2
Do not add command line flag to the config hierarchy unless it is explicitly set
5 years ago
Shawmon
8630d18372
add wasm mimetype
5 years ago
Joshua M. Boniface
ef4dfd4461
Merge pull request #2607 from joshuaboniface/fix-fedora
...
Correct BuildRequires and NodeJS for Fedora/CentOS
5 years ago
Mark Monteiro
48ea7dc604
Merge remote-tracking branch 'upstream/master' into support-running-without-web-content
5 years ago
artiume
d7faea0731
Update Dockerfile.arm64
5 years ago
artiume
7d14bdd6ff
Update Dockerfile.arm
5 years ago
Anthony Lavado
bb8a1a38fb
Merge pull request #2603 from mark-monteiro/fix-azure-pipeline
...
Fix Azure Pipelines Build
5 years ago
Joshua M. Boniface
f4c8b25698
Use NodeJS 10 on CentOS
5 years ago
Joshua M. Boniface
5c4e468035
Correct BuildRequires and NodeJS for Fedora/CentOS
5 years ago
artiume
dc2510d5e2
Update docker dependencies for Gulp
5 years ago
Mark Monteiro
ef7497e837
Merge remote-tracking branch 'upstream/master' into support-running-without-web-content
5 years ago
Mark Monteiro
f4b2cdfce9
Fix another pipleine
5 years ago
Mark Monteiro
876c4681d0
Build web client correctly
5 years ago
dkanada
7aec11d621
Merge pull request #2497 from mark-monteiro/1914-prevent-duplicates-in-playlists
...
Check for duplicates when adding items to a playlist
5 years ago
Mark Monteiro
e2685c51ec
Merge remote-tracking branch 'upstream/master' into support-running-without-web-content
5 years ago
Mark Monteiro
923313bb1c
Add debugging profile for running the server without web content
5 years ago
Mark Monteiro
5d48259046
Use the same key constant for command line config and all other config
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
2a01537371
Merge command line options into framework configuration
5 years ago
Mark Monteiro
0996ce2898
Add --nowebcontent command line flag
...
Added without any functionality
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
Mark Monteiro
6fbdf0d6a2
Construct ApplicationHost with DI framework instead of manually
5 years ago
Mark Monteiro
6a6293afc7
Make startup config nullable when configuring app configuration
5 years ago
Mark Monteiro
a67e32f8ec
Clean up and document BrowserLauncher correctly
5 years ago
Mark Monteiro
420e3619fb
Use startup configuration to set the default redirect path
5 years ago
Mark Monteiro
a9c1ff9119
Remove unnecessary method in BrowserLauncher
5 years ago
Mark Monteiro
4102e3afd0
Rename IsNoWebContent to NoWebContent
5 years ago
Mark Monteiro
547f248a62
Update XML documentation for WebPath
5 years ago
SaddFox
6ab2b74c18
Translated using Weblate (Slovenian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sl/
5 years ago
dkanada
6960f0af67
Merge pull request #2582 from Bond-009/subs
...
Fix subtitles
5 years ago
Andy CHABALIER
d380684805
Translated using Weblate (French)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
5 years ago
Shadowghost
f92543479f
Translated using Weblate (German)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/de/
5 years ago
Mark Monteiro
9a7875b6f9
Do not check for duplicates if they are allowed in playlist configuration
5 years ago
Mark Monteiro
79413d9f33
Add a configuration flag to allow/disallow duplicates in playlists
5 years ago
Mark Monteiro
c594b1a4c3
Fix bad merge in contributors list
5 years ago
Bond-009
2c8592fe78
Fix subtitles
5 years ago
Vasily
ad440cd2f6
Merge pull request #2449 from Bond-009/warn17
...
Fix some warnings
5 years ago
Deniz
8d0d05107f
Translated using Weblate (Turkish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/
5 years ago
Z Yang
217b8a96ac
Translated using Weblate (Chinese (Simplified))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/
5 years ago
Mark Monteiro
d276e0f8f4
Use Distinct() to filter out duplicates when adding items to playlist
5 years ago
Mark Monteiro
487aa376b4
Merge remote-tracking branch 'upstream/master' into 1914-prevent-duplicates-in-playlists
5 years ago
Mark Monteiro
99bf6edba2
Merge remote-tracking branch 'upstream/master' into support-running-without-web-content
5 years ago
Mark Monteiro
d437950ac3
Parse config value correctly
5 years ago
Mark Monteiro
29bad073eb
Use config setting to decide if web content should be hosted
...
Also fail server startup if web content is expected but missing
5 years ago
Bond-009
94fe9b8f6d
Merge branch 'master' into warn17
5 years ago
Bond_009
29cee00d2d
Address comments
5 years ago
Bond_009
bbd4860b55
Another warning
5 years ago
Bond-009
008a76cf4d
Merge pull request #2502 from JustAMan/baseitem-equals
...
Adds BaseItem.Equals method that compares items by their Id
5 years ago