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

1957 commits

Author SHA1 Message Date
Bill Thornton
3e56bf6149 Remove unused parameter 2020-12-03 01:28:01 -05:00
Bill Thornton
042c0248a0 Add item path to card data to support canPlay check 2020-12-03 01:12:52 -05:00
Bill Thornton
827a065de0
Merge pull request #1993 from sparky8251/unfuck-quality-options
Removed excess quality options to make menu more manageable
2020-12-02 19:05:47 -05:00
Bill Thornton
0ba27ad4d9 Fix invalid hrefs 2020-12-02 14:01:07 -05:00
Bill Thornton
5c009f287c Fix handling of /#!/ routes in appRouter 2020-12-02 13:59:49 -05:00
Bill Thornton
7827822389 Fix 4Mbps value 2020-12-02 11:16:28 -05:00
dkanada
6f1b3c8c9f
Merge pull request #2150 from thornbill/fix-plugin-init
Fix plugin initialization for dynamic imports
2020-12-02 11:48:22 +09:00
dkanada
05721b2168
Merge pull request #2141 from thornbill/add-remote-image-auth
Add api key to remote image urls
2020-12-02 11:46:57 +09:00
dkanada
f9d5a498f5
Merge pull request #2140 from thornbill/yet-another-startup-fix
Fix use of global ApiClient in authenticate middleware
2020-12-02 11:46:34 +09:00
sparky8251
4971a90947 Address comments 2020-11-30 11:52:13 -05:00
Bill Thornton
db6391c6c1 Fix dynamic plugin import 2020-11-30 11:50:00 -05:00
Bill Thornton
481e62a6e0 Add check that an item can be played before playing via default action 2020-11-30 11:38:51 -05:00
Bill Thornton
76d2b7018c
Merge pull request #2135 from nyanmisaka/ac3-is-remuxing-only
Do not use AC3 for audio transcoding if AAC and MP3 are supported
2020-11-30 11:14:00 -05:00
Bill Thornton
da2ff98335
Merge pull request #2138 from nyanmisaka/fix-music-overlap
Fix the overlap in iOS music view and the hidden nowPlayingBar
2020-11-30 08:20:33 -05:00
Nyanmisaka
c74a4307b6
Apply suggestions from code review
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-11-30 18:03:36 +08:00
Bill Thornton
a513685954 Add api key to remote image urls 2020-11-30 00:19:44 -05:00
Bill Thornton
8668c1511d Fix use of global ApiClient in authenticate middleware 2020-11-30 00:00:43 -05:00
nyanmisaka
3bde8f1b65 allow version check for profileBuilder in nativeshell 2020-11-30 01:28:33 +08:00
nyanmisaka
eb915cefcf fix nowPlayingBar is still hidden after exiting the music control pannel 2020-11-29 22:33:56 +08:00
Niels van Velzen
5d2c5aa77c
fix trailing space 2020-11-29 14:57:24 +01:00
Niels van Velzen
f6a83c3701
Make linter happy 2020-11-29 14:46:18 +01:00
Niels van Velzen
00c6501dc8
Support async plugin loading from window 2020-11-29 14:36:25 +01:00
nyanmisaka
c9becabced fix the overlap in iOS music view 2020-11-29 21:12:07 +08:00
dkanada
24286c90f2
Merge pull request #2027 from dmitrylyzo/no-hover-on-touch
Remove custom hover style
2020-11-28 17:50:43 +09:00
Bill Thornton
a027ba7143
Merge pull request #2121 from thornbill/fix-fetcher-settings
Fix fetcher settings html import
2020-11-26 01:42:33 -05:00
Bill Thornton
db6cfba9c7 Remove unneeded async 2020-11-25 15:13:03 -05:00
Bill Thornton
001559ee95 Remove unneeded async 2020-11-25 14:28:41 -05:00
Bill Thornton
7c46427761 Fix another code smell 2020-11-25 10:34:49 -05:00
Bill Thornton
2d97a56f51 Fix code smells 2020-11-25 10:28:41 -05:00
Bill Thornton
1a0789f7b9 Fix lint errors 2020-11-25 00:40:53 -05:00
Bill Thornton
d8f2cc1245 Use static imports for html templates 2020-11-25 00:17:24 -05:00
Bill Thornton
12eb66210b Fix fetcher settings html import 2020-11-24 23:13:15 -05:00
BaronGreenback
225a41b780
Update homesections.js
Removed SeriesInfo
2020-11-22 20:38:56 +00:00
Joshua M. Boniface
3961657c70
Merge pull request #1918 from jellyfin/standalone
Fix startup wizard redirect and standalone mode
2020-11-21 22:25:50 -05:00
Joshua M. Boniface
b3cdb019c7
Merge pull request #1212 from redSpoutnik/feature-manually-add-subtitle
Feature: manually add subtitle
2020-11-21 21:55:20 -05:00
Dmitry Lyzo
1568891059 SonarCloud 2020-11-22 02:51:57 +03:00
Dmitry Lyzo
d2263c761c Fix video OSD
Signed-off-by: Dmitry Lyzo <ashephard0@gmail.com>
2020-11-22 02:15:32 +03:00
Dmitry Lyzo
862105968c Remove AppInfo
Signed-off-by: Dmitry Lyzo <ashephard0@gmail.com>
2020-11-22 02:15:27 +03:00
Dmitry Lyzo
5592cb7d4e Merge remote-tracking branch 'origin/master' into standalone
Conflicts:
	package.json
	src/components/appRouter.js
	src/components/require/requiretext.js
	src/config.json
	src/scripts/clientUtils.js
	src/scripts/settings/webSettings.js
	src/scripts/site.js
2020-11-22 02:15:14 +03:00
Dmitry Lyzo
1c91c62dfe Remove custom hover style 2020-11-22 00:21:45 +03:00
cameron clark
9e28d2d4cc remove require 2020-11-21 21:08:51 +00:00
Bill Thornton
c7f365b776
Merge pull request #2061 from cvium/remove_advanced_toggle_libraryeditor
Remove advanced toggle for library editor
2020-11-21 16:01:57 -05:00
Bill Thornton
ec7347dbb4
Merge pull request #2028 from danieladov/master
Hide progress bar when playing theme media
2020-11-21 16:01:22 -05:00
Cameron
aea66e008a
Merge branch 'master' into feature-manually-add-subtitle 2020-11-21 20:32:46 +00:00
Bill Thornton
f3d1b77058
Merge pull request #1903 from dmitrylyzo/return-of-the-scrollbar
Return permanent scrollbar
2020-11-21 15:28:08 -05:00
Bill Thornton
b212dbaba7
Merge pull request #1806 from matjaz321/unavailable-yt-video-trailer-bug-fix
Bug fix for: Cannot exit unavailable/private trailers
2020-11-21 15:25:13 -05:00
Dmitry Lyzo
89e2e77886 Add default error text 2020-11-21 22:51:24 +03:00
Dmitry Lyzo
3124a4af9b
Merge branch 'master' into unavailable-yt-video-trailer-bug-fix 2020-11-21 22:30:04 +03:00
Thibault Nocchi
bf995e4d63 Applied fixes for exit button on mobile 2020-11-21 19:35:31 +01:00
Thibault Nocchi
0122ef1e03 Applied some slideshow fixes 2020-11-21 19:35:31 +01:00