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

972 commits

Author SHA1 Message Date
MrTimscampi
9e3ca706c4 Force the use of single quotes 2020-05-04 12:44:12 +02:00
Vasily
d5c7078c3f
Merge pull request #1131 from dmitrylyzo/fix-icons-webos2
Icons for WebOS 2
2020-05-03 23:24:26 +03:00
Sarab Singh
ffcb04e753 no more breaking of screensaver 2020-05-03 03:20:40 +05:30
Dmitry Lyzo
a3bc8c183e Use remove+add pattern for icons 2020-05-02 14:02:44 +03:00
Sarab Singh
52ab4338e7 stupid lint 2020-05-02 02:54:14 +05:30
Sarab Singh
d920afe61b spaces 2020-05-02 02:40:48 +05:30
Sarab Singh
779bb20944 download button fix on top action bar 2020-05-02 02:31:13 +05:30
Sarab Singh
5a6b097ed9 image link from remote web client fix 2020-05-02 02:28:58 +05:30
Sarab Singh
31f53d0855 download button only if permission 2020-05-02 00:57:51 +05:30
dkanada
52fe5213f3
Merge pull request #1150 from nielsvanvelzen/wherearemytags
Remove limit of 50 for tag filter
2020-05-01 18:45:12 +09:00
Vasily
c23e301e32
Merge pull request #1146 from JustAMan/webos2-play
Fix some issues blocking WebOS 1.2 / 2.0
2020-04-30 12:13:42 +03:00
Vasily
eb00af5e84
Update src/components/maintabsmanager.js
Co-Authored-By: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-04-30 01:41:52 +03:00
Dmitry Lyzo
d98645135b
Merge branch 'master' into fix-icons-webos2 2020-04-30 00:55:43 +03:00
ferferga
0117bf476a Merge remote-tracking branch 'upstream/master' into global-globalize 2020-04-29 23:47:52 +02:00
Vasily
9027886bb0
Merge pull request #978 from joshuaboniface/improve-builds
Improve and split builds
2020-04-30 00:29:39 +03:00
Dmitry Lyzo
76dfab5cef Merge remote-tracking branch 'upstream/master' into fix-icons-webos2
Conflicts:
	src/components/remotecontrol/remotecontrol.js
2020-04-28 19:18:37 +03:00
Niels van Velzen
8eba4fb866 Remove limit of 50 for tag filter 2020-04-28 17:43:06 +02:00
Dmitry Lyzo
6a258c055b Update quotes style 2020-04-28 18:04:39 +03:00
Dmitry Lyzo
33a6daf6b6 Update loop 2020-04-28 17:50:34 +03:00
Dmitry Lyzo
7905a868c8 Merge remote-tracking branch 'upstream/master' into fix-icons-webos2
Conflicts:
	src/controllers/dashboard/plugins/available.js
	src/controllers/dashboard/plugins/installed.js
2020-04-28 16:55:33 +03:00
Dmitry Lyzo
c7401e9a87 Merge remote-tracking branch 'upstream/master' into fix-remotecontrol-button 2020-04-28 16:30:20 +03:00
Dmitry Lyzo
4609e22520 Update style 2020-04-28 16:09:40 +03:00
Dmitry Lyzo
1f3620e219 Move HTML generation to more appropriate place 2020-04-28 15:57:34 +03:00
Vasily
0bd9e87b38 Use CustomElements.upgradeSubtree() as an easier way of making sure the element is ready 2020-04-28 15:40:27 +03:00
Vasily
e4bafe3c05 temp break stuff back 2020-04-28 14:14:37 +03:00
Vasily
0ec98cc146 Add option to device profileBuilder() to accept client render of ASS 2020-04-27 23:09:59 +03:00
Vasily
85002fa5c2 Create tabs custom element properly 2020-04-27 18:49:11 +03:00
Vasily
1f8d1184d8 Do not call Notification.requestPermission() if it is already granted or denied
This function crashes the app on WebOS 1.2, and notifs do not work on WebOS anyway
2020-04-27 18:49:11 +03:00
dkanada
cc60acd86b
Merge pull request #1135 from MrTimscampi/screenfull-ios-fix
Fix an issue with Screenfull on iOS
2020-04-27 13:19:43 +09:00
dkanada
47d8ef7fc2
Merge pull request #1134 from MrTimscampi/latest-tv-posters
Use posters for latest TV shows
2020-04-26 23:24:43 +09:00
dkanada
748258966f
Merge pull request #1127 from Delgan/improve-nthing-here
Fix pointer missing in "create new lib" link
2020-04-26 23:23:10 +09:00
dkanada
be44db0e3d
Merge pull request #1121 from jellyfin/routes
Update more route locations
2020-04-26 23:22:05 +09:00
MrTimscampi
cf6cb0ac1d Fix another Screenfull issue 2020-04-26 16:16:48 +02:00
MrTimscampi
eb6f70240a Fix an issue with Screenfull on iOS 2020-04-26 16:07:07 +02:00
ferferga
97fafae1bc Replce missing globalizes 2020-04-26 15:04:00 +02:00
ferferga
54eb916cfe Merge remote-tracking branch 'upstream/master' into global-globalize 2020-04-26 14:44:01 +02:00
MrTimscampi
9d0aa06264 Remove log lines 2020-04-26 14:18:43 +02:00
Dmitry Lyzo
6fe9a8c3e9 Change icon tag to span 2020-04-26 13:29:47 +03:00
Dmitry Lyzo
d088f5ef05 Move icons into class 2020-04-26 13:29:47 +03:00
MrTimscampi
fcb6808a9f Use square shape for homevideos items in home sections 2020-04-26 10:19:10 +02:00
MrTimscampi
4113f001cb Use posters for latest TV shows 2020-04-26 10:07:09 +02:00
Joshua M. Boniface
5330fd1228
Merge branch 'master' into improve-builds 2020-04-25 22:20:49 -04:00
Delgan
9a08d8dbc4 Fix pointer missing in "create new lib" link 2020-04-25 10:11:38 +00:00
Dmitry Lyzo
e600943ab1 Fix event subscription 2020-04-25 11:42:45 +03:00
dkanada
227f203ac3
Merge pull request #1124 from MrTimscampi/ps4-layout
Use TV layout by default on PS4
2020-04-25 17:05:51 +09:00
MrTimscampi
1118f442f6 Use TV layout by default on PS4 2020-04-24 21:44:18 +02:00
MrTimscampi
bd092a5400 Move headroom to bundle 2020-04-24 18:06:59 +02:00
dkanada
1843927576 move some files to more reasonable locations 2020-04-24 23:37:27 +09:00
dkanada
5be5f25841
Merge pull request #1083 from mark-monteiro/handle-auth-response-codes-correctly
Handle 401 & 403 Server Responses Correctly
2020-04-23 14:10:35 +09:00
samuel9554
b5705c1c21 Zoom in on photo fix CSS 2020-04-22 16:18:09 -04:00