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

71 commits

Author SHA1 Message Date
Bill Thornton
363171b56d Add playlist editing 2024-10-13 12:36:08 -04:00
grafixeyehero
690b1fbed5 Add detail view buttons 2024-09-08 20:15:20 +03:00
Kevin G
40074c6433 Fix playlist item count variable name
Signed-off-by: Kevin G <kevin@myplaceonline.com>
2024-08-22 16:56:38 -04:00
Kevin G
f3ca76e418 Add move to top and bottom context menu options
After adding an item to a playlist, I often want to move it to
the top and it's tedious to drag and drop if the playlist is large.
This adds 'Move to Top' and 'Move to Bottom' options to a playlist
item context menu.
2024-08-22 16:56:38 -04:00
LJQ
648e8ff2a6 Preliminary Lyrics Editor 2024-08-20 14:46:26 -04:00
Peter Santos
1da9b548ac
Replace existence check with optional chaining (#5742) 2024-08-17 02:58:01 -04:00
Bill Thornton
056d802c56 Move globalize to lib 2024-08-14 14:00:09 -04:00
thornbill
d6130751e8 Backport pull request #5581 from jellyfin-web/release-10.9.z
Fix missing policy check for download all

Original-merge: bb9b4ce8bb

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

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-05-25 11:50:44 -04:00
Bill Thornton
6c226ba59f Add permission check for removing playlist item 2024-05-06 03:02:12 -04:00
robert-hamilton36
c42b96df3e add Lyrics 2024-04-10 10:49:33 +12:00
Nitzan Savion
58e12db814 Replace hardcoded string for BaseItemKind values 2024-03-22 19:35:13 +02:00
Nitzan Savion
fb6e0312ac
Merge branch 'master' into master 2024-03-21 18:31:12 +02:00
Nitzan Savion
0663c0731f Apply PR suggestions 2024-03-13 01:24:33 +02:00
chinkara
fd50b3af55 improve itemContextMenu.js by adding a helper function to itemHelper.js 2024-03-07 10:15:12 +01:00
chinkara
394a548263 No admin user can be allowed to "edit subtitles"
Front end support to new feature. A user without admin rights can be allowed to "edit subtitles"
2024-03-07 10:15:12 +01:00
Nitzan Savion
9754af5ef5 Delete Series confirmation and button text 2024-02-27 15:04:09 +02:00
grafixeyehero
d702ad938a add show method for PlaylistEditor Class 2024-02-11 23:32:14 +03:00
Niels van Velzen
9eeec9270d Remove unused sync code 2024-01-06 19:34:34 +01:00
Marco
0f8d29a573
Merge branch 'master' into Sorting-Only-Thumbnail-Fix-5584 2023-10-05 22:53:18 +01:00
Cosmin Cioaclă
480e683ad6 fix: remove unnecessary renaming 2023-10-04 20:31:47 +02:00
MrK
d62a36a708 itemContextMenu only supports folders and using parentId instead for lists
Revert line change on playbackmanager.js
2023-10-02 23:25:57 +01:00
MrK
5d20523616 Reverting itemContextMenu changes to support folder/playlist ordering with the "Play" action
Code cleanup
2023-09-23 22:50:57 +01:00
MrK
c935ba9a20 Removed unused imports 2023-09-21 00:14:07 +01:00
MrK
4488a586a4 Removed unneeded calls to getSortValues on playbackManager calls that only play 1 item 2023-09-20 22:50:01 +01:00
MrK
ee791f9d0d Changed from using sortOptions to using already implemented queryOptions
Null verification for parentid on shortcuts.js
itemContextMenu is now obeying to sorting
2023-09-20 17:44:55 +01:00
Bill Thornton
ec0adb895b Add constructor capitalization rule 2023-07-06 11:49:55 -04:00
Shadowghost
b3c023f4fa Fix collection permission check in context menu 2023-05-30 16:20:03 +02:00
Bill Thornton
f96166657d Move remaining router components 2023-05-02 16:40:31 -04:00
robert-hamilton36
a83e3b121b Remove Select option from tvs 2023-04-24 11:37:00 -04:00
robert-hamilton36
447b6f5582 Add select option 2023-04-24 11:37:00 -04:00
Bill Thornton
f2726653ae Fix indentation issues 2023-04-19 01:56:05 -04:00
Bill Thornton
6f3aa2f1df Fix eslint issues 2023-03-29 00:38:22 -04:00
Shadowghost
43addea602 Only disable collection management for TV 2023-03-13 18:17:28 +01:00
Shadowghost
85fcf9821a Add setting for collection management 2023-03-09 22:03:39 +01:00
Bill Thornton
1eafb235e2 Use array.flat instead of concat.apply 2023-01-04 23:41:51 -05:00
Markus Ongyerth
d54a89d10a Integrate review feedback
* Add ignore statement for linter
* Don't shadow variable names
2023-01-04 23:41:51 -05:00
Markus Ongyerth
17eede9062 Add DownloadAll to translations 2023-01-04 23:41:51 -05:00
Markus Ongyerth
9bef06f466 Add DownloadAll for season and series 2023-01-04 23:41:51 -05:00
grafixeyehero
bdff9b14f1 Rename class name for collectionEditor & add method show 2022-10-26 23:46:04 +03:00
Bill Thornton
1f4e65822b Fix sonarjs no-collapsible-if 2022-10-03 14:26:16 -04:00
Ryan Hartzell
d895a4fc6a add eslint no-nested-ternary rule and fix violations 2022-04-27 16:06:24 -07:00
Dmitry Lyzo
7239269980 refactor: Extract copy to clipboard function 2022-02-26 00:33:08 +03:00
Bill Thornton
d94da4538c Fix sharing url 2021-05-21 00:13:38 -04:00
Bill Thornton
be9f964c18 Remove useless escape characters 2021-03-23 11:28:20 -04:00
vitorsemeano
2243b35311
fixed multiple default imports missing
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-11-08 12:26:11 +00:00
vitorsemeano
2a3ade9bb9
fix multiple import defaults missing
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-11-08 11:24:44 +00:00
vitorsemeano
56b76697b7
Update src/components/itemContextMenu.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-11-08 11:14:16 +00:00
vitorsemeano
4b42afcd7a fix some toast imports 2020-11-05 23:12:24 +00:00
vitorsemeano
5071aedcea extracted connectionManager from site.js
new module ServerConnections for ConnectionManager
all code adapted to this new module
removed Events and ConnectionManager from eslintrc
2020-11-05 23:12:23 +00:00
MrTimscampi
7d9208e951 WIP 2020-11-05 23:09:09 +00:00