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

10718 commits

Author SHA1 Message Date
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
YaPurO
2a6f6e9820 Translated using Weblate (Korean)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/ko/
2020-05-10 11:51:44 -04:00
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
Vitorvlv
5e7adf36f8 Translated using Weblate (Portuguese (Brazil))
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/pt_BR/
2020-05-09 20:38:47 -04:00
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
Tien Nguyen
fb7a19d85d Translated using Weblate (Vietnamese)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/vi/
2020-05-09 09:22:39 -04:00
Erwin Yükselgil
91a26fa7b5 Per default a new user has no access to any library. The admin has to check needed libraries. 2020-05-09 14:07:25 +02:00
Tien Nguyen
a36fe308d8 Translated using Weblate (Vietnamese)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/vi/
2020-05-09 08:03:33 -04: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
andra5
ed12e7c4f9 Translated using Weblate (German (Swiss))
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/gsw/
2020-05-08 19:12:07 -04:00
Joe Kang
1ef40ac446 Translated using Weblate (Korean)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/ko/
2020-05-08 14:13:07 -04:00
Dmitry Lyzo
7952511691 Remove flex support checking - should be supported anyway 2020-05-08 15:45:55 +03: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
Dmitry Lyzo
345ccaf16e Fix browserslist for autoprefixer 2020-05-08 13:50:04 +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
MrTimscampi
2d972efa0a Remove useless expressions 2020-05-08 10:55:49 +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
Julien Machiels
89d475434f Fix API keys table caption
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2020-05-08 10:44:44 +02:00
MrTimscampi
45da9c0a39 Fix more accessibility and blockers 2020-05-08 10:44:42 +02:00
MrTimscampi
b9681dbfe5 Add CSS class to add elements targeting screen readers 2020-05-08 10:40:49 +02:00
MrTimscampi
9cd6627eed Make API Keys table more accessible to screen readers 2020-05-08 10:40:47 +02:00
MrTimscampi
8da3735118 Fix security issues reported by Sonarqube 2020-05-08 10:39:58 +02:00
dkanada
41ba09a316
Merge pull request #1114 from redSpoutnik/fix-subtitlesync-textfield
Fix SubtitleSync-TextField behavior
2020-05-08 16:47:40 +09:00
dennisgerding
4ef66ad290 Translated using Weblate (Dutch)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/nl/
2020-05-08 03:30:00 -04: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
dkanada
89851490f5
Merge pull request #1196 from MrTimscampi/apiclient-leftovers
Remove leftover API client file
2020-05-08 15:57:12 +09:00