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

17935 commits

Author SHA1 Message Date
Joshua M. Boniface
cf530b30d5 Fix linting errors
* Remove superfluous variable
* Remove extra random spaces from editor
* Use single-quotes around text
2023-05-30 09:35:23 -04:00
Joshua M. Boniface
dd004ec06b Add labels to i8n 2023-05-30 09:25:32 -04:00
Joshua M. Boniface
a11d74ae68 Use camelCase variable name 2023-05-30 09:21:41 -04:00
Joshua M. Boniface
da9eece6c0 Remove extra console.log 2023-05-29 11:19:13 -04:00
Joshua M. Boniface
509cbabedb Add confirmation for 3rd party repos
Adds a confirmation similar to the one performed during plugin
installation, when adding a 3rd party repository.

The safe domain is hardcoded to be "repo.jellyfin.org" as this is very
stable and we have no plans to change it. Individual mirrors don't need
to be specified since this is user-input content and they should be
using the main URL not the URL of a specific mirror.

The confirmation message makes explicit mention of the possibility of
malicious code from 3rd party repositories as well as updates that may
bring it in, and suggests only adding 3rd parties from trusted people.

The plugin install confirmation is also modified to use the same
conditional and an altered message similar to the above, again to
emphasize the potential security risks of 3rd party plugins.

Finally, some additional information is added to the Developer Info
section of the plugin page; specifically, the name of the repository the
plugin is sourced from as well as its URL. How this is obtained is a
hack, since these should probably be part of the main information about
the plugin and not each specific version, but this is worked around by
only showing the information from the first (i.e. newest) version.
2023-05-29 10:59:21 -04:00
Bill Thornton
62246fe0a9
Merge pull request #4628 from dmitrylyzo/fix-volume-slider 2023-05-21 12:32:19 -04:00
Bill Thornton
35a7dfbed6
Merge pull request #4627 from dmitrylyzo/fix-slider-bubble 2023-05-21 01:43:51 -04:00
Dmitry Lyzo
b93221a9b2 Fix initial state of slider 2023-05-20 23:36:20 +03:00
Dmitry Lyzo
1a858d9dda Fix overlap of slider bubble 2023-05-20 23:04:14 +03:00
Bill Thornton
07ce5c44a1
Merge pull request #4591 from thornbill/fix-es-quick-connect 2023-05-12 10:07:58 -04:00
Bill Thornton
2eda12ba8f Fix QuickConnect code not displaying in Spanish 2023-05-12 08:31:04 -04:00
Bill Thornton
9266e51aaf
Merge pull request #4589 from thornbill/fix-api-key-xss 2023-05-11 17:10:22 -04:00
Bill Thornton
069ea049eb Fix xss in api key page 2023-05-11 16:48:06 -04:00
Bill Thornton
56af039fb9
Merge pull request #4561 from dmitrylyzo/fix-bottom-hide
Fix bottom video controls don't auto-hide
2023-05-02 16:54:10 -04:00
Dmitry Lyzo
1fb5c4d95d Fix query selector target 2023-05-02 22:36:51 +03:00
Bill Thornton
828fa340d5
Merge pull request #4553 from dmitrylyzo/fix-tv-episode-autoplay 2023-05-02 00:53:01 -04:00
Dmitry Lyzo
a77a8c7aec fix: Unhide PlayNextEpisodeAutomatically on TV 2023-05-01 02:17:50 +03:00
Joshua M. Boniface
55714d5341 Bump version to 10.8.10 2023-04-23 11:01:37 -04:00
Joshua M. Boniface
b88a5951e1
Merge pull request from GHSA-89hp-h43h-r5pq
Escape device id in raw HTML
2023-04-23 11:00:06 -04:00
Ian Walton
bd480aa1db Escape device id in raw HTML. 2023-04-22 10:12:58 -04:00
Bill Thornton
cf0cf93e47
Merge pull request #4492 from nyanmisaka/tonemap-mode-options
Add the tonemap mode options
2023-04-16 23:18:43 -04:00
nyanmisaka
f942072e53 Update translations for tonemapping
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-04-14 18:55:08 +08:00
nyanmisaka
f28db6699d Add tonemap mode options
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-04-14 18:50:24 +08:00
Bill Thornton
a447786a24
Merge pull request #4487 from thornbill/backport-4485
Fix dead documentation link
2023-04-12 11:01:56 -04:00
Bill Thornton
c9e5b35e42
Merge pull request #4385 from nyanmisaka/drop-progressive
Drop progressive transcoding in web client
2023-04-12 10:15:52 -04:00
Brett Petch
a2ffa9dfaf Update src/controllers/dashboard/encodingsettings.html
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2023-04-12 10:08:25 -04:00
Brett Petch
3c8c6ad469 fix: dead link 2023-04-12 10:08:11 -04:00
nyanmisaka
62dbf0d106 Drop progressive transcoding in web client
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-03-14 20:38:08 +08:00
Bill Thornton
22d1f40587
Merge pull request #4395 from thornbill/fix-installed-plugin-version
Fix installed plugin version html
2023-03-07 16:27:42 -05:00
Bill Thornton
909f03460c Fix installed plugin version html 2023-03-06 16:27:35 -05:00
Bill Thornton
7e99e3ec51
Merge pull request #4330 from dmitrylyzo/fix-navigation-input
Fix navigation for some types of INPUT
2023-02-27 10:33:01 -05:00
Bill Thornton
af27e084d5
Merge pull request #4362 from dmitrylyzo/fix-reset-subtitleoffset
Fix subtitle offset reset when seeking progressive stream
2023-02-23 16:46:26 -05:00
Bill Thornton
8f75a42669
Merge pull request #4356 from dmitrylyzo/babel-libass 2023-02-18 22:10:44 -05:00
Dmitry Lyzo
1040685c1e Fix subtitle offset reset when seeking progressive stream 2023-02-19 01:41:23 +03:00
Dmitry Lyzo
38aebf4e42 Babelify @jellyfin/libass-wasm 2023-02-14 23:13:03 +03:00
Dmitry Lyzo
62d0354fe0 Simplify adding modules to babel-loader 2023-02-14 23:13:03 +03:00
Dmitry Lyzo
e580f0c869 Fix navigation for some types of INPUT
Regression from 36fce00270
2023-02-06 15:27:42 +03:00
Bill Thornton
551f12fdfb
Merge pull request #4312 from dmitrylyzo/backport-4150
Backport PR #4150 to 10.8.z branch
2023-01-31 12:20:44 -05:00
Bill Thornton
00d59c546d
Merge pull request #4310 from jsayol/patch-1
Backport PR #4147 to 10.8.z branch
2023-01-31 12:19:23 -05:00
Dmitry Lyzo
0864432105 Fix file name escaping
(cherry picked from commit 45542a67a4)
2023-01-28 23:30:07 +03:00
Dmitry Lyzo
0c3c47b8b4 Fix Subtitle Uploder navigation in TV mode
(cherry picked from commit 78bbac8ca7)
2023-01-28 23:30:07 +03:00
Josep Sayol
5f7d2659dc Backport PR #4147 to 10.8.z branch 2023-01-28 08:22:38 +01:00
Joshua M. Boniface
72c66e91ed Bump version to 10.8.9 2023-01-22 14:09:15 -05:00
Bill Thornton
acb6519ef9
Merge pull request #4288 from dmitrylyzo/fix-es-419
Fix loading Spanish (Latin America) (es-419)
2023-01-19 15:40:35 -05:00
Joshua M. Boniface
0ff86d9ea0
Merge pull request #4274 from dmitrylyzo/fix-hisense-back
Fix back action on Hisense TV
2023-01-19 15:32:51 -05:00
Dmitry Lyzo
b94d14399f fix loading Spanish (Latin America) (es-419) 2023-01-15 20:15:39 +03:00
Dmitry Lyzo
f4c8dd6b1f fix back action on Hisense TV 2023-01-13 14:05:25 +03:00
Bill Thornton
9139153d16
Merge pull request #4263 from dmitrylyzo/fix-change-track 2023-01-12 17:39:02 -05:00
Dmitry Lyzo
0ff3cf321c fix change audio track during playback 2023-01-11 20:17:24 +03:00
Dmitry Lyzo
fe65e0c3b3 refactor: decrease the number of iterations 2023-01-10 23:13:37 +03:00