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

81 commits

Author SHA1 Message Date
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
nyanmisaka
3b50c0dde1 Merge remote-tracking branch 'upstream/master' into fmp4-hls 2020-11-20 12:30:16 +08: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
nyanmisaka
54db12359c add initial support for fMP4-HLS 2020-11-12 20:03:38 +08: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
vitorsemeano
a106e23ff8 some bug fixes after master rebase 2020-11-05 23:18:19 +00:00
vitorsemeano
4b42afcd7a fix some toast imports 2020-11-05 23:12:24 +00:00
Bill Thornton
8bc8255a3e Fix default import for config files 2020-11-05 23:11:47 +00:00
Bill Thornton
a71b0314d4 Fix apiclient imports 2020-11-05 23:11:47 +00:00
MrTimscampi
7d9208e951 WIP 2020-11-05 23:09:09 +00:00
MrTimscampi
bfb8c7c1f6 Make import paths ES6-compatible 2020-11-05 22:58:26 +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
dkanada
af3f308abc invert default backdrop setting 2020-10-12 12:20:28 +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
dkanada
cb1d2887fa fix startup wizard redirect and standalone mode 2020-09-10 23:20:55 +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
Dmitry Lyzo
f712d9c238
Merge branch 'master' into fix-subtitle-line-spacing 2020-08-06 20:11:47 +03:00
dkanada
1fe25e14dd move themes and plugins into config file 2020-08-02 17:28:25 +09:00
Dmitry Lyzo
450807ff14 Merge remote-tracking branch 'upstream/master' into fix-subtitle-line-spacing
Conflicts:
	src/components/subtitlesettings/subtitleappearancehelper.js
	src/components/subtitlesettings/subtitlesettings.js
	src/elements/emby-slider/emby-slider.js
2020-07-26 13:35:17 +03:00
Cameron
0473e549ab update variable declerations for appSettings and userSettings 2020-07-17 11:30:56 +01:00
Dmitry Lyzo
597b4258d9 Add subtitle position 2020-07-07 01:10:55 +03:00
dkanada
e160467f61
Merge pull request #1315 from dmitrylyzo/fix-another-usersettings
Fix ability to change settings of another user
2020-06-09 01:00:43 +09:00
dkanada
ef59ecc4b2
Merge pull request #1354 from MrTimscampi/fix-config-baseurl
Fix baseUrl for web config file
2020-06-08 03:59:26 +09:00
MrTimscampi
dcef70d3c9 Fix baseUrl for web config file 2020-06-07 20:14:41 +02:00
Dmitry Lyzo
c4614f085e
Merge branch 'master' into fix-another-usersettings 2020-06-05 09:02:14 +03:00
ferferga
7169d8494d Add a toggle for blurhash 2020-05-30 16:44:33 +02:00
Dmitry Lyzo
1be2434ac3 Fix code documentation 2020-05-28 20:10:53 +03:00
Dmitry Lyzo
15f0b12747 Merge remote-tracking branch 'upstream/master' into fix-another-usersettings
Conflicts:
	src/scripts/settings/userSettings.js
2020-05-28 20:08:37 +03:00
dkanada
a66f40d805
invert backdrop default setting 2020-05-28 02:33:10 +09:00
Dmitry Lyzo
e6287429e0 Fix ability to change settings of another user 2020-05-27 16:30:21 +03:00
dkanada
3b6fa7e972 add display preference for details banner and update some defaults 2020-05-24 18:30:35 +09:00
dkanada
0f7a79caab implement select menu for chromecast version 2020-05-17 00:36:10 +09: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