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

2598 commits

Author SHA1 Message Date
Bill Thornton
1f4e65822b Fix sonarjs no-collapsible-if 2022-10-03 14:26:16 -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
FatboyJames
436ba3cf81
Fix fullscreen scrobble not working for Audiobooks 2022-09-12 23:39:15 +01:00
Bill Thornton
0c8c1684b7
Merge pull request #3567 from grafixeyehero/Convert-HomePage-to-react 2022-09-02 17:47:23 -04:00
grafixeyehero
328afb0db8 Remove unused data-dom-cache attribute 2022-09-02 21:30:35 +03:00
Bill Thornton
0783c0eb10 Fix loading indicator showing when loaded 2022-09-02 14:11:19 -04:00
grafixeyehero
76eff104d8 update suggestion 2022-09-01 19:34:23 +03:00
taku0
3d51c68725 Respect safe area (notch) of mobile devices
This adds paddings to various containers so that buttons and contents are not
hidden by the notch or the Home indicator (the gray bar at the bottom).

- `src/assets/css/librarybrowser.scss`
  - `.skinHeader`: menu bar at the top.
  - `.padded-left` and `.padded-right`: the heading of library.

- `src/assets/css/site.scss`
  - `.content-primary`, `.padded-bottom-page`, `.page`,
    `.pageWithAbsoluteTabs`, and `.pageTabContent`: settings and dashboards.

- `src/elements/emby-scroller/emby-scroller.scss`
  - `.emby-scroller`: the library items.

- `src/assets/css/videoosd.scss`
  - `.videoOsdBottom`: the video playback control buttons and the progress bar.

- `src/components/alphaPicker/style.scss`
  - `.alphaPicker-fixed` and `.alphaPicker-fixed-right`: the alphabet picker.

- `src/components/appFooter/appFooter.scss`
  - `.appfooter`: the bottom bar showing the currently playing media.

- `src/components/multiSelect/multiSelect.scss`
  - `.selectionCommandsPanel`: the top bar when selecting multiple media.
    Shown when long-pressing media.

- `src/components/remotecontrol/remotecontrol.scss`
  - `.playlistSectionButton`: the bottom bar for current playlist.
    Shown when touching `.appfooter`.

- `src/components/toast/toast.scss`
  - `.toastContainer`: the toast.  Shown when refreshing metadata.

- `src/index.html`
  - `.mainDrawerHandle`: gesture area for the drawer.
    It seems conflicting with gestures of Safari.

- `src/libraries/navdrawer/navdrawer.scss`
  - `.tmla-mask` and `.touch-menu-la`: the drawer.

- `src/plugins/htmlVideoPlayer/style.scss`
  - `.videoPlayerContainer`: the video area when not fullscreen.
  - `.videoSubtitles`: the video subtitles for some devices, not including
    iPhone.

- `src/plugins/youtubePlayer/style.scss`
  - `.youtubePlayerContainer` container for the YouTube plugin.  Not tested.
2022-08-18 17:34:57 +09:00
IreuN
c272a229ac
Fix broken link for subtitles help
Hi!

With commit b488c99929 pages 'external-audio-files' and 'subtitles' were merged together to a new page 'external-files'. 

Web UI does not reflect these changes, this should fix that.
2022-08-16 01:44:07 +02:00
Cody Robibero
e5c36fbeeb
Merge pull request #3796 from Stromwerk/no-return-await 2022-08-13 08:00:30 -06:00
Kalin K
560583eccf
Remove redundant await from pluginManager 2022-08-09 14:53:43 +03:00
Kalin K
d0fd092bba
Remove unused underscore in fetchhelper.js
Related to issue 3494
2022-08-08 22:33:13 +03:00
Bill Thornton
3fb990fdd2 Backport pull request #3789 from jellyfin/release-10.8.z
Fix XSS in card aria labels

Original-merge: 747f7beae7

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

Backported-by: Joshua Boniface <joshua@boniface.me>
2022-08-02 23:59:18 -04:00
Joshua Boniface
3aa0607d87 Backport pull request #3781 from jellyfin/release-10.8.z
Fix TypeError

Authored-by: dumbfox <benkang666@gmail.com>

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

Original-merge: b167bf2d37
2022-08-01 14:26:59 -04:00
grafixeyehero
4699e9de60 migrate Home Page 2022-07-29 20:52:45 +03:00
grafixeyehero
732e3eb956 fix admin page ui 2022-07-23 18:49:44 +03:00
grafixeyehero
fb04b4b58a remove type prop form IconButtonElement 2022-07-23 18:04:40 +03:00
grafixeyehero
b1a50fbd73 fix admin route 2022-07-23 18:04:36 +03:00
grafixeyehero
6fb884a212 move to src elements 2022-07-23 18:04:35 +03:00
grafixeyehero
5c25741329 Remove reactControllerFactory 2022-07-23 18:04:33 +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
grafixeyehero
9efc39f828 Refactoring duplicate code 2022-07-23 18:04:18 +03:00
Joshua Boniface
149e09b523 Backport pull request #3730 from jellyfin/release-10.8.z
CardBuilder: Test episode number in addition to episode name

Authored-by: SenorSmartyPants <senorsmartypants@gmail.com>

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

Original-merge: a38d0bbacc
2022-07-20 19:29:50 -04:00
Bill Thornton
7771ce716e Merge pull request #3729 from SenorSmartyPants/SeriesImageDownload
Save series images under season, when browsing parent images for season

(cherry picked from commit 42bec6c11e)
Signed-off-by: Bill Thornton <billt2006@gmail.com>
2022-06-29 01:05:08 -04:00
Joshua M. Boniface
b8ae732c98 Merge pull request #3724 from samcon/fix_resume_webos
(cherry picked from commit bc48691738)
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 d967ce860c)
Signed-off-by: Bill Thornton <billt2006@gmail.com>
2022-06-29 01:05:05 -04:00
Joshua M. Boniface
df6d9aaecb Merge pull request #3719 from nyanmisaka/dovi-meta
(cherry picked from commit 66b86044a9)
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 f1ff81884a)
Signed-off-by: Bill Thornton <billt2006@gmail.com>
2022-06-29 01:00:15 -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
e2a6f08822 Fix Page component compatibility issues 2022-06-27 11:49:56 -04:00
Bill Thornton
5b5784a448 Fix review issues 2022-06-17 02:31:13 -04:00
Madh93
c4ab1a5868
Show subtitle text color setting 2022-06-16 17:19:27 +01:00
Bill Thornton
eb10f73c29 Merge pull request #3704 from zhuangzhuang/release-10.8.z
Fix empty  avatar when upload same profile image

(cherry picked from commit eaefc7bea1)
Signed-off-by: crobibero <cody@robibe.ro>
2022-06-14 19:36:46 -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