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

21623 commits

Author SHA1 Message Date
Lukáš Kucharczyk
331b7a1539 Translated using Weblate (Czech)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/cs/
2023-09-15 14:40:54 -04:00
Bill Thornton
242e6c57b2 Apply suggestions from code review 2023-09-15 13:26:31 -04:00
fffrankieh
dd6c3b85ab Add guest cast on episode detail page 2023-09-15 13:26:31 -04:00
grafixeyehero
d714c3ceb6 add filters status indicator 2023-09-15 13:16:49 -04:00
grafixeyehero
72989172ae refactor: filter
add enum for FeatureFilters, EpisodeFilter and VideoBasicFilter
2023-09-15 13:16:49 -04:00
Bill Thornton
0d3a6e9ea2
Merge pull request #4727 from MBR-0001/subtitle-improvements-1
Add support for more remote subtitle info
2023-09-15 13:07:29 -04:00
Bill Thornton
6541ee8e8e
Merge pull request #4713 from grafixeyehero/Add-ViewSettings-mui
Add view layout settings components.
2023-09-15 13:00:07 -04:00
Bill Thornton
a405577519 Fix code smell 2023-09-15 11:08:31 -04:00
Bill Thornton
d24b030962 Migrate quick connect page to react 2023-09-15 10:34:02 -04:00
Nikolay Babanov
424f421281 Translated using Weblate (Bulgarian)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/bg/
2023-09-14 20:40:53 -04:00
hcharbonnier
4b7418d29d Translated using Weblate (French)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/fr/
2023-09-14 17:40:53 -04:00
Bill Thornton
2c1167c193
Merge pull request #4775 from thornbill/unused-privates 2023-09-14 17:37:16 -04:00
Bill Thornton
9435e3172d
Merge pull request #4761 from dmitrylyzo/hls-direct-play 2023-09-14 15:48:07 -04:00
Dmitry Lyzo
1684acd0ca Extract HLS stream test function 2023-09-14 22:37:16 +03:00
Bill Thornton
bb44ba022d
Merge pull request #4774 from thornbill/owner-of-a-lonely-if 2023-09-14 10:53:21 -04:00
Bill Thornton
e382f72c21
Merge pull request #4773 from thornbill/consistent-curly-braces 2023-09-14 10:51:21 -04:00
MBR-0001
c4cc6dbed1
Update src/components/subtitleeditor/subtitleeditor.js
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2023-09-14 08:38:14 +02:00
MBR-0001
dca2594aae
Update src/components/subtitleeditor/subtitleeditor.scss
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2023-09-14 08:38:02 +02:00
Bill Thornton
0f62cd9e52 Fix flvPlayer variable name 2023-09-14 01:44:12 -04:00
Bill Thornton
a7bf44bca3
Merge pull request #4706 from TheMelmacian/feature/random_backdrop_image
Use a random backdrop image for video osd
2023-09-14 00:19:39 -04:00
Bill Thornton
9f1a586f8a
Merge pull request #4772 from thornbill/webpack-analyze 2023-09-13 21:12:13 -04:00
Dmitry Lyzo
b2c7d93498 Fix HLS detection 2023-09-14 00:27:57 +03:00
Dmitry Lyzo
171c381768 Add HLS direct play profile 2023-09-14 00:27:55 +03:00
Bill Thornton
dd5199c544 Remove unused private class members 2023-09-12 23:56:08 -04:00
Bill Thornton
fddee0607f Add eslint rule to prevent unused private class members 2023-09-12 23:53:39 -04:00
Bill Thornton
20381bd3ec Fix all loneliness 2023-09-12 23:45:36 -04:00
Bill Thornton
aef99ce247 Add eslint rule to prevent "lonely" if statements 2023-09-12 23:45:36 -04:00
grafixeyehero
5f66abe01f add strings 2023-09-13 06:32:53 +03:00
grafixeyehero
1f1aa892dc Add view layout settings components 2023-09-13 06:13:05 +03:00
Bill Thornton
c506d0b753
Merge pull request #4746 from Sky-High/cast-with-localhost-server 2023-09-12 20:46:02 -04:00
TheMelmacian
5d6756778b apply suggested changes from code review 2023-09-12 23:36:20 +02:00
Bill Thornton
d6bcc7466b Fix curly bracket issues 2023-09-12 17:29:03 -04:00
Bill Thornton
101abc762b Add eslint rule for consistent curly brackets 2023-09-12 17:28:53 -04:00
Sky-High
31f035e359 update module name in log message 2023-09-12 23:28:31 +02:00
MBR-0001
1f9cb0070f
Update subtitleeditor.scss 2023-09-12 23:28:07 +02:00
Sky High
8d3e8eb5b2
Merge branch 'jellyfin:master' into cast-with-localhost-server 2023-09-12 23:20:02 +02:00
MBR#0001
29298cb823
Move styles to class 2023-09-12 22:27:16 +02:00
Bill Thornton
74920c9f96
Merge pull request #4730 from sttatusx/refactor-alert-js
Refactor alert js
2023-09-12 15:35:14 -04:00
Yasin Silavi
082d9e55c6 refactor: remove useless assignment 2023-09-12 15:27:33 -04:00
Yasin Silavi
6664b6ec62 style: use singlequote for strings 2023-09-12 15:27:33 -04:00
Yasin Silavi
0a878bfbcd Refactor alert module 2023-09-12 15:27:33 -04:00
Yasin Silavi
24fad10f36 Format alert module 2023-09-12 15:27:33 -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
Bill Thornton
5cb181f68c Add webpack config for analyzing builds and improve ts speed 2023-09-12 12:54:50 -04:00
Bas
46f9a0fc8a Translated using Weblate (Dutch)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/nl/
2023-09-12 09:40:52 -04:00
Oskari Lavinto
793b8a9836 Translated using Weblate (Finnish)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/fi/
2023-09-12 00:40:52 -04:00
stanol
d26b361e53 Translated using Weblate (Ukrainian)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/uk/
2023-09-11 14:40:52 -04:00
Lukáš Kucharczyk
7244e19f76 Translated using Weblate (Czech)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/cs/
2023-09-11 12:40:52 -04:00
Bill Thornton
71ac2c0843
Merge pull request #4731 from sttatusx/fix-major-code-smells
Fix major code smells
2023-09-11 12:22:10 -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