Commit graph

1338 commits

Author SHA1 Message Date
Bill Thornton
bdc97c45b8 Fix sonarjs no-nested-switch 2022-10-03 10:12:13 -04:00
Bill Thornton
857973ec45 Fix sonarjs max-switch-cases 2022-10-03 09:50:00 -04:00
Bill Thornton
3a07d34884 Add check that SyncPlay plugin is enabled 2022-10-02 03:55:35 -04:00
Hadi Charara
32f103b852 Merge branch 'master' into hadicharara/added-support-for-rtl-layouts 2022-10-01 16:55:59 -04:00
Bill Thornton
496508ee4d Move SyncPlay code to plugin directory 2022-10-01 02:57:30 -04:00
Bill Thornton
23eede4d2f Only allow jsx in jsx/tsx files 2022-09-29 13:11:56 -04:00
meet-k-pandya
f683288429 Added toggle for direction and double page view 2022-09-21 21:23:34 +05:30
Dmitry Lyzo
4476ef103e Backport pull request #3848 from jellyfin/release-10.8.z
Fix idle function call

Original-merge: 89d92e738f2074f17ae1d1b45ec232280a13e026

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

Backported-by: Bill Thornton <thornbill@users.noreply.github.com>
2022-09-16 00:50:54 -04:00
Bill Thornton
0c8c1684b7
Merge pull request #3567 from grafixeyehero/Convert-HomePage-to-react 2022-09-02 17:47:23 -04:00
lomion0815
d10d6f0e0b Some users encounter mp2 audio not decoded on android devices (see https://github.com/jellyfin/jellyfin-android/issues/764).
This fix sets mp2 support on android devices to unsupported and therefor forces transcoding of audio in such cases (usually DVB recordings).
2022-08-27 08:22:59 +02:00
Stromwerk
9a585ffd7c Fix throwing string in datetime.js 2022-08-11 21:43:54 +03:00
grafixeyehero
4699e9de60 migrate Home Page 2022-07-29 20:52:45 +03:00
grafixeyehero
11256c0171 Fix currentViewId 2022-07-23 18:04:32 +03:00
grafixeyehero
ab02f210ca migrate User Profile Page 2022-07-23 18:04:30 +03:00
grafixeyehero
d2df5830b5 migrate User Password Page 2022-07-23 18:04:28 +03:00
grafixeyehero
2d115bc6c8 migrate User Parental Control 2022-07-23 18:04:26 +03:00
grafixeyehero
5d29529562 migrate User Library Access Page 2022-07-23 18:04:25 +03:00
grafixeyehero
3f8b305995 migrate User Edit Page 2022-07-23 18:04:23 +03:00
grafixeyehero
1b9202d9cb migrate User Profiles Page 2022-07-23 18:04:22 +03:00
grafixeyehero
a2cd1b3176 migrate New User Page 2022-07-23 18:04:20 +03:00
Hadi Charara
37a6303800 Final commit 2022-07-08 13:25:59 -04:00
Hadi Charara
76b0e8c01c Cleaned up element dir detection funciton 2022-07-08 12:43:15 -04:00
Hadi Charara
d719ee6a07 Fixed language detection 2022-07-08 12:41:58 -04:00
Hadi Charara
8488f48f99 Fixed video player 2022-07-05 19:58:02 -04:00
Hadi Charara
4cc07995a2 Fixed bug with video player 2022-07-05 15:27:23 -04:00
Hadi Charara
df39a9a1ff Uses now proper toLocaleString function 2022-07-03 14:03:39 -04:00
Hadi Charara
66f33b368b Localized page flippers 2022-07-03 13:46:54 -04:00
Hadi Charara
87190cf31a Fixed navbar for RTL layouts 2022-07-03 11:58:08 -04:00
Hadi Charara
0f994ccb5b Initial support for RTL layouts 2022-07-02 15:50:52 -04:00
Joshua M. Boniface
e455c70e36 Merge pull request #3722 from nyanmisaka/fix-audio-ch
(cherry picked from commit 0e0dd46c1b19b43c2ff8b703fe9be6fb4769b5ae)
Signed-off-by: Bill Thornton <billt2006@gmail.com>
2022-06-29 01:05:08 -04:00
Joshua M. Boniface
5312358f91 Merge pull request #3721 from Shadowghost/fix-stream-autoselect
(cherry picked from commit d967ce860c1d7ef3ac97a9c1f3c45b4b02e38a06)
Signed-off-by: Bill Thornton <billt2006@gmail.com>
2022-06-29 01:05:05 -04:00
Joshua M. Boniface
2669be3f27 Merge pull request #3720 from Shadowghost/device-logo-fix
(cherry picked from commit ae83d1d356e307713d8a11e8aab4f229a76b8df3)
Signed-off-by: Bill Thornton <billt2006@gmail.com>
2022-06-29 01:00:18 -04:00
Joshua M. Boniface
08c8907f5a Merge pull request #3717 from dmitrylyzo/resolution
(cherry picked from commit f1ff81884ac71876c63a13aed37031f8a72d6819)
Signed-off-by: Bill Thornton <billt2006@gmail.com>
2022-06-29 01:00:15 -04:00
Bill Thornton
b632824314 Merge pull request #3713 from nyanmisaka/video-range-condition
Add VideoRangeType condition for web client

(cherry picked from commit c8590d37ed4e1a16857940420798bbd55be72a9a)
Signed-off-by: Bill Thornton <billt2006@gmail.com>
2022-06-29 00:52:00 -04:00
Bill Thornton
c31e8968dd
Merge pull request #3706 from thornbill/react-router-3
Add react router and migrate search page
2022-06-28 16:51:11 -04:00
Bill Thornton
5e9cabd6c1
Merge pull request #3651 from grafixeyehero/Cleanup-Screenshot
Remove unused Screenshot code
2022-06-14 15:43:32 -04:00
grafixeyehero
b217e39f26 Remove unused Screenshot code 2022-06-14 21:41:17 +03:00
Bill Thornton
b2372a96e2 Add react-router 2022-06-14 12:10:26 -04:00
grafixeyehero
bca185e1a9 apply suggestions 2022-06-14 10:55:26 -04:00
grafixeyehero
ee495cd412 Remove unused parameter "page" 2022-06-14 10:55:26 -04:00
grafixeyehero
6cdbaa9f4e Rename itembynamedetailpage to itemsByName 2022-06-14 10:55:26 -04:00
grafixeyehero
ac62a5e8bf use import for ItemsByName & PlaylistViewer 2022-06-14 10:55:26 -04:00
Bill Thornton
90b1b45f26 Remove hash bang paths 2022-06-09 14:54:39 -04:00
Bill Thornton
1dbbb4c65d
Merge pull request #3620 from thornbill/update-dialog-routing
Update dialog history handling
2022-06-09 14:16:50 -04:00
Bill Thornton
79db34a2a7
Merge pull request #3609 from sancodes/eslint-no-sequences
Eslint no sequences
2022-06-09 12:24:52 -04:00
San
9d99ffb426
fix parenthesis
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2022-05-30 20:44:41 -07:00
grafixeyehero
3bc5b58dd8 revert back new line 2022-05-22 20:20:25 +03:00
grafixeyehero
17af0913e7 Fix import 2022-05-21 23:37:30 +03:00
Jacob Casper
07875c58f2 Fix import 2022-05-21 05:40:25 -05:00
Joshua M. Boniface
b41ed9477e Merge pull request #3642 from taku0/font-family-by-language
(cherry picked from commit a07d5b7bd1eaa962b612bed1e3198fac0e2b58c0)
Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-05-20 23:02:06 -04:00