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

2914 commits

Author SHA1 Message Date
Bill Thornton
84c007fa0b
Merge pull request #3743 from hadicharara/hadicharara/added-support-for-rtl-layouts
Add Initial support for RTL layouts
2022-10-15 02:50:48 -04:00
Bill Thornton
0a0e45d155 Replace apiclient event bus with local version 2022-10-14 10:58:16 -04:00
Hadi Charara
892f5b73cf Fixed all reported issues 2022-10-13 13:59:48 -04:00
Bill Thornton
85ea046133
Merge pull request #4028 from urtzai/urtzai-patch-1
Change settings menu item name to "Euskara"
2022-10-13 10:30:05 -04:00
Bill Thornton
7e67d7b371 Move skinBody class to root react element 2022-10-12 17:19:36 -04:00
Bill Thornton
e0013915fd Enable eslint sonar prefer-object-literal 2022-10-12 14:44:10 -04:00
Hadi Charara
aed7feda2b Fixed css ugliness 2022-10-12 08:32:13 -04:00
Hadi Charara
104ad71ea7 Merge branch 'master' into hadicharara/added-support-for-rtl-layouts 2022-10-12 08:29:53 -04:00
Urtzi Odriozola
a83b68a00a
Update displaySettings.template.html
"Euskara" is the native way of naming Basque
2022-10-11 16:24:22 +02:00
Bill Thornton
2ada649960 Fix EnableMediaSourceDisplay logic 2022-10-11 03:11:41 -04:00
Bill Thornton
8f694d7d1c Fix inverted boolean returns 2022-10-11 03:11:41 -04:00
Bill Thornton
b426b6e2bf Fix sonarjs prefer-single-boolean-return 2022-10-11 03:11:41 -04:00
Bill Thornton
8a9cdbfca3
Merge pull request #4014 from thornbill/eslint-no-small-switch
Fix sonarjs no-small-switch
2022-10-11 03:03:37 -04:00
Bill Thornton
858aea92f9 Enable eslint array-callback-return foreach checking 2022-10-11 01:37:33 -04:00
Bill Thornton
a4bcc9689b Merge remote-tracking branch 'upstream/master' into eslint-no-small-switch 2022-10-11 00:46:33 -04:00
Bill Thornton
76ed503c81 Fix sonarjs no-small-switch 2022-10-08 03:18:30 -04:00
Bill Thornton
5e4eca6ae9 Fix sonarjs no-redundant-jump 2022-10-08 02:50:20 -04:00
Dmitry Lyzo
899f61a51d Backport pull request #4005 from jellyfin/release-10.8.z
Fix locale with suffix

Original-merge: b14d76a3d4

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

Backported-by: Bill Thornton <thornbill@users.noreply.github.com>
2022-10-06 17:06:49 -04:00
cvium
79280169ce chore: add Basque display language option 2022-10-06 09:37:32 +02:00
Bill Thornton
4972f50a06 Fix sonarjs no-identical-functions 2022-10-05 15:31:15 -04:00
Bill Thornton
554cd1210c Fix sonarjs no-duplicated-branches 2022-10-05 12:58:48 -04:00
Bill Thornton
f20a0e447c Fix redundant assignment issue from sonar 2022-10-04 16:27:11 -04:00
Bill Thornton
3417d56bf3 Fix weird ternary statements that sonar flags 2022-10-04 16:16:54 -04:00
Bill Thornton
9cb03ba4e5 Fix assignment in switch expression issues 2022-10-04 16:10:57 -04:00
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
e3109db671 Fix series status filter 2022-10-04 09:57:01 -04:00
Bill Thornton
b7b60e6bd0
Merge pull request #3987 from dmitrylyzo/fix-dialog-closing
Fix dialog closing flow
2022-10-04 09:35:53 -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
b9f144ea1d
Merge pull request #3976 from thornbill/syncplay-plugin 2022-10-04 09:18:11 -04:00
Dmitry Lyzo
aa2fd79e74 fix dialog closing flow 2022-10-04 14:23:39 +03:00
Bill Thornton
1f4e65822b Fix sonarjs no-collapsible-if 2022-10-03 14:26:16 -04:00
Hadi Charara
d9155484b4 Merge branch 'master' into hadicharara/added-support-for-rtl-layouts 2022-10-03 13:43:50 -04:00
Hadi Charara
a4f5803016 Fixed linting issues 2022-10-03 13:36:26 -04:00
Bill Thornton
4669939eeb Fix sonarjs no-unused-collection 2022-10-03 10:17:38 -04:00
Bill Thornton
dfca85dea4 Fix sonar critical issue with switch fallthrough 2022-10-03 09:45:17 -04:00
Hadi Charara
bf6e77a93a Fixed merge bugs 2022-10-01 17:20:44 -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
d9bb55a2a9 Move SyncPlay initialization to plugin 2022-10-01 02:39:12 -04:00
Bill Thornton
52e92d44af Add sonarjs eslint plugin 2022-09-30 17:57:47 -04:00
kookxiang
47468636de auto switch between LocalAddress and ManualAddress 2022-09-30 09:56:24 -04:00
callum
ea2498a0dd Backport pull request #3877 from jellyfin/release-10.8.z
Fix itemcontextmenu fails to update for items with no image metadata

Original-merge: 72d538e902

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

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2022-09-24 00:00:13 -04:00
Bill Thornton
f66f435ff9 Defer loading of swiper until used 2022-09-22 10:23:23 -04:00
meet-k-pandya
f683288429 Added toggle for direction and double page view 2022-09-21 21:23:34 +05:30
Viperinius
7689960e30 Include collections in search results 2022-09-16 18:19:35 -04:00
Bill Thornton
1dbdb4a2e9
Merge pull request #3900 from is343/fix/second-actionsheet-failures
Fix failures to open secondary action sheet in html video player
2022-09-16 13:53:18 -04:00
Bill Thornton
c827fced95 Update to @jellyfin/sdk package 2022-09-16 12:47:59 -04:00
Bill Thornton
8a2eb0d0d8 Backport pull request #3878 from jellyfin/release-10.8.z
Fix sdk imports to improve build size

Original-merge: f85f7d2fe6

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

Backported-by: Bill Thornton <thornbill@users.noreply.github.com>
2022-09-16 01:02:22 -04:00
Ivan Schurawel
20fca0768a fix: set html player actionsheet to resolve on click 2022-09-13 18:12:32 -04:00