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

3497 commits

Author SHA1 Message Date
Anthony Lavado
f45a4d1a8c
Merge pull request #1173 from sarab97/es6-migration
Migrate deleteHelper, actionSheet, indicators and playMenu to ES6
2020-05-16 09:29:29 -04:00
ferferga
cb6d8c7394 Remove imageFetcher 2020-05-16 15:12:44 +02:00
dkanada
00dab7490b
Merge pull request #1231 from Artiume/patch-10
Fix Progressive Stream 'P' capitalization
2020-05-15 20:40:02 +09:00
dkanada
5c18bb40bc
Merge pull request #1211 from fhriley/send_credentials
Fix #1210: Add credentials to XHR requests
2020-05-15 16:56:59 +09:00
MrTimscampi
ac060e1270 Fix some code smells 2020-05-15 08:39:54 +02:00
MrTimscampi
d2bd631cbe Fix more sonarqube bugs 2020-05-14 23:25:22 +02:00
artiume
74427a29dc
Fix Progressive Stream 'P' capitalization 2020-05-14 12:12:34 -04:00
ferferga
26267e3827 Add comments for future reference 2020-05-14 14:18:50 +02:00
ferferga
6250f5bca8 Hide scrollbar while the videoosd component is loading 2020-05-14 14:18:29 +02:00
ferferga
3250100fad Apply style once an skin is loaded 2020-05-14 14:11:11 +02:00
dkanada
62f30f0066
Merge pull request #1198 from ferferga/mobile-backdrops
Switch player backdrops to poster attribute of the video element
2020-05-14 14:41:20 +09:00
Anthony Lavado
489aa04d94
Merge pull request #1213 from MrTimscampi/player-scrollbar
Hide the previous page when loading videoOsd
2020-05-14 00:48:37 -04:00
ferferga
b467fae109 Fix CSS linting 2020-05-13 23:01:46 +02:00
MrTimscampi
88706e794a Add TV and Mobile compatibility to the new metadata dialog 2020-05-11 22:23:08 +02:00
MrTimscampi
467bda4ed7 Make dialogs more bearable 2020-05-11 21:43:41 +02:00
Sarab Singh
b1cbd3c0e4 lint 2020-05-11 13:48:41 +05:30
Sarab Singh
d235f34175 indent 2020-05-11 13:45:29 +05:30
Sarab Singh
4b4879f8a2 dam indent 2020-05-11 13:43:41 +05:30
Sarab Singh
f229d0c5ee apparently i cannot resolve conflicts 2020-05-10 22:58:14 +05:30
Sarab Singh
f75e37d358
Merge branch 'master' into es6-migration 2020-05-10 22:13:00 +05:30
Sarab Singh
4845b22871
Update src/components/indicators/indicators.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-05-10 22:05:09 +05:30
Sarab Singh
b6580053c0 fix new suggestions 2020-05-10 21:35:30 +05:30
Julien Machiels
c54b297562
Update src/components/libraryoptionseditor/libraryoptionseditor.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-05-10 15:38:15 +02:00
Sarab Singh
d77c569b69 typo 2020-05-10 14:57:47 +05:30
Sarab Singh
83f1c7498d fixed the suggested changes 2020-05-10 14:46:28 +05:30
MrTimscampi
d7c2fd7337 Hide the previous page when loading videoOsd 2020-05-10 01:08:08 +02:00
Frank Riley
421dfbf2c0 Fix #1210: Add credentials to XHR requests 2020-05-09 11:34:58 -07:00
Christoph Potas
9469c208e1 ~ switch all strings to single quotes to match ESLint requirements
Signed-off-by: Christoph Potas <christoph286@googlemail.com>
2020-05-09 15:42:37 +02:00
Christoph Potas
1007308add Merge branch 'master' of https://github.com/jellyfin/jellyfin-web into es6-subtitlesettings
Signed-off-by: Christoph Potas <christoph286@googlemail.com>

# Conflicts:
#	package.json
#	src/components/subtitlesettings/subtitleappearancehelper.js
#	src/components/subtitlesettings/subtitlesettings.js
#	src/controllers/user/subtitles.js
#	src/scripts/site.js
2020-05-09 15:37:07 +02:00
gion
36d097291e Rename Syncplay to SyncPlay 2020-05-09 12:38:23 +02:00
gion
11f6217bb2 Fix code issues 2020-05-09 12:38:23 +02:00
gion
a2ba96ab82 Handle error messages 2020-05-09 12:04:14 +02:00
gion
71f72f836c Remove syncplay worker
This was an attempt to fix issues on Safari
2020-05-09 12:04:14 +02:00
gion
4eedbe5742 Fix sign in date conversion 2020-05-09 12:04:14 +02:00
gion
9839dcd02a Update session ping 2020-05-09 12:03:23 +02:00
gion
5342b90a56 Implement NTP like time sync 2020-05-09 12:02:34 +02:00
gion
06e6c99c03 Disable syncing after several attempts
Refactor syncplay manager
Attempt fixing Safari issues (timeupdate event not firing)
2020-05-09 12:02:17 +02:00
gion
9fabbd5746 Capture playback permission 2020-05-09 12:02:17 +02:00
gion
a18bca9d8c Implement syncplay permissions for a user 2020-05-09 12:00:33 +02:00
gion
56ee678fc2 Port to ES6 2020-05-09 12:00:33 +02:00
gion
460c2a1f77 Fix lint errors 2020-05-09 11:59:37 +02:00
gion
6c18b655e0 Implement syncplay frontend 2020-05-09 11:59:37 +02:00
Christoph Potas
658710e982 + added settingshelper to site defines
~ convert subtitles controller to es6 module
+ added support for class controller

Signed-off-by: Christoph Potas <christoph286@googlemail.com>
2020-05-09 01:20:32 +02:00
Dmitry Lyzo
1fe17007d6 Enable fake zoom image on Safari (WebKit) 2020-05-08 13:58:28 +03:00
Dmitry Lyzo
f516bee147 Fix iOS blurry zoomed image 2020-05-08 13:58:28 +03:00
Dmitry Lyzo
5b40232b7b Use built-in swiper classes 2020-05-08 13:58:28 +03:00
Sarab Singh
ee2f86124b actionsheet 2020-05-08 15:34:45 +05:30
Sarab Singh
f98529e69c revert change of camelCase 2020-05-08 15:33:16 +05:30
MrTimscampi
14e24be980 Re-add user-drag properties 2020-05-08 11:19:01 +02:00
MrTimscampi
9a47428e61 Implement suggestions 2020-05-08 10:57:54 +02:00