Commit Graph

3626 Commits

Author SHA1 Message Date
grafixeyehero
7fe80dcbf1 apply suggestion 2020-06-26 21:15:00 +03:00
grafixeyehero
857c1d8e2a apply suggestion 2020-06-13 17:33:56 +03:00
grafixeyehero
cf1ca53f9c replace require with Dynamic Imports 2020-06-11 22:07:24 +03:00
grafixeyehero
eff468dc82 Migration imageOptionsEditor and libraryoptionseditor to es6 2020-06-09 22:28:08 +03:00
Anthony Lavado
336c7bc5f9
Merge pull request #1357 from ferferga/blurhash
Change key name from EnableFastImageFadeIn to EnableFasterAnimations
2020-06-04 17:20:54 -04:00
Anthony Lavado
07789fc504
Merge pull request #1355 from MrTimscampi/gaudy-shit-be-gone
Make the default card colors look less like rainbow vomit
2020-06-04 17:02:42 -04:00
ferferga
966ea7bb80 Change key name from EnableFastImageFadeIn to EnableFasterAnimations 2020-06-04 22:44:58 +02:00
MrTimscampi
96f41cfe24 Make the default card colors look less like rainbow vomit 2020-06-04 21:38:10 +02:00
WWWesten
e651bf8424 Translated using Weblate (Russian)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/ru/
2020-06-04 14:57:53 -04:00
amirmasoud
c0054dc678 Translated using Weblate (Persian)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/fa/
2020-06-04 14:57:53 -04:00
Nelebh
6a5d0bdcf6 Translated using Weblate (Spanish)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/es/
2020-06-04 14:57:53 -04:00
Anthony Lavado
205d80e0ec
Merge pull request #1286 from ferferga/blurhash
Implement blurhash (follow-up of #987 but from scratch)
2020-06-04 14:57:48 -04:00
ferferga
ef26e0d37e Address review comments (Part 2) 2020-06-04 19:44:00 +02:00
Delgan
7d6dca7907
Merge branch 'master' into es6-modules-components-playback 2020-06-04 19:13:53 +02:00
ferferga
855b9169ce Address review comments 2020-06-04 19:09:02 +02:00
ferferga
d04505e955 Fix cases where itemId was also undefined during the previous logic 2020-06-04 18:15:05 +02:00
ferferga
1591aef481 Fallback to old behaviour when blurhash for specific item doesn't exist 2020-06-04 18:13:28 +02:00
Moritz
b58af64350 Translated using Weblate (German)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/de/
2020-06-04 10:32:38 -04:00
Lukáš Kucharczyk
0500eff3a5 Translated using Weblate (Czech)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/cs/
2020-06-04 05:52:58 -04:00
dkanada
5dcfd490c3
Merge pull request #908 from masterkoppa/fix-888
Make item detail overview expandable (Fix #888)
2020-06-04 15:59:42 +09:00
Andres Ruiz
68762d8012
Use correct string for translation, add ShowLess
Use the right string form for the string translation for the dynamic strings, add the `ShowLess` version.

Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-06-03 23:28:26 -04:00
MrTimscampi
8707de7124 Move bookPlayer to plugins folder 2020-06-03 22:17:01 +02:00
MrTimscampi
803346191f Move chromecastHelpers to plugins directory 2020-06-03 22:17:01 +02:00
MrTimscampi
128baad126 Move plugins to a dedicated directory 2020-06-03 22:17:01 +02:00
dkanada
e5a13a2020
Merge pull request #1294 from jellyfin/checkbox
Remove legacy jquery function from source
2020-06-04 04:55:52 +09:00
amirmasoud
23a0a291c9 Translated using Weblate (Persian)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/fa/
2020-06-03 14:36:22 -04:00
dkanada
5b79286ee9
Merge branch 'master' into checkbox 2020-06-04 03:13:51 +09:00
dkanada
d728e8f47c
Merge pull request #1309 from bendardenne/transfer-whole-playlist
Transfer whole playlist when transferring playback
2020-06-03 15:34:39 +09:00
dkanada
33dd31013a
Merge pull request #1344 from Artiume/patch-4
Change Default for OptionAutomaticallyGroupSeries
2020-06-03 15:30:58 +09:00
dkanada
b207150211
Merge pull request #1342 from dmitrylyzo/fix-userSettings-chromecastVersion
Fix userSettings.chromecastVersion call
2020-06-03 15:30:17 +09:00
Andres J Ruiz Torres
0e74e89950 Translate dynamic toggle messages 2020-06-02 23:15:15 -04:00
MrTimscampi
000de9279b Fix translation and TV layout on Show More button 2020-06-02 23:13:48 -04:00
Andres J Ruiz Torres
ed0eefb5c7 Add a linkbutton control to show/hide more
User a linkbutton element adjecent to the overview to control
the expanded / shrunken state.

The button will show dynamically based on the
detected content size.
2020-06-02 23:13:48 -04:00
Andres J Ruiz Torres
8154abc525 Remove fallback values 2020-06-02 23:13:48 -04:00
Andres Ruiz
1ddfd2c7bb Add onClick for an expandable Overview of item details
Adds a onClick action that toggles expanding the item detail
Overview. By default it crops the text to 12 lines on mobile, 6
on larger viewports.

-webkit-line-clamp is supported on all Webkit browsers and Firefox
as of 3/2020. A fallback with max-height is provided as well.

Fixes #888
2020-06-02 23:13:48 -04:00
ferferga
169ecacc62 Address review comments 2020-06-02 22:02:13 +02:00
artiume
40481046f4
Change Default for OptionAutomaticallyGroupSeries 2020-06-02 15:41:58 -04:00
ferferga
d32dd7d7d8 Appply review suggestions 2020-06-02 17:59:08 +02:00
Mohammadreza Firoozeh
b8ee2f86b0 Translated using Weblate (Persian)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/fa/
2020-06-01 13:41:03 -04:00
Dmitry Lyzo
a955aeb1cb Delay access to userSettings 2020-06-01 19:38:59 +03:00
Dmitry Lyzo
021650e6ab Fix userSettings.chromecastVersion call 2020-06-01 19:17:23 +03:00
000
a0b99f0c02 Translated using Weblate (Chinese (Simplified))
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/zh_Hans/
2020-06-01 11:38:22 -04:00
Mohammadreza Firoozeh
fbedfad6f5 Translated using Weblate (Persian)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/fa/
2020-06-01 11:12:01 -04:00
dkanada
51b2eba8f1
Merge pull request #1341 from MrTimscampi/syncplay-fix
Fix traceback in SyncPlay when casting to Google Cast
2020-06-01 23:58:52 +09:00
MrTimscampi
e56d1833c7 Fix error in player capabilities checking with syncplay 2020-06-01 16:14:06 +02:00
dkanada
9556949885
Merge pull request #1232 from MrTimscampi/sonarcloud-3
Fix more sonarqube bugs
2020-06-01 14:58:22 +09:00
Joshua M. Boniface
16fad06d97
Merge pull request #1331 from MrTimscampi/fix-standalone
Remove non-standalone mode
2020-05-31 01:01:24 -04:00
dkanada
3abb89463f
Merge pull request #1328 from MrTimscampi/epub-format-detection
Add format checking to EPUB player
2020-05-31 13:59:30 +09:00
MrTimscampi
e2ae0d1e2b Fix linting errors 2020-05-30 23:15:06 +02:00
Alexandre Badalo
c44c5556d5 Translated using Weblate (Portuguese)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/pt/
2020-05-30 17:01:19 -04:00