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

1670 commits

Author SHA1 Message Date
Shadowghost
a159a6f916 Cleanup network config 2023-07-13 18:17:02 +02:00
Bill Thornton
71ec7c57f5
Merge pull request #4704 from thornbill/eslint-sonar-updates 2023-07-08 00:53:55 -04:00
Bill Thornton
7b351cbea5
Merge pull request #4692 from hikaps/fix/scheduledTasks
Fix scheduled task time limit key
2023-07-07 19:33:31 -04:00
Bill Thornton
b034c01240 Add no extend native rule 2023-07-06 14:46:14 -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
Joshua M. Boniface
b372953671 Backport pull request #4654 from jellyfin/release-10.8.z
Add confirmation for 3rd party repos

Original-merge: 331fa87216

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

Backported-by: Bill Thornton <thornbill@users.noreply.github.com>
2023-07-02 02:06:24 -04:00
hikaps
56bab2fb0f Fix scheduled task time limit key 2023-06-16 19:17:06 +05:30
Bill Thornton
c0f1de9f3f Update paths and stable app view 2023-06-09 03:01:27 -04:00
Bill Thornton
246ff2353e Require passwords when creating an admin user in the startup wizard 2023-06-06 12:51:15 -04:00
Killface1980
979e7aa659 Add Music Videos under MusicArtist view
local adapts

Added Music Videos View under MusicArtist view

simplified fix

Delete VSWorkspaceState.json

Delete read.lock

removed unwanted changes

removed unwanted line

changes applied

revert parameter usage
2023-06-03 02:44:12 -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
Shadowghost
d867bf4b45 Adapt dummy chapter settings and labels 2023-05-30 16:28:55 +02:00
Dmitry Lyzo
5c44b03b5f Fix access to missing Shuffle button 2023-05-25 11:36:01 +03:00
Dmitry Lyzo
d80650e0dd Make rating button look like other buttons 2023-05-21 01:05:43 +03:00
fishbigger
a84bee544a Added ability to favorite item from video playback 2023-05-21 01:05:43 +03:00
Bill Thornton
689fc80c3b Remove notifications pages from dashboard 2023-05-19 12:55:26 -04:00
Bill Thornton
f8334c64ba Fix xss in api key page 2023-05-12 00:13:12 -04:00
Bill Thornton
930574c67d
Merge pull request #4581 from Xavier-Do/master-fix-video-refresh-transparency
Fix white background on video refresh
2023-05-10 10:44:13 -04:00
Xavier-Do
a928b12c44 Fix white background on video refresh
When refreshing a /video page, since no player is available,
`getCurrentPlayer` will be empty and `bindToPlayer` will crash leading
to a redirect with `appRouter.goHome();`
This is also the case when navigating with previous then next in the
browser.

Before that that, the background is set in `viewbeforeshow` using
`setBackdropTransparency(TRANSPARENCY_LEVEL.Full);`

This will leave unexpected classes in the dom leading to a white
background on the main page.

This fixes proposes to reset the transparency before going to home
using `setBackdropTransparency(TRANSPARENCY_LEVEL.None);`
Anyway, this looks a little fragile and a deeper fix may be preferable
in the future.

Another solution would be to move the
`setBackdropTransparency(TRANSPARENCY_LEVEL.Full);` when the player is
ready but my understanding of the flow is not enough to now if it would
have any unexpected results.
2023-05-09 17:03:14 +02:00
Bill Thornton
e730f1a17c Add enum for library tab values 2023-05-09 10:28:29 -04:00
Bill Thornton
1b03cd79eb Fix prefer for-of errors 2023-05-04 13:07:12 -04:00
Bill Thornton
d7d0d7305c
Merge pull request #4556 from thornbill/routes-cleanup
Cleanup routes
2023-05-04 13:02:33 -04:00
Dmitry Lyzo
81a2d878ca Fix query selector target
Cherry-picked from: 1fb5c4d95d
2023-05-03 01:23:44 +03:00
Bill Thornton
023dd384cf Use react user pages in stable app 2023-05-02 16:40:32 -04:00
Bill Thornton
f96166657d Move remaining router components 2023-05-02 16:40:31 -04:00
Ian Walton
60d3859a2f Escape device id in raw HTML. 2023-04-26 01:39:19 -04:00
nyanmisaka
f93bfdec42 Add tonemap mode options
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-04-25 01:41:25 -04:00
Bill Thornton
f2726653ae Fix indentation issues 2023-04-19 01:56:05 -04:00
TheMelmacian
8796a51f02 Fix item details not fully updated on version change 2023-04-15 12:26:17 +02:00
Bill Thornton
8cbb4f8cc0
Merge pull request #4435 from robert-hamilton36/VolumeScroll
Add video volume change on mouse scroll
2023-04-14 17:12:19 -04:00
FireGamer3
b56f83df9a Adds Ratings to both Video Player and Up Next Dialog Window 2023-04-13 20:14:30 -05:00
Bill Thornton
22a25ab37c
Merge pull request #4485 from brettpetch/patch-1
fix: dead link
2023-04-12 10:06:53 -04:00
Brett Petch
dccbcbd72c
Update src/controllers/dashboard/encodingsettings.html
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2023-04-12 06:33:55 -04:00
grafixeyehero
a3c8e11025 clean up 2023-04-11 02:53:38 +03:00
grafixeyehero
6cb6e10083 revert asyncRoutes to legacyRoutes 2023-04-10 22:58:14 +03:00
Brett Petch
4d99244bb3
fix: dead link 2023-04-10 14:24:40 -04:00
Bill Thornton
1451e4ece0
Merge pull request #4423 from thornbill/pluginify-syncplay 2023-03-29 23:15:04 -04:00
Bill Thornton
6f3aa2f1df Fix eslint issues 2023-03-29 00:38:22 -04:00
Bill Thornton
fda38f5626
Merge pull request #4154 from knackebrot/audio-vbr
Add Audio VBR setting
2023-03-28 15:34:27 -04:00
robert-hamilton36
b97d6d3441 add volume adjust onwheel scroll event 2023-03-17 10:59:21 +13:00
Bill Thornton
732ef8fdad Update SyncPlay references to use plugin 2023-03-15 16:55:34 -04:00
Hannes Braun
c4f6e11f6c Add setting for ParallelImageEncodingLimit 2023-03-14 23:15:41 -04:00
Bill Thornton
3a784ad928
Merge pull request #4403 from thornbill/eslint-radix
Add eslint radix rule for parseInt
2023-03-10 15:22:32 -05:00
Bill Thornton
c9b72d87fe Backport pull request #4395 from jellyfin/release-10.8.z
Fix installed plugin version html

Original-merge: 22d1f40587

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

Backported-by: crobibero <cody@robibe.ro>
2023-03-09 19:43:08 -05:00
Bill Thornton
329cf77c81 Add eslint radix rule for parseInt 2023-03-09 00:20:11 -05:00
Bill Thornton
8a0e2f142d
Merge pull request #4389 from JRaspass/master
Remove old Emby (3.x) version checks
2023-03-07 11:45:50 -05:00
James Raspass
bd9d3e5f65 Remove old Emby (3.x) version checks
As per https://trello.com/c/sA25wd46/8-remove-old-emby-3x-version-checks
2023-03-06 19:23:47 +00:00
Niels van Velzen
12d2fb471c Support markdown in item descriptions 2023-03-04 16:29:45 +01:00