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
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
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
Bond-009
0b51de3af5
Merge pull request #2480 from mark-monteiro/support-injecting-iconfiguration
...
Support Injecting IConfiguration
5 years ago
Mark Monteiro
6131599e88
Merge branch 'master' into support-injecting-iconfiguration
5 years ago
zixaar
97bca5a900
Translated using Weblate (Arabic)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
5 years ago
zixaar
8999a5f6a2
Translated using Weblate (Arabic)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
5 years ago
Bond-009
a7e1a5c96a
Merge pull request #2506 from mark-monteiro/inject-loggers-with-context
...
Inject loggers with context using ILogger<T>
5 years ago
Mednis
12f2baa3d8
Translated using Weblate (Latvian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/lv/
5 years ago
Mednis
f6cfdcf7d7
Translated using Weblate (Latvian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/lv/
5 years ago
Falke Carlsen
cc66a40ae3
Translated using Weblate (Danish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/da/
5 years ago
Nutjob
6ec1be219d
Translated using Weblate (Italian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/it/
5 years ago
dkanada
bf34105af3
Merge pull request #2541 from joshuaboniface/fix-docker-arm
...
Fix curl for Jellyfin GPG key
5 years ago
João Fonseca
ad93f3b146
Translated using Weblate (Portuguese)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt/
5 years ago
Joshua M. Boniface
c257d6071c
Fix curl for Jellyfin GPG key
...
This curl command seems to fail inexplicably with an "unable to get
local issuer" error. Use `-k` instead so it doesn't complain.
5 years ago
Mednis
3e3c47407b
Translated using Weblate (Latvian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/lv/
5 years ago
Mednis
3741348fb9
Added translation using Weblate (Latvian)
5 years ago
Joshua M. Boniface
623c0b6daa
Merge pull request #2536 from dkanada/audiodb
...
Migrate AudioDB to use plugin interface
5 years ago
Joshua M. Boniface
d8d37671ff
Merge pull request #2535 from mark-monteiro/logging-migration
...
Create Logging Configuration Heirarchy
5 years ago
Mark Monteiro
9e89cbbc3a
Store migration names alongside Ids in configuration in order to assist with development/debugging
5 years ago
Mark Monteiro
72bf920291
Use a Guid to uniquely identify migrations instead of a string name
...
Also use a list instead of an array to store executed migrations in the configuration class
5 years ago
Mark Monteiro
8dbb1c9257
Use logging.json instead of logging.user.json for override settings
5 years ago
Mark Monteiro
2f0b4cc24c
Clean up migration logging messages
5 years ago