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

774 commits

Author SHA1 Message Date
dkanada
c0261ee487 move wizard and user preference routes to nested folders 2020-07-26 20:31:16 +09:00
MrTimscampi
60ec70b2d8 Fix linting errors 2020-07-26 13:10:32 +02: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
MrTimscampi
40a1de2c39 Remove unused module 2020-07-26 12:33:43 +02:00
MrTimscampi
29759ac884 Kill shaka and fix livetvschedule 2020-07-26 12:32:59 +02:00
MrTimscampi
a09a9e9a3a Remove some more things 2020-07-26 12:32:36 +02:00
MrTimscampi
a179291f4f Fix linting 2020-07-26 12:30:53 +02:00
MrTimscampi
dfbb7dfc16 Remove dead code 2020-07-26 12:30:50 +02:00
Anthony Lavado
feaabb6de9
Merge pull request #1634 from MrTimscampi/es6
Merge the ES6 feature branch back into master
2020-07-25 21:42:06 -07:00
MrTimscampi
b7d2561dae Address more feedback 2020-07-25 13:42:03 +02:00
Dmitry Lyzo
f292053b49 Fix event source for inputManager in case of multiple open dialogs 2020-07-25 00:30:25 +03:00
dkanada
0afe85810d
Merge pull request #1637 from jellyfin/legacy
Remove legacy jquery extensions
2020-07-25 01:37:30 +09:00
MrTimscampi
443ce5a747 Fix more suggestions 2020-07-24 17:18:28 +02:00
dkanada
1ddd3958c0 remove legacy jquery extensions 2020-07-25 00:09:05 +09:00
MrTimscampi
3713091382 Merge remote-tracking branch 'upstream/master' into es6
With conflicts
2020-07-24 10:23:14 +02:00
dkanada
6b45755480
Merge pull request #1612 from Maxr1998/master
Add support for seeking with milliseconds
2020-07-24 10:18:04 +09:00
dkanada
3eada38dd2
Merge branch 'es6' into migrate-to-ES6-33 2020-07-23 11:59:30 +09:00
dkanada
20324144af
Merge branch 'es6' into migrate-to-ES6-36 2020-07-23 11:54:21 +09:00
dkanada
7a33e90693
Merge pull request #1583 from Camc314/migrate-to-ES6-28
Migration of touchhelper and taskbuttons to ES6 modules
2020-07-23 11:46:30 +09:00
MrTimscampi
293a87902b Add version check for SyncPlay 2020-07-22 19:13:06 +02:00
dkanada
e3b1a4017a
Merge pull request #1616 from Camc314/migrate-to-ES6-27
Removal of Require
2020-07-22 23:37:06 +09:00
Cameron
f5ce196e07
Merge branch 'es6' into migrate-to-ES6-36 2020-07-21 14:53:09 +01:00
Cameron
e2391aabb2
Merge branch 'es6' into migrate-to-ES6-28 2020-07-21 14:47:50 +01:00
Cameron
0fee8a1f77
Merge branch 'es6' into migrate-to-ES6-33 2020-07-21 14:42:31 +01:00
Cameron
3a23b6e36c Destruction of Require 2020-07-21 13:25:50 +01:00
Maxr1998
32f2020801
Add support for seeking with milliseconds
Needed for the media notification seekbar in jellyfin-android (available on Android 10+).
The relevant change needed in jellyfin-android is already merged.
2020-07-21 00:50:14 +02:00
Cameron
b946259777 fix spacing, update variables 2020-07-20 08:40:13 +01:00
Cameron
75076fd172
Merge branch 'es6' into migrate-to-ES6-23 2020-07-19 20:11:53 +01:00
MrTimscampi
8ed2a185ee Replace trigger and handle with handleCommand 2020-07-18 23:38:00 +02:00
Cameron
28bf9c3e6f Migration of playlists to ES6 module 2020-07-18 09:28:07 +01:00
Cameron
fc96cbd9ad Migration of editorsidebar to ES6 module 2020-07-18 09:23:00 +01:00
Cameron
76a037b7c2 Migration of Globalize to ES6 module 2020-07-18 09:21:15 +01:00
Cameron
0b98e7770f Migration of alphanumericshortcuts, autobackdrops and youtubeplayer/plugin to ES6 modules 2020-07-17 20:56:16 +01:00
Cameron
46638fb9a9 update Variable declerations for taskbutton and touchHelper 2020-07-17 11:32:23 +01:00
Cameron
0473e549ab update variable declerations for appSettings and userSettings 2020-07-17 11:30:56 +01:00
Cameron
f296eb3475 Migration of taskbutton and touchHelper to ES6 modules 2020-07-17 11:30:39 +01:00
Julien Machiels
a9246f8f39
Merge pull request #1422 from grafixeyehero/es6-backdrop
Migration backdrop to ES6 modules
2020-07-17 11:03:32 +02:00
Cameron
45df6ef764 Migration of alert to ES6 module 2020-07-15 14:46:56 +01:00
Cameron
1200617639 Migration of activitylog and datetime to ES6 modules 2020-07-15 14:34:57 +01:00
Dmitry Lyzo
597b4258d9 Add subtitle position 2020-07-07 01:10:55 +03:00
MrTimscampi
d709aec75b Remove leftover ccomment 2020-07-05 13:30:55 +02:00
MrTimscampi
a5ee5b06aa Fix linting errors due to updates 2020-07-05 12:54:25 +02:00
MrTimscampi
da8c5fa224 Remove document-register-element 2020-07-05 12:06:53 +02:00
Joshua M. Boniface
995b376bc4
Merge pull request #1430 from jellyfin/nowplaying-hotfixes
Player hotfixes and improvements
2020-07-02 12:09:17 -04:00
dkanada
66beadea61
Merge pull request #1497 from MrTimscampi/splash
Add defered appLoader and splash screen
2020-07-01 14:15:09 +09:00
ferferga
647cc72767 Merge remote-tracking branch 'upstream/master' into nowplaying-hotfixes 2020-06-30 20:14:41 +02:00
MrTimscampi
783d476448 Add async to scripts injected by appLoader 2020-06-29 11:48:55 +02:00
Dmitry Lyzo
62a2f4b17d Rearrange keydown event handling 2020-06-28 23:46:27 +03:00
dkanada
178d698feb
Merge pull request #1206 from MrTimscampi/details-redux
Fix some issues with details page and small redesign
2020-06-28 18:10:07 +09:00
dkanada
6083a2fbd1
Merge branch 'es6' into es6-subtitlesettings 2020-06-28 17:01:41 +09:00