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
Cameron
0695c8c7a8 bug fixes 2020-07-09 21:44:49 +01:00
Dmitry Lyzo
8843f7cb93 Fix OSD lock 2020-07-09 19:07:25 +03:00
Dmitry Lyzo
1be111eeef Use proper target property 2020-07-09 18:58:45 +03:00
Cameron
e033a748cc Migration of all files in auth to ES6 Modules
addserver
forgotpassword
forgotpasswordpin
login
selectserver
2020-07-09 16:20:32 +01:00
dkanada
d3b89b7ec7
Merge pull request #1356 from grafixeyehero/es6-alphaPicker
Migration alphaPicker to ES6 modules
2020-07-10 00:15:05 +09:00
Cameron
8ad12fa0bb migration of device and devices.js to ES6 modules 2020-07-09 14:23:41 +01:00
Cameron
ee54d4efdb Migration of userpasswordpage and userprofilespage to ES6 modules 2020-07-09 13:49:17 +01:00
Cameron
84a47081be migration of usernew and userparentalcontrol to ES6 modules 2020-07-09 13:47:35 +01:00
Cameron
ccad334517 migration of useredit and library access to ES6 modules 2020-07-09 13:47:12 +01:00
Cameron
613f0024bc Migration of general and library details to ES6 Modules 2020-07-09 08:54:47 +01:00
Cameron
3186955376 Migration of metadataImages, metadatanfo, streaming to ES6 Mo 2020-07-09 08:54:12 +01:00
Cameron
e230e05e6e migrate mediaLibrary to ES6 module 2020-07-08 20:24:44 +01:00
Cameron
1ac3ecbfa7 Migrate networking.js, playback.js, serveractivity.js to ES6 modules 2020-07-08 19:58:28 +01:00
MrTimscampi
a5ee5b06aa Fix linting errors due to updates 2020-07-05 12:54:25 +02:00
Nyanmisaka
2bc541c3ec
Merge branch 'master' into tonemap-ui 2020-07-02 01:26:23 +08:00
nyanmisaka
429c47f414 add tonemapping settings 2020-07-02 01:22:07 +08:00
dkanada
beb9bebce5
Merge pull request #1496 from dmitrylyzo/keydown-bubbling
Rearrange keydown event handling
2020-07-01 02:06:54 +09:00
grafixeyehero
985396af14 Move tvlatest tab to suggestions section 2020-06-30 00:47:34 +03:00
Dmitry Lyzo
a66291a33d Fix handling of keydown event by volume slider and videoosd 2020-06-29 13:03:31 +03:00
Dmitry Lyzo
62a2f4b17d Rearrange keydown event handling 2020-06-28 23:46:27 +03:00
Dmitry Lyzo
891cc78bdb Prevent OSD from being hidden when user works with UI 2020-06-28 20:50:40 +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
dkanada
d04ca8469b
Merge branch 'es6' into es6-migration-2 2020-06-28 16:50:04 +09:00
MrTimscampi
d916bc19f8 Cleanup CSS 2020-06-28 07:20:44 +02:00
dkanada
8e35cceaf0
Merge branch 'es6' into es6-migration-3 2020-06-28 04:40:43 +09:00
grafixeyehero
cf931d429a apply suggestion 2020-06-26 21:39:47 +03:00
grafixeyehero
daedd3a61d apply suggestion 2020-06-26 19:30:44 +03:00
Julien Machiels
65cd810288
Fix linting error 2020-06-26 16:59:21 +02:00
dkanada
fd863b26fe
apply code suggestions 2020-06-26 23:47:14 +09:00
dkanada
bda482f00e
Merge pull request #1384 from grafixeyehero/es6-channelMapper
Migration channelMapper to ES6 modules
2020-06-26 23:45:19 +09:00
dkanada
29eb217a0d
fix redirect issue on video player 2020-06-26 16:41:19 +09:00
MrTimscampi
83c4bf8d62 Fix suggestions and layout issues 2020-06-25 18:40:19 +02:00
MrTimscampi
12460589f7 Fix variable names 2020-06-23 17:32:55 +02:00
MrTimscampi
cd020a2cd1 Fix details banner setting 2020-06-23 17:29:59 +02:00
MrTimscampi
9c4a602979 Merge remote-tracking branch 'upstream/master' into details-redux 2020-06-23 10:35:38 +02:00
Bond-009
86f2f44d7a
Merge pull request #1464 from neilsb/system-plugin-removal
Prevent removal of system plugins
2020-06-22 15:52:22 +02:00
dkanada
d93911c407
Merge pull request #1393 from jellyfin/repos
Initial work for repository configuration
2020-06-22 22:52:08 +09:00
Neil Burrows
4f45bdb024
Update src/controllers/dashboard/plugins/installed.js
Co-authored-by: Vasily <JustAMan@users.noreply.github.com>
2020-06-22 14:08:57 +01:00
Neil Burrows
89535e1c36
Update src/controllers/dashboard/plugins/installed.js
Co-authored-by: Julien Machiels <julien.machiels@protonmail.com>
2020-06-22 10:43:54 +01:00
Neil Burrows
f1970d88ae Prevent removal of system plugins 2020-06-22 10:14:13 +01:00
MrTimscampi
5960f782df Rename itemDetails files to new convention 2020-06-21 13:47:33 +02:00
MrTimscampi
8f116890d7 Remove forced logo size 2020-06-21 13:45:13 +02:00
MrTimscampi
b500579236 Add hover text on item details buttons 2020-06-21 13:21:31 +02:00
MrTimscampi
55cc467a95 Simplify resume button 2020-06-21 09:31:56 +02:00
MrTimscampi
8777742123 Handle suggestions 2020-06-21 09:07:18 +02:00
MrTimscampi
7dd09909d2 Move more button at the end of actions in listview 2020-06-21 09:07:18 +02:00
MrTimscampi
6afbda6ff3 Improve season view 2020-06-21 09:07:18 +02:00
grafixeyehero
7cb209fa10 Migration playbackSettings to ES6 modules 2020-06-21 05:57:07 +03:00
grafixeyehero
30bddd04b0 Migration homeScreenSettings to ES6 modules 2020-06-21 05:55:46 +03:00