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

1565 commits

Author SHA1 Message Date
Bill Thornton
8041167473 Use typescript eslint parser for all files 2023-05-02 15:51:46 -04:00
Bill Thornton
5cfdb1647f Fix getter return value bugs 2023-05-02 12:53:20 -04:00
Ian Walton
60d3859a2f Escape device id in raw HTML. 2023-04-26 01:39:19 -04:00
nyanmisaka
eb15f97955 Drop progressive transcoding in web client
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-04-25 01:03:44 -04:00
TelepathicWalrus
8bfc387b85
Merge branch 'master' into audio-normalization 2023-04-22 18:59:40 +01:00
Bill Thornton
f2726653ae Fix indentation issues 2023-04-19 01:56:05 -04:00
Bill Thornton
83f149c8c3
Merge pull request #4441 from addamanth/tv-layout-clock
Show clock in TV layout
2023-04-18 09:23:52 -04:00
adamanth
c1302831a9 Replace innerHtml to innerText 2023-04-18 10:44:12 +03:00
Bill Thornton
0df6c66646 Move fetchLocal function to utils 2023-04-16 23:37:37 -04:00
Bill Thornton
1451e4ece0
Merge pull request #4423 from thornbill/pluginify-syncplay 2023-03-29 23:15:04 -04:00
Bill Thornton
6f3aa2f1df Fix eslint issues 2023-03-29 00:38:22 -04:00
adamanth
ffb5d2129b CShow clock in TV layout 2023-03-22 20:30:06 +03:00
Bill Thornton
732ef8fdad Update SyncPlay references to use plugin 2023-03-15 16:55:34 -04:00
TelepathicWalrus
8d5475a21b
Merge branch 'master' into audio-normalization 2023-03-12 13:13:44 +00: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
8dbf40fa0a Backport pull request #4330 from jellyfin/release-10.8.z
Fix navigation for some types of INPUT

Original-merge: 7e99e3ec51

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

Backported-by: crobibero <cody@robibe.ro>
2023-03-09 19:43:06 -05:00
Bill Thornton
329cf77c81 Add eslint radix rule for parseInt 2023-03-09 00:20:11 -05:00
Bill Thornton
3d91c72a0f Update SyncPlay plugin check 2023-03-08 11:49:19 -05:00
Bill Thornton
64ecc3eae7 Add plugin types 2023-03-08 11:08:19 -05:00
Bill Thornton
b3195991a3 Move public pages to react-router 2023-03-01 09:55:01 -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
TelepathicWalrus
993d6d81a9
Merge branch 'jellyfin:master' into audio-normalization 2023-02-25 15:00:46 +00:00
Bill Thornton
9e0fbef032
Merge pull request #4327 from DVDAndroid/dvd/remaining-time-toggle
Add toggle to show/hide remaining video time in video player
2023-02-08 17:03:41 -05:00
dvdandroid
c33dc8cd7a Added toggle to show/hide remaining video time in video player
Toggle applied to the remaining time label of the video player and added
`-` as a prefix of the remaining time, both behaviours like in VLC.

Toggle preference as user setting.
2023-02-04 16:54:48 +00:00
TelepathicWalrus
ba6db57913 Tidy code 2023-02-01 10:46:08 +00:00
Telepathic Walrus
de09fd4d36 Add option to enable/disable normalization 2023-01-30 20:36:11 +00:00
Dmitry Lyzo
5800102f9f Fix language change when refreshing 2023-01-26 11:38:45 +03:00
Dmitry Lyzo
0eb393dc4b Backport pull request #4274 from jellyfin/release-10.8.z
Fix back action on Hisense TV

Original-merge: 0ff86d9ea0

Merged-by: Joshua M. Boniface <joshua@boniface.me>

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2023-01-22 14:08:05 -05:00
Dmitry Lyzo
7c9464d0c3 Backport pull request #4267 from jellyfin/release-10.8.z
Fix AudioContext limit exceeded

Original-merge: ea79d2651a

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

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2023-01-22 14:08:03 -05:00
Dmitry Lyzo
abed235b50 Backport pull request #4263 from jellyfin/release-10.8.z
Fix change audio track

Original-merge: 9139153d16

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

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2023-01-22 14:08:02 -05:00
Dmitry Lyzo
7f30d82d17 Backport pull request #4240 from jellyfin/release-10.8.z
Fix detection of SecondaryAudio support

Original-merge: 96234eafb7

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

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2023-01-22 14:07:07 -05:00
nyanmisaka
813845d54b Backport pull request #4182 from jellyfin/release-10.8.z
Fix the progressive mp4 transcoding profile

Original-merge: 5bfffd6209

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

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2023-01-22 14:07:07 -05:00
h3llrais3r
fb244080de Changes after review 2023-01-19 23:55:38 -05:00
h3llrais3r
b019eef37b Simplify logic 2023-01-19 23:55:38 -05:00
h3llrais3r
53aaa35a3b Show total count when no pagination is applied
If no pagination is applied (or disabled in the settings), there is no view on how many items you have in your library. By showing the pagination text (without the pagination buttons) it's still visible for the user how many items are listed in the library.
2023-01-19 23:55:38 -05:00
Markus Ongyerth
e834ae3f41 Use downloadFiles from NatvieShell
Try to pass batched downloads to natvie shell as list
The new downloadFiles function is TBD in shell implementations.
2023-01-04 23:41:51 -05:00
Dmitry Lyzo
be3a46009c Backport pull request #4166 from jellyfin/release-10.8.z
Fix keyboard navigation for INPUT and TEXTAREA

Original-merge: 4f3ac34739

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

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2022-11-29 13:41:42 -05:00
Bill Thornton
7fa9b2376c Migrate plugin config pages to react-router 2022-11-04 13:51:35 -04:00
Bill Thornton
20f8f4a745
Merge pull request #4135 from thornbill/date-fns-chunks 2022-11-04 11:02:58 -04:00
Bill Thornton
1473a793e5 Rename and convert dfnshelper to typescript 2022-11-03 01:04:35 -04:00
Bill Thornton
b3febe49ad Optimize loading of date-fns 2022-11-03 00:52:12 -04:00
Bill Thornton
6780bfc794 Migrate all admin routes to react router 2022-11-02 01:21:02 -04:00
Bill Thornton
7c96c386c2 Migrate all user routes to react router 2022-11-01 13:57:50 -04:00
Bill Thornton
42c0516a44 Add ViewManager React wrapper component 2022-11-01 13:52:46 -04:00
Bill Thornton
00d9c6d71d
Merge pull request #3792 from grafixeyehero/Convert-Movies-Page-to-react 2022-11-01 12:25:06 -04:00
Bill Thornton
5d39f23083 Fix chunk names 2022-10-27 01:13:29 -04:00
grafixeyehero
cf137497a0 Refactoring duplicates code 2022-10-26 23:46:10 +03:00
grafixeyehero
479c53eb8b Migrate Movies 2022-10-26 23:46:00 +03:00
photonconvergence
7ab1edd3c5
Merge branch 'jellyfin:master' into add/device-logos 2022-10-25 17:25:30 -07:00