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

2243 commits

Author SHA1 Message Date
Bill Thornton
7390314001
Merge pull request #2472 from jellyfin/dkanada-patch-1
add border radius to several card elements
2021-05-04 13:17:41 -04:00
Bill Thornton
7c0eba9853
Merge pull request #2627 from BrianCArnold/AddBurnInAll
Added ability to burn in all subtitles, including SRT.
2021-05-03 12:39:31 -04:00
Joshua M. Boniface
2dd2e26f9e Address eslint errors
1. Remove apiClient from getRemoteImageHtml function.
2. Delete empty line.
2021-05-02 01:27:41 -04:00
Joshua M. Boniface
55fac2448c Remove image proxying through API
Removes the web interface image proxying through the `/Images/Remote`
and `/Items/RemoteSearch/Image` API endpoints. This appears to be those
endpoints' only usage in the web client.
2021-05-02 01:10:47 -04:00
Ian Walton
d896a726a9 Add unexpected exception handling to AutoSet. 2021-05-01 17:52:54 -04:00
Ian Walton
e0a13bfe6a Handle more possible issues with AutoSet. 2021-05-01 01:28:17 -04:00
Nathan Mascitelli
054e34d499 Add continue reading to template 2021-04-29 22:29:11 -04:00
Nathan Mascitelli
3ab41f77ea Apply suggestions from code review
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2021-04-29 22:29:11 -04:00
Nathan Mascitelli
064b85d0ee Set correct data-monitor based on type 2021-04-29 22:29:11 -04:00
Nathan Mascitelli
92e88e03e0 Add a continue reading section 2021-04-29 22:29:11 -04:00
Brian C. Arnold
9b05dab27e Added ability to burn in all subtitles, including SRT. 2021-04-29 07:55:49 -04:00
Dmitry Lyzo
9edd205e22 Partial revert a3949c1889 2021-04-29 11:31:52 +03:00
Anthony Lavado
9f1bfe1631
Merge pull request #2620 from dmitrylyzo/hide-search-alphapicker-on-tv 2021-04-26 09:47:36 -04:00
Dmitry Lyzo
f233182573 Add 'scroll on focus' to emby-tabs 2021-04-25 11:27:16 +03:00
Ian Walton
d8e7e14da0 Add subtitle/audio auto-set feature. 2021-04-24 19:09:07 -04:00
Dmitry Lyzo
59efc60c47 Hide AlphaPicker on Search page for real TVs 2021-04-25 01:28:34 +03:00
Dmitry Lyzo
e652fbce54 Fix video filters hiding 2021-04-25 00:54:47 +03:00
Ian Walton
8cae67d9b9 Allow client custom css and disabling global server custom css. 2021-04-24 14:39:47 -04:00
Ian Walton
123ff9f834 Add toast and confirm to pluginManager. 2021-04-19 18:37:44 -04:00
Ian Walton
e9d3d6bd36 Merge remote-tracking branch 'upstream/master' into unstable 2021-04-14 20:50:07 -04:00
Ian Walton
db107ff300 Add inputManager to plugin. 2021-04-14 19:00:17 -04:00
Odd Stråbø
63ea97ad74
Make eslint happy 2021-04-14 07:46:11 +02:00
Odd Stråbø
9429f335b9 Ensure that height gets set in the image request
Request quality of 96, for up to 16 less jpeg
2021-04-13 19:14:06 +02:00
Dmitry Lyzo
9562a96f81 Fix lint errors 2021-04-13 15:42:37 +03:00
Dmitry Lyzo
3d7562d3ff Fix missing border radius and Poster/Thumb Card style 2021-04-13 15:06:46 +03:00
Dmitry Lyzo
2fc3dff75a Fix border radius for slow TV 2021-04-12 22:21:08 +03:00
BrianCArnold
62a791fad5
Update mediainfo.js
Fix missing const keyword and spacing on operator.
2021-04-12 10:43:25 -04:00
BrianCArnold
6a828074ae
Merge pull request #1 from jellyfin/master
Merge from Main/Master
2021-04-12 10:39:20 -04:00
BrianCArnold
115684f7dd
Update mediainfo.js
Fix typo regarding source of Ticks
2021-04-12 10:38:08 -04:00
Bill Thornton
2c85b7806b
Merge pull request #2514 from oddstr13/image-fill-resize
Add support for fillWidth and fillHeight
2021-04-11 12:30:06 -04:00
Dmitry Lyzo
6b5eca7631 Add LogIn/LogOut event handlers to NativeShell 2021-04-11 13:58:48 +03:00
Ian Walton
911a5fa847 Fix issues. 2021-04-10 22:01:37 -04:00
Ian Walton
68e74ede99 Enhance NativeShell for JMP. 2021-04-10 21:55:07 -04:00
Ian Walton
93aefafdee Allow setting a desired SyncPlay wrapper. 2021-04-10 21:54:59 -04:00
Ian Walton
0671d7086b Make playbackPermissionManager respect appHost capabilities. 2021-04-10 21:54:53 -04:00
Claus Vium
1950126141
fix 2021-04-10 11:45:55 +02:00
Claus Vium
e04a9699a7
Revert "fix: redirect to login if stored credentials are invalid" 2021-04-10 10:21:21 +02:00
Bill Thornton
a025771410
Merge pull request #2509 from jellyfin/disable-first-episode
Disable first episodes in Next Up home section
2021-04-09 15:19:20 -04:00
Ian Walton
b67a126468 Fix race condition in upnextdialog that hides the player. 2021-04-07 22:36:45 -04:00
Bill Thornton
09856cc8c1
Merge pull request #2355 from thornbill/fix-warnings
Fix warnings
2021-04-07 17:11:44 -04:00
Ian Walton
12232491b8 eslint cleanup 2021-04-07 02:12:07 -04:00
Ian Walton
456f32ee15 Support features for JellyfinMediaPlayer. 2021-04-07 01:39:34 -04:00
Brian Arnold
842fb086b9 Changed calculation for media info run time to render hours when greater than 59 minutes 2021-03-31 02:35:21 -04:00
cvium
b50c06b0f5 this should be appRouter 2021-03-29 21:29:59 +02:00
cvium
24f6d88308 please mr linter 2021-03-29 20:51:41 +02:00
cvium
2e58ce0d18 fix: redirect to login if stored credentials are invalid 2021-03-29 20:41:50 +02:00
dkanada
c369c5b73c merge branch 'master' into dkanada-patch-1 2021-03-26 19:49:50 +09:00
Bill Thornton
1a2f325b9d Fix lint errors 2021-03-23 11:29:17 -04:00
Bill Thornton
a3949c1889 Fix sonarqube issues 2021-03-23 11:28:20 -04:00
Bill Thornton
be9f964c18 Remove useless escape characters 2021-03-23 11:28:20 -04:00