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

414 commits

Author SHA1 Message Date
Bill Thornton
34051a677d Merge pull request #3639 from rhld16/unused-languages
Add missing languages

(cherry picked from commit ff95eba35f)
Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-05-20 23:02:06 -04:00
Bill Thornton
a59722126f Remove api client setup from app router 2022-04-21 13:43:12 -04:00
Bill Thornton
f625915540 Use history for app router 2022-04-19 23:36:20 -04:00
Bill Thornton
2d2b99d3b9 Move clientUtils and rename 2022-04-10 02:22:13 -04:00
Bill Thornton
3412201532 Simplify url utils 2022-04-06 17:31:54 -04:00
Bill Thornton
67169e2a6a Remove getParameterByName global 2022-04-05 15:58:12 -04:00
Bill Thornton
8e66ba315a Remove getWindowLocationSearch global and duplicate implementation 2022-04-05 15:44:55 -04:00
Bill Thornton
cf851074b7 Move screensavermanager to scripts 2022-03-31 16:29:56 -04:00
Dmitry Lyzo
270430f6a1 Polyfill HTMLMediaElement.play
Return a `Promise` to match the new standard.
2022-02-26 14:01:08 +03:00
Dmitry Lyzo
ca63d2b151 Fix DOMPurify on webOS 1.2
DOMParser.createHTMLDocument on webOS 1.2 (WebKit) doesn't
support 'text/html' - polyfill it.
2022-02-21 18:28:39 +03:00
Bill Thornton
8494d49b96 Fix issue where wrong plugin could be disabled 2022-02-03 10:32:13 -05:00
grafixeyehero
d6c00aa6f4 update suggestion change 2021-09-08 02:46:43 +03:00
grafixeyehero
8e724d3119 Merge branch 'master' of https://github.com/jellyfin/jellyfin-web into fix-accese
# Conflicts:
#	src/scripts/site.js
2021-09-08 02:38:25 +03:00
Ionut Andrei Oanca
f0d483dee3 Update ApiClient instance used by SyncPlay manager 2021-09-07 01:00:23 +02:00
Bill Thornton
c4fc8e0145
Merge pull request #2618 from iwalton3/client-custom-css
Allow client custom css and disabling global server custom css.
2021-07-30 22:34:32 -07:00
grafixeyehero
d0f6faea11 register on app init 2021-06-14 03:19:22 +03:00
Bill Thornton
9913f95945 Remove SyncPlayToasts abstraction 2021-05-26 14:28:54 -04:00
Dmitry Lyzo
70f132e4b3 Fix ServiceWorker URL 2021-05-18 23:22:57 +03:00
Ian Walton
8d59d2a0fe Apply styles using user events and also immediately when changed. 2021-04-24 16:42:21 -04:00
Ian Walton
99c902a1a1 Enable custom css on login pages until a user with it disabled logs in. 2021-04-24 15:50:12 -04:00
Ian Walton
8cae67d9b9 Allow client custom css and disabling global server custom css. 2021-04-24 14:39:47 -04:00
Bill Thornton
be9f964c18 Remove useless escape characters 2021-03-23 11:28:20 -04:00
Bill Thornton
8e77f35657 Move assets css files to sass 2021-03-19 13:46:12 -04:00
artiume
a296cc33ee
linting 2020-12-30 01:07:45 -05:00
artiume
2bcab6d8e9
Update site.js 2020-12-29 11:36:34 -05:00
Bill Thornton
d66d26b4f6
Merge pull request #2234 from thornbill/no-no-noto
Use Noto Sans from Fontsource
2020-12-16 14:45:33 -05:00
Bill Thornton
376f9fa70c Remove duplicate try/catch 2020-12-16 13:57:07 -05:00
Bill Thornton
ba28267345 Use noto-sans from fontsource 2020-12-14 15:37:52 -05:00
Dmitry Lyzo
644f00832f Don't use bad ApiClient 2020-12-05 18:42:12 +03:00
Joshua M. Boniface
e3964a29c8
Merge pull request #2131 from dmitrylyzo/es6-webos
Fix babel support for legacy browsers
2020-12-04 20:34:12 -05:00
Joshua M. Boniface
dd080a8aef
Merge pull request #2159 from thornbill/plugin-manager-improvements
Plugin manager improvements
2020-12-04 20:27:37 -05:00
Joshua M. Boniface
2bfd714eb5
Merge branch 'master' into es6-webos 2020-12-04 20:23:47 -05:00
Joshua M. Boniface
bad0a23650
Merge pull request #1945 from OancaAndrei/syncplay-enhanced
SyncPlay for TV series (and Music)
2020-12-04 20:22:38 -05:00
Dmitry Lyzo
4025c7f902 Re-add polyfills 2020-12-03 23:06:45 +03:00
Ionut Andrei Oanca
3b837b6468 Remove SyncPlay alias 2020-12-03 16:25:50 +01:00
Bill Thornton
e676a3a236 Add console warning when plugin fails to load 2020-12-02 15:43:31 -05:00
Niels van Velzen
b223b41b26
Pass plugin name to pluginManager.loadPlugin 2020-11-29 13:14:40 +01:00
Bill Thornton
8c9a154394 Remove unused import 2020-11-28 10:00:53 -05:00
Bill Thornton
81516c9ffe Remove standalone.js and broken navigation 2020-11-26 01:45:23 -05:00
Bill Thornton
a9c2473799 Disable chromecast in unsupported browsers 2020-11-24 12:30:36 -05:00
Ionut Andrei Oanca
bbef2197dd Fix code issues reported by Sonar 2020-11-23 16:17:54 +01:00
Ionut Andrei Oanca
d8beb9909f Add playlist-sync and group-wait to SyncPlay 2020-11-22 21:15:04 +01:00
Bill Thornton
17c4d3082e Fix missing jellyfin-noto resources 2020-11-22 01:52:18 -05:00
Dmitry Lyzo
7080a75b18 lint 2020-11-22 02:31:35 +03:00
Dmitry Lyzo
862105968c Remove AppInfo
Signed-off-by: Dmitry Lyzo <ashephard0@gmail.com>
2020-11-22 02:15:27 +03: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
vitorsemeano
2015665a64
Update src/scripts/site.js
Co-authored-by: dkanada <dkanada@users.noreply.github.com>
2020-11-11 11:58:49 +00:00
vitorsemeano
2c2cf76a0e fixed serviceworker with workbox 2020-11-09 19:20:55 +00:00
vitorsemeano
4e11e3ba66 import optimizations for site.js
transfered pageIdOn and pageClassOn to clientUtils
2020-11-09 00:14:33 +00:00
dkanada
e60f01b3a3 merge branch master into standalone 2020-11-07 15:18:38 +09:00