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 |
|
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 |
|
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
|
8b5772f996
|
optimization imports from site.js
|
2020-11-05 23:20:38 +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
|
9343318a4f
|
Fix webcomponents imports
|
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 |
|
MrTimscampi
|
1a635e2f81
|
Migrate site.js to ES6
|
2020-11-05 22:55:06 +00:00 |
|
dkanada
|
523201bb18
|
Merge pull request #1887 from jellyfin/pdf-reader
Add basic pdf reader
|
2020-10-31 01:43:08 +09:00 |
|
dkanada
|
5a5fbaf382
|
Merge pull request #2021 from minobp/jajsonadd
Add loading Japanese json files
|
2020-10-30 14:01:53 +09:00 |
|
minobp
|
994c1b141b
|
Added loading of Japanese json files
|
2020-10-29 15:28:52 +00: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
|
6b302ed20b
|
merge branch master into pdf-reader
|
2020-10-20 13:22:09 +09:00 |
|
dkanada
|
39eddeb205
|
run eslint to fix most var instances
|
2020-10-07 21:12:14 +09:00 |
|
Dmitry Lyzo
|
e0b1a3b55f
|
Fix ES6 import - browser
|
2020-09-28 15:55:39 +03:00 |
|
dkanada
|
ec44723ee6
|
Merge pull request #1909 from iwalton3/auto-cast
Add Auto Cast Feature
|
2020-09-23 16:16:54 +09:00 |
|
Ian Walton
|
f5311864bc
|
Move from components to scripts.
|
2020-09-15 17:30:38 -04: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 |
|
Ian Walton
|
e9caf5e336
|
Add auto-cast feature.
|
2020-09-07 13:08:05 -04:00 |
|
Matt Montgomery
|
9476edcbe2
|
Merge remote-tracking branch 'upstream/master' into quickconnect
|
2020-09-03 16:17:35 -05:00 |
|
dkanada
|
108ebc58a6
|
add basic pdf reader
|
2020-09-01 22:55:08 +09:00 |
|
Julien Machiels
|
3cbe0f7264
|
Merge branch 'master' into connection-manager-global
|
2020-09-01 10:16:21 +02:00 |
|
dkanada
|
5c2ec66420
|
merge branch master into comic-reader
|
2020-08-30 14:58:37 +09:00 |
|
MrTimscampi
|
c97d7a6f59
|
Use connectionManager global
|
2020-08-30 06:06:47 +02:00 |
|
Dmitry Lyzo
|
f915ecd400
|
Add vendor styles polyfill
|
2020-08-29 19:44:05 +03:00 |
|
dkanada
|
d92eceb45f
|
merge branch master into comic-reader
|
2020-08-28 23:01:01 +09:00 |
|
dkanada
|
a71f0668d7
|
Merge pull request #1843 from jellyfin/globals
Prevent the use of confusing globals
|
2020-08-26 07:11:42 +09:00 |
|
dkanada
|
6159eca8f8
|
prevent the use of confusing globals
|
2020-08-25 10:12:35 +09:00 |
|
Dmitry Lyzo
|
c32f83a19e
|
Reorder CSS loading
|
2020-08-19 22:07:26 +03:00 |
|
dkanada
|
a9327f8d1c
|
Merge pull request #1789 from MrTimscampi/site-js-prepare-es6
Move Dashboard to a new module
|
2020-08-17 17:04:38 +09:00 |
|
Joshua M. Boniface
|
e4a922ad60
|
Merge pull request #1716 from MrTimscampi/pluginmanager-es6
Migrate PluginManager and PackageManager to ES6
|
2020-08-16 12:17:22 -04:00 |
|