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

2801 commits

Author SHA1 Message Date
Bill Thornton
6f3aa2f1df Fix eslint issues 2023-03-29 00:38:22 -04:00
Joe Rogers
76b620b621
Use form validation to ensure required fields are filled on submission 2023-03-16 16:07:27 -04:00
Bill Thornton
4937f2d60c Add random int utility function 2023-03-14 01:32:36 -04:00
Bill Thornton
f05e216a4e
Merge pull request #4199 from Shadowghost/collection-settings
Add setting for collection management
2023-03-13 13:33:28 -04:00
Shadowghost
43addea602 Only disable collection management for TV 2023-03-13 18:17:28 +01:00
Bill Thornton
0cec50c6aa
Merge pull request #4401 from thornbill/add-plugin-types
Add plugin types
2023-03-10 15:23:06 -05:00
Bill Thornton
3a784ad928
Merge pull request #4403 from thornbill/eslint-radix
Add eslint radix rule for parseInt
2023-03-10 15:22:32 -05:00
Dmitry Lyzo
2c4d065e0e Backport pull request #4362 from jellyfin/release-10.8.z
Fix subtitle offset reset when seeking progressive stream

Original-merge: af27e084d5

Merged-by: Bill Thornton <thornbill@users.noreply.github.com>

Backported-by: crobibero <cody@robibe.ro>
2023-03-09 19:43:07 -05:00
Shadowghost
85fcf9821a Add setting for collection management 2023-03-09 22:03:39 +01:00
Bill Thornton
082a8319fd Remove redundant inline eslint rules 2023-03-09 00:20:46 -05:00
Bill Thornton
329cf77c81 Add eslint radix rule for parseInt 2023-03-09 00:20:11 -05:00
Bill Thornton
64ecc3eae7 Add plugin types 2023-03-08 11:08:19 -05:00
Pier-Luc Ducharme
cf5d65d86e
Simplify code with object shorthand syntax 2023-03-07 23:24:12 -05:00
Pier-Luc Ducharme
29f16d5a04
Refactor userdatabuttons to follow max-params rule 2023-03-07 23:19:46 -05:00
Pier-Luc Ducharme
6544b7c698
Refactor playbackmanager to follow max-params rule 2023-03-07 23:19:16 -05:00
Pier-Luc Ducharme
e9369e40bd
Refactor imageeditor to follow max-params rule 2023-03-07 22:50:29 -05:00
Pier-Luc Ducharme
5e5988c107
Refactor guide to follow max-params rule 2023-03-07 22:50:29 -05:00
Pier-Luc Ducharme
dc5ab265f6
Refactor cardBuilder to follow max-params rule 2023-03-07 22:50:29 -05:00
Bill Thornton
8a0e2f142d
Merge pull request #4389 from JRaspass/master
Remove old Emby (3.x) version checks
2023-03-07 11:45:50 -05:00
James Raspass
bd9d3e5f65 Remove old Emby (3.x) version checks
As per https://trello.com/c/sA25wd46/8-remove-old-emby-3x-version-checks
2023-03-06 19:23:47 +00:00
robert-hamilton36
1c5f17d738 Edit CSS to avoid text overflow 2023-03-06 14:26:25 +13:00
Bill Thornton
b3195991a3 Move public pages to react-router 2023-03-01 09:55:01 -05:00
Bill Thornton
5cb92899e0
Merge pull request #4378 from 1netanel/styles-cleanup
Reorganized sass files to be in src/styles instead of src/assets/css
2023-03-01 09:49:07 -05:00
Bill Thornton
207715aac3
Merge pull request #4373 from iwalton3/add-dashboard-to-pluginManager
Add dashboard to plugin manager.
2023-03-01 09:45:03 -05:00
Bill Thornton
84f4e7c991 Fix login page redirect 2023-02-28 15:38:08 -05:00
Bill Thornton
de61dd6b87
Merge pull request #4311 from lucaperl/patch-1
Add "Light Grey" and "Dark Grey" to subtitle color selection
2023-02-27 10:31:36 -05:00
Netanel Henya
494c0ed434 cleanup: reorganized sass files to be in src/styles instead of src/assets/css 2023-02-26 01:01:31 +02:00
Ian Walton
66dcbd59ca Add ServerConnections to pluginManager exported functions. 2023-02-23 23:07:55 -05:00
Ian Walton
c16c6269a2 Add dashboard to pluginManager exported functions. 2023-02-23 23:05:48 -05:00
Ivan Schurawel
0ebf6c6899 chore: simplify valid secondary track checks 2023-02-21 09:16:32 -05:00
Ivan Schurawel
ab75013d60 Revert "fix: ensure secondary index is valid"
This reverts commit 01dfad4996d2bdc96a8506b6d0c4542bfd15bc3b.
2023-02-21 09:16:32 -05:00
Ivan Schurawel
698abb929b Revert "fix: check if primary supports secondary track"
This reverts commit e3e0348daeded50ed641c8def9a2619aff4f49bf.
2023-02-21 09:16:32 -05:00
Ivan Schurawel
3d3a0c43b3 chore: ensure check has valid track 2023-02-21 09:16:32 -05:00
Ivan Schurawel
50eb5f277d fix: check if primary supports secondary track 2023-02-21 09:16:32 -05:00
Ivan Schurawel
3c0ace3386 fix: ensure secondary index is valid 2023-02-21 09:16:32 -05:00
Ivan Schurawel
95a705a893 Update src/components/playback/playbackmanager.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2023-02-21 09:16:32 -05:00
Ivan Schurawel
89ec4cf9cf chore: implement feedback 2023-02-21 09:16:32 -05:00
Ivan Schurawel
c74c0cddde chore: clear and set secondary track for continued plays 2023-02-21 09:16:32 -05:00
Ivan Schurawel
2a1ff26ad9 clean up code
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2023-02-21 09:16:32 -05:00
Ivan Schurawel
5a217ca084 set secondary sub index after player succeeds
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2023-02-21 09:16:32 -05:00
Ivan Schurawel
e5c05b4ebc Update error logging in src/components/playback/playbackmanager.js src/components/playback/playbackmanager.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2023-02-21 09:16:32 -05:00
Ivan Schurawel
c68d01a0f0 Update error logging in src/components/playback/playbackmanager.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2023-02-21 09:16:32 -05:00
Ivan Schurawel
69265e2118 Update src/components/playback/playbackmanager.js
Update error logging

Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2023-02-21 09:16:32 -05:00
Ivan Schurawel
a50fae3b7d chore: simplify/refactor to reuse existing method 2023-02-21 09:16:32 -05:00
Ivan Schurawel
b1e397c4bc fix: use correct stream, code safety, race conditions, update css 2023-02-21 09:16:32 -05:00
Ivan Schurawel
abc663f6f6 fix: update ssa/ass checks, custom track location, offsets 2023-02-21 09:16:32 -05:00
Ivan Schurawel
9ddafb063b fix: limit secondary to non-SSA/ASS subtitles 2023-02-21 09:16:32 -05:00
Ivan Schurawel
348de5ac7f feat: resume secondary track for current session 2023-02-21 09:16:32 -05:00
Ivan Schurawel
145aea184f feat: add native secondary subtitle support 2023-02-21 09:16:32 -05:00
Bill Thornton
8fe1584e20
Merge pull request #3652 from 1337joe/prefer-embedded-extras-titles 2023-02-11 19:11:14 -05:00