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

1409 commits

Author SHA1 Message Date
Brad Beattie
5660aa3292
Update itemsByName.js 2023-10-16 13:07:00 -07:00
Brad Beattie
04040e5e59
Update src/scripts/itemsByName.js
Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com>
2023-10-16 13:06:35 -07:00
Brad Beattie
fcf773d2dc
Movies sorted primarily by PremiereDate 2023-10-16 11:21:56 -07:00
cbe
386eaa0a69 Fix language/subtitle switcher when using gamepad
Raising the event code `13` (Enter) should be a lot more stable since `0`
is just the default and not assigned to any actual key [1]. This keycode
also has been standardized early enough to change it at this crucial part
of gamepad handling in my opinion.

[1] https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/keyCode

Fixes #3755
2023-10-15 01:25:15 -04:00
Bill Thornton
f1afaa975e Refactor home screen 2023-10-05 11:20:27 -04:00
Bill Thornton
8f32341c92
Merge pull request #4816 from thornbill/dashboard-app
Migrate dashboard to separate app
2023-10-04 02:11:22 -04:00
Bill Thornton
1e3fa5418c Remove duplicate card shape functions 2023-10-01 02:54:23 -04:00
Bill Thornton
06386a8eb6 Remove legacy dashboard drawer 2023-09-29 17:07:17 -04:00
Bill Thornton
b5dcdbf4b4 Update dashboard paths 2023-09-29 17:07:17 -04:00
Dmitry Lyzo
491055a5ba refactor: Split and extract video range support detection 2023-09-26 23:32:42 +03:00
Bill Thornton
9435e3172d
Merge pull request #4761 from dmitrylyzo/hls-direct-play 2023-09-14 15:48:07 -04:00
Bill Thornton
bb44ba022d
Merge pull request #4774 from thornbill/owner-of-a-lonely-if 2023-09-14 10:53:21 -04:00
Dmitry Lyzo
171c381768 Add HLS direct play profile 2023-09-14 00:27:55 +03:00
Bill Thornton
20381bd3ec Fix all loneliness 2023-09-12 23:45:36 -04:00
Bill Thornton
d6bcc7466b Fix curly bracket issues 2023-09-12 17:29:03 -04:00
Bill Thornton
49ccabf5af
Merge pull request #4748 from minigt/bugfix/fix-browser-regex-to-allow-moto-edge-to-cast
Change regex for browser detection
2023-09-12 14:11:48 -04:00
Yasin Silavi
ea47793820 fix: check both player id and current player id
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2023-09-11 12:13:49 -04:00
Yasin Silavi
e4db027bbb Update src/scripts/autocast.js
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2023-09-11 12:13:49 -04:00
Yasin Silavi
4dd8d7e73f Refactor isEnabled function to always return boolean 2023-09-11 12:13:49 -04:00
Yasin Silavi
37fd4feb55 Remove useless assignment 2023-09-11 12:13:49 -04:00
Bill Thornton
1b72e8282c
Merge pull request #4762 from nyanmisaka/hlsjs-fmp4
Add fMP4 playback support (HEVC, AV1) in HLS.js
2023-09-11 08:39:15 -04:00
Bill Thornton
e516f17141
Merge pull request #4724 from grafixeyehero/cleanup-duplicate-userSettings
Cleanup duplicate userSettings from libraryBrowser
2023-09-08 15:21:30 -04:00
nyanmisaka
baf1b55a0c Add fMP4 playback support (HEVC, AV1) in HLS.js
Tested codecs:
video: h264, hevc, av1 (av1 in firefox require 1.5.0)
audio: mp3, aac, ac3, eac3 (flac and opus require 1.5.0)

Tested browsers:
Chrome, Firefox, Edge Chromium, Safari and their mobile versions

Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-09-01 22:43:02 +08:00
newo-2001
f1d57b7d89 Make parsing in user settings setters consistent 2023-08-24 22:50:51 +02:00
Owen Elderbroek
ea3eca0c00 Update src/scripts/settings/userSettings.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2023-08-24 22:50:51 +02:00
newo-2001
71abbf05f4 Make backdrop screensaver interval configurable 2023-08-24 22:50:51 +02:00
minigt
04c3afd9e5 Fixed sonarcloud code smell 2023-08-18 22:46:34 -03:00
minigt
a15af2095e Fix regex so moto edge doesn't mislead the browser(as edge) 2023-08-11 00:49:22 -03:00
grafixeyehero
1825b821af cleanup duplicate userSettings from libraryBrowser 2023-07-14 21:32:34 +03:00
Bill Thornton
7cc484b3ec Fix nullable types 2023-07-06 15:20:24 -04:00
Bill Thornton
f35a8151e0 Add prefer optional chaining rule 2023-07-06 13:39:48 -04:00
Bill Thornton
ec0adb895b Add constructor capitalization rule 2023-07-06 11:49:55 -04:00
Bill Thornton
76597a021a Merge remote-tracking branch 'upstream/master' into dashboard-activity 2023-07-06 01:46:52 -04:00
Dmitry Lyzo
942926058b Backport pull request #4688 from jellyfin/release-10.8.z
Disable ALAC on MacOS in non-Safari browsers

Original-merge: 6304e27940

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

Backported-by: Bill Thornton <thornbill@users.noreply.github.com>
2023-07-02 02:12:45 -04:00
Bill Thornton
c0f1de9f3f Update paths and stable app view 2023-06-09 03:01:27 -04:00
Bill Thornton
ee99d3e1d8
Merge pull request #4621 from thornbill/no-notifications
Remove notifications pages from dashboard
2023-05-31 11:12:20 -04:00
Bill Thornton
2a016a6d5f
Merge pull request #4318 from TelepathicWalrus/audio-normalization 2023-05-25 08:30:19 -04:00
Bill Thornton
689fc80c3b Remove notifications pages from dashboard 2023-05-19 12:55:26 -04:00
Bill Thornton
c66cf02db4 Fix config.json being cached 2023-05-15 09:46:22 -04:00
Bill Thornton
fab09259c9 Remove error logs for checks expected to fail 2023-05-10 10:31:41 -04:00
TelepathicWalrus
91210408f0
Merge branch 'jellyfin:master' into audio-normalization 2023-05-07 21:34:40 +01:00
Bill Thornton
bdf28b89fc Disable the ignored return error in support check 2023-05-04 16:05:02 -04:00
Bill Thornton
1b03cd79eb Fix prefer for-of errors 2023-05-04 13:07:12 -04:00
Bill Thornton
f96166657d Move remaining router components 2023-05-02 16:40:31 -04:00
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