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

1161 commits

Author SHA1 Message Date
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
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
dkanada
19849d8afb
Merge pull request #1269 from jellyfin/photos
Convert photo player to class
2020-05-30 20:47:13 +09:00
MrTimscampi
d8375efc69 Add Path to home sections
Fixes play button on home sections for books
2020-05-30 13:33:38 +02:00
MrTimscampi
9535d94ab7 Add Path field to List query
Fixes the lack of play button on books
2020-05-30 13:15:49 +02:00
MrTimscampi
0c302adbb5 Add format checking to EPUB player 2020-05-30 13:00:51 +02:00
dkanada
f0d337ee37 fix default export for photo player 2020-05-30 19:51:57 +09:00
dkanada
9cae07205c
Merge pull request #1263 from itegulov/books
Implement minimalistic EPUB reader
2020-05-30 19:02:52 +09:00
Daniyar Itegulov
fe9a825aa1
Make book player report percentage progress based on CFI location 2020-05-29 19:13:02 +10:00
dkanada
c13fc65dd0
fix import statement in photo player
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-05-29 16:47:21 +09:00
MrTimscampi
aa2315f355 Update dependencies 2020-05-29 00:25:30 +02:00
Daniyar Itegulov
8d51ae6fb4
Remove unused imports from book player 2020-05-28 21:22:32 +10:00
Daniyar Itegulov
a711c8e9f7
Refactor table of contents into its own class 2020-05-28 21:22:32 +10:00
dkanada
70ab8af6e7 update imports for photo player 2020-05-28 18:33:28 +09:00
Daniyar Itegulov
063ef77ff1
Refactor book player to make use of lambdas and get rid of self 2020-05-28 18:45:28 +10:00
Daniyar Itegulov
c7a89ae74b
Make book player display an error on non-epub books 2020-05-28 18:39:49 +10:00
Daniyar Itegulov
2201d693e2
Make book player plugin exit gracefully 2020-05-28 18:38:13 +10:00
dkanada
9ce36bc2e0
Merge pull request #1305 from Influence365/master
Edit Image Cropped Fix #1207
2020-05-28 03:09:43 +09:00
dkanada
e140381a02
Merge pull request #1288 from jellyfin/banner
Add display preference for details banner and update some defaults
2020-05-28 03:08:35 +09:00
dkanada
210dbd6d06
Merge branch 'master' into photos 2020-05-28 02:43:03 +09:00
dkanada
87b9eefc91
Merge branch 'master' into books 2020-05-28 02:40:38 +09:00
dkanada
696776f175
add code suggestions
Co-authored-by: Julien Machiels <julien.machiels@protonmail.com>
2020-05-27 21:12:33 +09:00
dkanada
0641f60b78
Merge pull request #1310 from Artiume/patch-4
Add Genres to Home Screen
2020-05-27 21:10:18 +09:00
gion
385f0a0beb Merge remote-tracking branch 'upstream/master' into syncplay 2020-05-27 10:42:29 +02:00
Influence365
0d7d4c7d15
Reverted previous commit 2020-05-27 07:17:45 +01:00
Influence365
c9a6753aba
Update imageeditor.js 2020-05-27 07:17:06 +01:00
Influence365
9cc10c32ab
Update to imageeditor.js for bug fix #1207 2020-05-27 07:16:24 +01:00
Influence365
ef0b4b5f51
Update to imageDownloader.js for bug fix #1207 2020-05-27 07:15:26 +01:00
artiume
5ef5f10795
Add Genres to Home Screen 2020-05-26 17:56:54 -04:00
MrTimscampi
bc4c591698 Merge remote-tracking branch 'upstream/master' into sonarcloud-3 2020-05-26 20:01:49 +02:00
Influence365
04e27d98d5
Update to imageDownloader.js for bug fix jellyfin#1207 2020-05-26 14:32:47 +01:00
Influence365
722c8321b0
Update to imageeditor.js for bug fix jellyfin#1207 2020-05-26 14:31:52 +01:00
Influence365
71e1c890ae
update card.css for bug fix jellyfin#1207 2020-05-26 14:30:53 +01:00
dkanada
3b6fa7e972 add display preference for details banner and update some defaults 2020-05-24 18:30:35 +09:00
dkanada
7b5fc90c2d
Merge pull request #1282 from Artiume/patch-2
Move Network paths to be next to Optional Path
2020-05-23 12:35:16 +09:00
dkanada
f7f778b353 fix toc button for new book player class 2020-05-22 10:55:34 +09:00
dkanada
512f33a7fb fix all indentation issues in book player 2020-05-22 10:42:58 +09:00
dkanada
5b2837f137 use a class and imports for the book player 2020-05-22 10:39:21 +09:00
dkanada
09e051bfab merge branch master into books 2020-05-21 11:58:25 +09:00
Bill Thornton
e0c9c0566c Make the share url link to the actual item instead of github 2020-05-20 17:03:01 -04:00
Anthony Lavado
1437ef3eb9
Merge pull request #1222 from MrTimscampi/metadata-editor
Make dialogs more bearable
2020-05-20 12:29:04 -04:00
artiume
28f5bdb854
Update directorybrowser.js 2020-05-20 10:44:27 -04:00
artiume
4c467730d2
Move Network paths to be next to Optional Path
This was present from when network paths were valid for libraries. No longer valid but could still be useful for Optional Network Path,
2020-05-20 10:18:01 -04:00
Vasily
8f85ca24fb
Merge pull request #1229 from ferferga/scrollbar-placeholder
Keep scrollbar always present to avoid UI clipping
2020-05-20 15:20:19 +03:00
dkanada
0155059778
Merge pull request #1280 from dmitrylyzo/fix-dependency-loop
Fix dependency loop
2020-05-20 18:58:52 +09:00
Dmitry Lyzo
5d87fb865f Remove unused dependency 2020-05-20 00:36:43 +03:00
Dmitry Lyzo
29b9dac5f4 Fix dependency loop 2020-05-20 00:36:30 +03:00
Dmitry Lyzo
f6c3b9bf94 Fix item loop in actionSheet 2020-05-19 20:37:18 +03:00