Commit Graph

1077 Commits

Author SHA1 Message Date
Fernando f2d82a3ceb Fix #1141 linting 2020-05-19 13:51:34 +02:00
Vasily e3cef950f7 Merge pull request #1141 from cromefire/promise-plugins
Register plugins with promises
2020-05-19 13:04:17 +03:00
dkanada 3d9509c875 Merge pull request #1238 from ferferga/remove-imgfetcher
Remove imageFetcher
2020-05-18 22:42:34 +09:00
dkanada 409da485cc Merge pull request #1253 from MrTimscampi/lint-operators
Force spacing around operators
2020-05-18 19:27:31 +09:00
adavier 3ecd8e45c7 Update src/components/qualityOptions.js
Co-authored-by: Julien Machiels <julien.machiels@protonmail.com>
2020-05-18 11:20:34 +01:00
adavier 632cb5bd8d Update src/components/qualityOptions.js
Co-authored-by: Julien Machiels <julien.machiels@protonmail.com>
2020-05-17 17:19:40 +01:00
MrTimscampi f897f7484c Force spacing around operators 2020-05-17 18:19:18 +02:00
Adavier 146e592a6d qualityoptions.js now shows correct options for aspect ratios below 16:9 (1.77) (such as 4:3 (1.33))
qualityoptions.js assumes that all videos are wider than 16:9 (1.77).
So a video with resolution 1440x1080 (4:3 1080p) only exposes options of 720p as the width is not considered for
1080p.
This fixes that by checking if the aspect ratio is less than 1.77, and if so padding the width to 16:9.
2020-05-17 15:39:41 +01:00
dkanada 5409d14ceb merge branch master into refactor 2020-05-17 21:52:39 +09:00
dkanada 2c7d808ceb Merge pull request #1242 from jellyfin/chromecast
Implement select menu for chromecast version
2020-05-17 20:39:03 +09:00
dkanada 1aaaffde4c rename more components and update references 2020-05-17 17:04:36 +09:00
dkanada 35094da328 merge branch master into refactor 2020-05-17 02:49:47 +09:00
dkanada d2f11981c6 update casing for some components 2020-05-17 02:48:21 +09:00
ferferga 6a596bd497 Fix merge conflicts 2020-05-16 18:07:32 +02:00
dkanada f06291e37b fix casing on a few more files and folders 2020-05-17 01:06:28 +09:00
dkanada 200d8dd416 fix casing for a few files 2020-05-17 00:52:16 +09:00
dkanada 0f7a79caab implement select menu for chromecast version 2020-05-17 00:36:10 +09:00
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
artiume 74427a29dc Fix Progressive Stream 'P' capitalization 2020-05-14 12:12:34 -04: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
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
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
MrTimscampi ac69f29d5a Fix some Major issues 2020-05-08 10:55:17 +02:00
MrTimscampi a6a39c0ce1 Fix critical issue in htmlvideoplayer 2020-05-08 10:44:44 +02:00
MrTimscampi 45da9c0a39 Fix more accessibility and blockers 2020-05-08 10:44:42 +02:00
MrTimscampi 8da3735118 Fix security issues reported by Sonarqube 2020-05-08 10:39:58 +02:00
redSpoutnik b0a245867c Merge branch 'master' into fix-subtitlesync-textfield 2020-05-08 09:25:46 +02:00
dkanada 95bd5e4f78 Merge pull request #1144 from JustAMan/seek-ass-better
Fix .ASS offset when seeking a progressive stream
2020-05-08 16:09:51 +09:00
ferferga 7a63c07250 Set backdrops using 'poster' attribute 2020-05-08 00:07:59 +02:00
ferferga 7bf117191b Use player backdrops everywhere 2020-05-07 23:24:03 +02:00
MrTimscampi ee46863a5f Fix suggestions 2020-05-07 17:21:26 +02:00