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

1557 commits

Author SHA1 Message Date
Anthony Lavado
231c965ad9
Merge pull request #1663 from Camc314/migrate-to-ES6-44
Migration of libraryBrowser and multiDownload to ES6 modules
2020-07-28 16:38:17 -07:00
Cameron
675cad71d8 Migration of loading to ES6 module 2020-07-28 23:08:27 +01:00
Cameron
612d74fd2c Migration of home and librarymenu to ES6 modules 2020-07-28 22:04:01 +01:00
Cameron
f9e79c0a4e Migration of list.js and screensavermanager to ES6 modules 2020-07-28 21:28:16 +01:00
nyanmisaka
7849f57f69 allows to use multiple fallback fonts 2020-07-29 03:31:11 +08:00
nyanmisaka
86c87446e3 add options for using fallback fonts 2020-07-29 03:30:46 +08:00
Cameron
4d5cf02c1f update missing 2020-07-28 17:18:37 +01:00
Cameron
3757e2c9be apply suggestions 2020-07-28 16:45:21 +01:00
dkanada
89e584686e
Merge pull request #1656 from dmitrylyzo/fix-plugin-install
Fix CircleOfDeath on plugin install
2020-07-28 12:36:33 +09:00
Cameron
4c28399c6b Migration of library browser to ES6 moduels 2020-07-27 20:21:19 +01:00
Cameron
d2ea7cec53 Update scheduledtask.js 2020-07-27 17:03:47 +01:00
Dmitry Lyzo
2e315a422f Fix require of ES6 module 2020-07-27 13:27:27 +03:00
Dmitry Lyzo
793d74e82f Fix wrong deminification 2020-07-27 13:12:05 +03:00
MrTimscampi
5e1b6acffe Disallow block padding 2020-07-27 08:06:46 +02:00
Matt Montgomery
ae5fa9d304 Migrate to ES6 2020-07-27 00:07:03 -05:00
Matt Montgomery
e5f0d77c30 Merge remote-tracking branch 'upstream/master' into quickconnect 2020-07-26 16:41:26 -05:00
MrTimscampi
8fb8dacdf1 Migrate shell, serverNotifications to ES6 + remove searchtab 2020-07-26 22:45:00 +02:00
MrTimscampi
0d1661055b Fix accidentally reverted var 2020-07-26 18:30:31 +02:00
MrTimscampi
dc5af7d19f Merge remote-tracking branch 'upstream/master' into dead-code-society 2020-07-26 18:28:32 +02:00
Cameron
a6934a1f0d
Merge branch 'master' into migrate-to-ES6-41 2020-07-26 17:01:57 +01:00
dkanada
a085bb5269 update routes for plugin and session pages 2020-07-26 20:31:16 +09:00
dkanada
c0261ee487 move wizard and user preference routes to nested folders 2020-07-26 20:31:16 +09:00
MrTimscampi
4a80a5ee2c Fix lint error 2020-07-26 13:27:46 +02:00
MrTimscampi
60ec70b2d8 Fix linting errors 2020-07-26 13:10:32 +02:00
MrTimscampi
950efe0091 Remove old links to Emby docs 2020-07-26 12:35:41 +02:00
Julien Machiels
e7b87c106f Update src/controllers/livetv/livetvschedule.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-07-26 12:33:01 +02:00
MrTimscampi
29759ac884 Kill shaka and fix livetvschedule 2020-07-26 12:32:59 +02:00
MrTimscampi
dfbb7dfc16 Remove dead code 2020-07-26 12:30:50 +02:00
Cameron
3658b4471a Migration of Favorites and Hometab to ES6 modules 2020-07-26 11:29:26 +01:00
Cameron
287cc06963 Migration of edititemmetadata to ES6 module 2020-07-26 11:29:02 +01:00
Cameron
81731f4a8e Migration of notification and notifications to ES6 modules 2020-07-26 10:37:04 +01: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
Nyanmisaka
4860fbd934
remove jQuery 2020-07-25 15:14:57 +08:00
MrTimscampi
443ce5a747 Fix more suggestions 2020-07-24 17:18:28 +02:00
dkanada
621db2ecc9
Merge pull request #1630 from grafixeyehero/fix-SpecialFeatures
remove unused morebutton and editimage
2020-07-25 00:01:52 +09:00
dkanada
04b2763447
Merge pull request #1542 from dmitrylyzo/fix-osd-lock
Fix OSD lock
2020-07-25 00:01:15 +09:00
MrTimscampi
ffc22f629e Resolve suggestions 2020-07-24 13:08:49 +02:00
Julien Machiels
23c1f59bb3
Update src/controllers/shows/tvrecommended.js
Co-authored-by: Cameron <Influence365@gmail.com>
2020-07-24 12:54:17 +02:00
MrTimscampi
66b107f0c9 Resolve conflicts 2020-07-24 12:25:07 +02:00
MrTimscampi
3713091382 Merge remote-tracking branch 'upstream/master' into es6
With conflicts
2020-07-24 10:23:14 +02:00
dkanada
03a9e73b3b
Merge pull request #1625 from MrTimscampi/syncplay-version-check
Add version check for SyncPlay
2020-07-24 09:57:47 +09:00
grafixeyehero
2277eec388 apply SonarCloud suggestion 2020-07-24 01:33:44 +03:00
grafixeyehero
ca81ce8f1f make shape dynamic 2020-07-24 01:20:35 +03:00
grafixeyehero
4b31bcd390 remove unused morebutton and editimage 2020-07-24 00:16:17 +03:00
Dmitry Lyzo
2f1e792900
Merge branch 'master' into fix-osd-lock 2020-07-23 23:53:24 +03:00
Cameron
4592594b04
Merge branch 'es6' into migrate-to-ES6-13 2020-07-23 16:40:45 +01:00
dkanada
03ef599a89
Merge pull request #1584 from Camc314/migrate-to-ES6-29
Migration of nowplaying and videoosd to ES6 modules
2020-07-23 12:58:54 +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