Luke Foust
dcd0d93f44
Merge pull request #1 from jellyfin/master
...
merge with upstream master
2020-03-20 12:53:52 -07:00
Medzhnun
e028fb6fde
Translated using Weblate (Bulgarian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/bg/
2020-03-20 08:18:36 -04:00
Mark Monteiro
1a63c3f364
Inject IConfiguration instead of resolving manually
2020-03-20 13:13:20 +01:00
Mark Monteiro
887e9c2020
Remove unnecessary execution of yarn build:production
2020-03-20 11:46:51 +01:00
Mark Monteiro
6894602dab
Use 'yarn build:production' instead of 'yarn:build' everywhere
2020-03-20 11:36:21 +01:00
Mark Monteiro
1da9910673
Use a new 'feature-request' label instead of the existing 'feature' label
2020-03-20 11:18:54 +01:00
Mark Monteiro
4c24beccb4
Apply suggested changes from code review
2020-03-20 11:13:40 +01:00
Peter Maar
adbf375efe
Merge pull request #1 from jellyfin/master
...
Pull latest to my fork
2020-03-19 22:02:08 -04:00
dkanada
af5d3e8eae
Merge pull request #2617 from Shawmon/wasm-mimetype
...
add wasm mimetype
2020-03-18 23:52:57 +09:00
dkanada
9649b986d8
Merge pull request #2621 from mark-monteiro/log-env-vars-at-startup
...
Log 'JELLYFIN_' environment variables at application start
2020-03-18 23:52:43 +09:00
dkanada
a96c0a72b8
Merge pull request #2549 from dkanada/refactor
...
Refactor some provider classes
2020-03-18 17:43:15 +09:00
Andreas Zeller
3e3470e503
Translated using Weblate (German)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/de/
2020-03-17 14:43:41 -04:00
abdulaziz
a19e4e2e30
Translated using Weblate (Arabic)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
2020-03-17 14:43:41 -04:00
Mark Monteiro
885bc11b67
Log 'JELLYFIN_' environment variables at application start
2020-03-17 14:30:08 +01:00
Mark Monteiro
7dd2f3a8f2
Do not add command line flag to the config hierarchy unless it is explicitly set
2020-03-17 14:19:43 +01:00
Shawmon
8630d18372
add wasm mimetype
2020-03-17 11:49:32 +08:00
Joshua M. Boniface
ef4dfd4461
Merge pull request #2607 from joshuaboniface/fix-fedora
...
Correct BuildRequires and NodeJS for Fedora/CentOS
2020-03-15 23:03:06 -04:00
Mark Monteiro
48ea7dc604
Merge remote-tracking branch 'upstream/master' into support-running-without-web-content
2020-03-16 00:14:33 +01:00
artiume
d7faea0731
Update Dockerfile.arm64
2020-03-15 19:09:35 -04:00
artiume
7d14bdd6ff
Update Dockerfile.arm
2020-03-15 19:09:15 -04:00
Anthony Lavado
bb8a1a38fb
Merge pull request #2603 from mark-monteiro/fix-azure-pipeline
...
Fix Azure Pipelines Build
2020-03-15 18:46:15 -04:00
Joshua M. Boniface
f4c8b25698
Use NodeJS 10 on CentOS
2020-03-15 18:17:04 -04:00
Joshua M. Boniface
5c4e468035
Correct BuildRequires and NodeJS for Fedora/CentOS
2020-03-15 18:14:00 -04:00
artiume
dc2510d5e2
Update docker dependencies for Gulp
2020-03-15 17:56:53 -04:00
Mark Monteiro
ef7497e837
Merge remote-tracking branch 'upstream/master' into support-running-without-web-content
2020-03-15 19:50:00 +01:00
Mark Monteiro
f4b2cdfce9
Fix another pipleine
2020-03-15 19:32:14 +01:00
Mark Monteiro
876c4681d0
Build web client correctly
2020-03-15 19:24:27 +01:00
dkanada
7aec11d621
Merge pull request #2497 from mark-monteiro/1914-prevent-duplicates-in-playlists
...
Check for duplicates when adding items to a playlist
2020-03-16 02:49:57 +09:00
Mark Monteiro
e2685c51ec
Merge remote-tracking branch 'upstream/master' into support-running-without-web-content
2020-03-15 18:07:02 +01:00
Mark Monteiro
923313bb1c
Add debugging profile for running the server without web content
2020-03-15 17:49:13 +01:00
Mark Monteiro
5d48259046
Use the same key constant for command line config and all other config
2020-03-15 17:43:52 +01:00
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.
2020-03-15 17:42:57 +01:00
Mark Monteiro
602112fba4
Return 404 for static web resources when the 'nowebcontent' flag is set
2020-03-15 16:24:04 +01:00
Mark Monteiro
2a01537371
Merge command line options into framework configuration
2020-03-15 15:34:09 +01:00
Mark Monteiro
0996ce2898
Add --nowebcontent command line flag
...
Added without any functionality
2020-03-15 15:31:43 +01:00
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
2020-03-15 15:29:39 +01:00
Mark Monteiro
6fbdf0d6a2
Construct ApplicationHost with DI framework instead of manually
2020-03-15 15:28:29 +01:00
Mark Monteiro
6a6293afc7
Make startup config nullable when configuring app configuration
2020-03-15 13:15:47 +01:00
Mark Monteiro
a67e32f8ec
Clean up and document BrowserLauncher correctly
2020-03-15 13:14:57 +01:00
Mark Monteiro
420e3619fb
Use startup configuration to set the default redirect path
2020-03-15 13:01:05 +01:00
Mark Monteiro
a9c1ff9119
Remove unnecessary method in BrowserLauncher
2020-03-15 13:00:34 +01:00
Mark Monteiro
4102e3afd0
Rename IsNoWebContent to NoWebContent
2020-03-15 13:00:14 +01:00
Mark Monteiro
547f248a62
Update XML documentation for WebPath
2020-03-15 12:59:34 +01:00
SaddFox
6ab2b74c18
Translated using Weblate (Slovenian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sl/
2020-03-14 19:46:57 -04:00
dkanada
6960f0af67
Merge pull request #2582 from Bond-009/subs
...
Fix subtitles
2020-03-15 00:00:55 +09:00
Andy CHABALIER
d380684805
Translated using Weblate (French)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
2020-03-14 09:19:46 -04:00
Shadowghost
f92543479f
Translated using Weblate (German)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/de/
2020-03-13 20:42:37 -04:00
Mark Monteiro
9a7875b6f9
Do not check for duplicates if they are allowed in playlist configuration
2020-03-13 23:14:25 +01:00
Mark Monteiro
79413d9f33
Add a configuration flag to allow/disallow duplicates in playlists
2020-03-13 23:11:59 +01:00
Mark Monteiro
c594b1a4c3
Fix bad merge in contributors list
2020-03-13 22:46:11 +01:00