Commit Graph

1282 Commits

Author SHA1 Message Date
Bill Thornton f4cd29ac17 Add no-return-assign eslint rule and fix issues 2022-10-04 14:24:24 -04:00
Bill Thornton 7d2850f6a3 Merge remote-tracking branch 'upstream/master' into fix-sonar-issues 2022-10-04 10:00:37 -04:00
Bill Thornton 8d28297a02 Merge pull request #3983 from thornbill/sonar-no-collapsible-if
Fix sonarjs no-collapsible-if
2022-10-04 09:30:13 -04:00
Bill Thornton 1f4e65822b Fix sonarjs no-collapsible-if 2022-10-03 14:26:16 -04:00
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
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
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
Bill Thornton 34051a677d Merge pull request #3639 from rhld16/unused-languages
Add missing languages

(cherry picked from commit ff95eba35f3e43d1d8eff642e72a3f70528721f7)
Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-05-20 23:02:06 -04:00
Bill Thornton 34b2018610 Merge pull request #3628 from thornbill/actually-fix-artist-albums
(cherry picked from commit d606a2aad55d1614f24177c0bc55df8009a58f83)
Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-05-20 23:02:06 -04:00
Bill Thornton 0794f19f94 Merge pull request #3617 from thornbill/fix-ipados-icon
Fix iPadOS icon

(cherry picked from commit d43418bf05da5f3ff4a1ac911cfa2034e832a397)
Signed-off-by: crobibero <cody@robibe.ro>
2022-05-20 18:38:52 -04:00
Bill Thornton 0b19f0d85e Merge pull request #3604 from thornbill/fix-custom-elements
Fix custom element creation

(cherry picked from commit f2226ee74500af0ee48f61d1ca5641d2a9e411c8)
Signed-off-by: crobibero <cody@robibe.ro>
2022-05-20 18:38:48 -04:00
San a2fe92f192 Merge branch 'master' into eslint-no-sequences 2022-05-20 01:40:57 -07:00
Ryan Hartzell f58d7b0beb small fixes to cleanup no-nested-ternary 2022-05-16 12:23:22 -07:00