Commit Graph

986 Commits

Author SHA1 Message Date
Bill Thornton 40dad683d3 Fix standalone crash due to missing apiclient 2020-11-22 01:09:18 -05:00
Joshua M. Boniface 3961657c70 Merge pull request #1918 from jellyfin/standalone
Fix startup wizard redirect and standalone mode
2020-11-21 22:25:50 -05:00
Joshua M. Boniface 48e84d3c6f Apply hawken93's patch 2020-11-21 21:58:12 -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
Bill Thornton f3d1b77058 Merge pull request #1903 from dmitrylyzo/return-of-the-scrollbar
Return permanent scrollbar
2020-11-21 15:28:08 -05:00
nyanmisaka cd99b752c5 fix hevc check for fMP4 2020-11-20 17:33:35 +08:00
Dmitry Lyzo c2b1d02a33 Merge branch 'master' into return-of-the-scrollbar 2020-11-20 09:28:55 +03:00
nyanmisaka 3b50c0dde1 Merge remote-tracking branch 'upstream/master' into fmp4-hls 2020-11-20 12:30:16 +08:00
Bill Thornton a9e539b713 Fix lint errors 2020-11-19 16:42:21 -05: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 aff83c93d2 minor changes 2020-11-12 20:35:56 +08:00
nyanmisaka 54db12359c add initial support for fMP4-HLS 2020-11-12 20:03:38 +08: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 f26dbd7b2c fixed route for resetPassword 2020-11-09 22:10:32 +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
vitorsemeano 5c58d1472f fixed code smells 2020-11-08 20:56:08 +00:00
vitorsemeano fc9f747db2 solved fetching for configurationpage route 2020-11-08 20:54:44 +00:00
vitorsemeano e474f7d04e fix route for configurationarea 2020-11-08 20:36:37 +00:00
vitorsemeano 5b5d6a45b0 multiple imports optimized 2020-11-08 12:37:53 +00:00
vitorsemeano b23e625c20 fixed bugs for default theme handling
fixed import for headroom.js
2020-11-08 11:39:46 +00:00
vitorsemeano baa7d88a17 Update src/scripts/clientUtils.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-11-08 11:01:05 +00:00
vitorsemeano 383c0d2cc4 Update src/scripts/clientUtils.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-11-08 10:58:30 +00:00
vitorsemeano 2c899c93df fixes routes for quickconnect 2020-11-07 12:33:01 +00:00
vitorsemeano f309761d87 Update src/scripts/clientUtils.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-11-07 12:09:46 +00:00
vitorsemeano ce2551d1e1 Merge branch 'es6-webpack' of github.com:vitorsemeano/jellyfin-web into es6-webpack 2020-11-07 12:05:13 +00:00
vitorsemeano b49524e5ea multiple fixes and otimizations 2020-11-07 12:05:09 +00:00
vitorsemeano a6aab3d105 Update src/scripts/clientUtils.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-11-07 12:04:37 +00:00
vitorsemeano 1171bc1cdf passed default theme handling to webSettings 2020-11-07 11:56:46 +00:00
dkanada 3b8e4c6330 fix errors reported by linter 2020-11-07 16:10:02 +09:00
dkanada d4c8d1a334 wizard takes highest priority when selecting a server 2020-11-07 16:02:28 +09:00
dkanada e60f01b3a3 merge branch master into standalone 2020-11-07 15:18:38 +09:00
vitorsemeano 2383a01335 fix webpack errors
files adapted to scss imports
added sass loader
2020-11-06 00:00:34 +00:00
vitorsemeano 6638c13e85 fixed some code smells
fix config.json plugins path
2020-11-05 23:23:45 +00:00
vitorsemeano a48d466e6a fixes for lint errors
added missing packages for lint
removed unecessary babel/polyfill
2020-11-05 23:21:35 +00:00
vitorsemeano 723a19cd8b removed import for config.json for fetch 2020-11-05 23:20:38 +00:00
vitorsemeano 8b5772f996 optimization imports from site.js 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 79d61645b4 upgrade autocast to es6 2020-11-05 23:16:50 +00:00
vitorsemeano 86a9f4e36f solved imports for alert, toast and confirm 2020-11-05 23:15:39 +00:00
vitorsemeano 4b42afcd7a fix some toast imports 2020-11-05 23:12:24 +00:00
vitorsemeano e525a46068 bug fixed plugins load
bug fixed with import browserDeviceProfile
2020-11-05 23:12:24 +00:00
vitorsemeano 5071aedcea extracted connectionManager from site.js
new module ServerConnections for ConnectionManager
all code adapted to this new module
removed Events and ConnectionManager from eslintrc
2020-11-05 23:12:23 +00:00
vitorsemeano 923d53bb71 remove most of Dashboard global window usage 2020-11-05 23:11:47 +00:00
vitorsemeano 4e88835382 extract AppInfo into a export const 2020-11-05 23:11:47 +00:00
Bill Thornton 8bc8255a3e Fix default import for config files 2020-11-05 23:11:47 +00:00
Bill Thornton 9343318a4f Fix webcomponents imports 2020-11-05 23:11:47 +00:00