1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
Commit graph

46 commits

Author SHA1 Message Date
Bill Thornton
1aabbae3a5 Add build and web versions to dashboard 2024-02-21 00:47:03 -05:00
Bill Thornton
c66cf02db4 Fix config.json being cached 2023-05-15 09:46:22 -04:00
Bill Thornton
0df6c66646 Move fetchLocal function to utils 2023-04-16 23:37:37 -04:00
Bill Thornton
6f3aa2f1df Fix eslint issues 2023-03-29 00:38:22 -04:00
Bill Thornton
6ce7bf8458
Skip loading config for multiserver when served by webpack
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2021-10-06 23:34:26 -04:00
Bill Thornton
eccd79c4e0 Fix webpack dev server checks 2021-10-04 11:31:50 -04:00
Bill Thornton
3b4ff70709 Add custom variable check for webpack dev server 2021-10-04 01:03:46 -04:00
Bill Thornton
fda52baed5 Enable multiserver in development environments 2021-09-30 10:58:17 -04:00
Bill Thornton
2feb124bfc Add support for custom menu links in config.json 2021-06-10 13:38:24 -04:00
Bill Thornton
9a51e42118
Fix default config assignment
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2021-03-10 10:46:39 -05:00
Bill Thornton
8e8a5f61b9 Add error logging for invalid config 2021-03-10 10:30:34 -05:00
Bill Thornton
0736069fd7 Fix default web settings values 2021-03-10 10:24:29 -05:00
Bill Thornton
9dd1683892 Fix default values for invalid config.json files 2021-03-10 09:53:42 -05:00
Bill Thornton
efc43b42b8 Add config option to include cookies in player requests 2020-11-30 14:38:03 -05:00
Dmitry Lyzo
5592cb7d4e Merge remote-tracking branch 'origin/master' into standalone
Conflicts:
	package.json
	src/components/appRouter.js
	src/components/require/requiretext.js
	src/config.json
	src/scripts/clientUtils.js
	src/scripts/settings/webSettings.js
	src/scripts/site.js
2020-11-22 02:15:14 +03:00
Bill Thornton
e43d5f6f72 Merge remote-tracking branch 'upstream/master' into es6 2020-11-19 13:39:55 -05:00
Joshua M. Boniface
1abe4845f5
Revert "pull fonts from official repository" 2020-11-17 20:47:08 -05:00
vitorsemeano
b23e625c20 fixed bugs for default theme handling
fixed import for headroom.js
2020-11-08 11:39:46 +00:00
vitorsemeano
1171bc1cdf passed default theme handling to webSettings 2020-11-07 11:56:46 +00:00
dkanada
e60f01b3a3 merge branch master into standalone 2020-11-07 15:18:38 +09:00
vitorsemeano
723a19cd8b removed import for config.json for fetch 2020-11-05 23:20:38 +00:00
Bill Thornton
8bc8255a3e Fix default import for config files 2020-11-05 23:11:47 +00:00
MrTimscampi
7d9208e951 WIP 2020-11-05 23:09:09 +00:00
dkanada
b76f5a0a0f
return empty array when servers missing from config
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-10-30 22:13:56 +09:00
dkanada
fa1483d3c0 merge branch master into standalone 2020-10-29 18:09:23 +09:00
dkanada
3bbebdb49b pull fonts from official repository 2020-10-25 20:20:06 +09:00
Dmitry Lyzo
56d7179838 Fix webOS 1.2 and lint 2020-09-27 17:48:29 +03:00
Dmitry Lyzo
6f78193660 Fix 'file:' fetching (bundled apps) 2020-09-26 12:27:14 +03:00
dkanada
982ae411c5 fix linting issues and add servers to web config 2020-09-12 09:12:40 +09:00
Julien Machiels
37bd08fef6
Update src/scripts/settings/webSettings.js
Co-authored-by: Cameron <Influence365@gmail.com>
2020-08-11 15:32:40 +02:00
MrTimscampi
862489c73d Fix forgotten await and warn 2020-08-09 14:24:59 +02:00
MrTimscampi
e6159a22d8 Fix themes not loading unless signed in 2020-08-09 13:25:24 +02:00
dkanada
1fe25e14dd move themes and plugins into config file 2020-08-02 17:28:25 +09:00
MrTimscampi
dcef70d3c9 Fix baseUrl for web config file 2020-06-07 20:14:41 +02:00
dkanada
ee82cbba87
move console warning to catch block 2020-05-13 10:50:04 +09:00
dkanada
f7c692d14e
fix lint errors 2020-05-12 16:27:30 +09:00
dkanada
8c3e72fe7b fix wizard route and config load error 2020-05-12 06:28:14 +09:00
MrTimscampi
9e3ca706c4 Force the use of single quotes 2020-05-04 12:44:12 +02:00
Vasily
ce2c3ad36e Debugging stuff 2020-04-27 18:49:11 +03:00
dkanada
0a6fefd417 assign data before returning value 2020-04-02 19:50:09 +09:00
dkanada
31048d0ce5 only load the config once per session 2020-04-02 19:45:51 +09:00
dkanada
d524c25258 port web settings to es6 2020-04-02 03:51:22 +09:00
dkanada
53db7fe215 fix possible async issue 2020-02-20 02:07:41 +09:00
dkanada
79aa40465c rename method 2020-02-19 22:39:22 +09:00
dkanada
ed1b35f50f update some strings and use fetch for the global config 2020-02-16 22:11:36 +09:00
dkanada
ea9e79f4d3 add basic web client configuration 2020-02-16 12:17:13 +09:00