972271a1a9
Add:Library filter for single & multi-track audiobooks #1213
2022-11-27 17:42:02 -06:00
e97d92a8ac
Fix:Copy to clipboard
2022-11-27 17:10:06 -06:00
9a73e352d1
Version bump 2.2.6
v2.2.6
2022-11-27 16:07:26 -06:00
08f09f81fa
Fix:Updating authors image
2022-11-27 15:35:47 -06:00
c72609013c
Update:i18n strings for playlists
2022-11-27 15:14:28 -06:00
29a6434fdc
Playlist and collections cleanup
2022-11-27 15:12:55 -06:00
eb2ea9950a
Remove playlists for user when removing user
2022-11-27 14:54:17 -06:00
e307ded192
Remove item from playlist when removing item, update PlaylistController socket events to emit to playlist userId
2022-11-27 14:49:21 -06:00
2d6c997b38
Cleanup collections add/create modal
2022-11-27 14:39:29 -06:00
232a80a848
Fix playlist cover for single item playlsit
2022-11-27 14:35:55 -06:00
083f8faa46
Update:Fetch library API to return numUserPlaylists, only display playlists in siderail if user has playlists
2022-11-27 14:34:27 -06:00
0fcf978ffe
Add /playlist/:id to dynamic routes
2022-11-27 14:23:28 -06:00
c1360267c6
Fix:Collection page set library on refresh
2022-11-27 14:22:46 -06:00
084bea6b15
Update:Collections i18n strings
2022-11-27 14:19:22 -06:00
2032dd88ba
Hide add to playlist buttons for ebooks
2022-11-27 14:16:22 -06:00
b11b1be432
Cleanup playlist cover component
2022-11-27 14:13:31 -06:00
b743b34fab
Update playlist cover to square of 4 items
2022-11-27 14:11:17 -06:00
950d10091d
Add playlists to bookshelf item context menu
2022-11-27 13:44:54 -06:00
af0e02b9a2
Update lazybookshelf playlist socket events
2022-11-27 13:38:08 -06:00
1332147c4a
Update playlist icons
2022-11-27 13:34:50 -06:00
f07cb1e7a3
Fix player UI icon buttons from pr #1187
2022-11-27 12:36:10 -06:00
53dbdd115f
Update:Playlists for podcasts
2022-11-27 12:33:38 -06:00
a217ed5574
Update:Handle edit playlist item
2022-11-27 12:17:58 -06:00
531f947754
Update:Remove playlist if all items are removed
2022-11-27 12:04:49 -06:00
c957e9483e
Update:Playlist edit modal
2022-11-27 11:53:48 -06:00
623a706555
Update:Create playlist items table
2022-11-26 17:58:52 -06:00
7e171576e0
Update:Add libraries playlists API endpoint, add lazy playlists card
2022-11-26 17:24:46 -06:00
0979b3e03d
Update:Playlist cover & json expanded
2022-11-26 16:45:54 -06:00
1131bfa751
Update:Creating user playlists modal
2022-11-26 16:25:14 -06:00
f9b87b94bf
Add:Playlist API endpoints
2022-11-26 15:14:45 -06:00
59ed2ec87f
Merge branch 'master' into playlists
2022-11-26 12:53:30 -06:00
7b0b79e3a1
Merge pull request #1221 from jmt-gh/settings_page_component
...
Implement a Settings Content component
2022-11-26 11:07:09 -06:00
53f73e1201
Settings content updates
2022-11-26 11:08:09 -06:00
c62a1dfff0
Convert Backup page to use new settings component
...
This commit moves the Backup page to use the new settings component.
As part of this, I had to do a little bit of modification for some of
the strings, as I cleaned up the way the strings are laid out on the
page.
2022-11-25 21:12:23 -08:00
61f8055493
convert notifications page to use new settings component
2022-11-25 21:12:12 -08:00
000d7fd249
convert library stats page to use new settings component
2022-11-25 21:11:45 -08:00
087de03a1f
convert log page to use new settings component
2022-11-25 21:11:32 -08:00
a3ca6159fb
convert stats page to use new settings component
2022-11-25 21:11:17 -08:00
5de6ee136a
Convert Users settings page to use new component
...
This commit moves the Users settings page to use the new Settings
Content component. Similar to the Libraries page, this one is already a
component. I mimiced the behavior of the existing libraries component to
get the same functionality needed here
2022-11-25 21:10:05 -08:00
d5a19f2b42
Convert Library settings page to use new component
...
This commit moves the library settings page over to use the new
component. This page is 1 of 2 that actually has a component for itself,
so it was mostly just modifying that existing component and wrapping it
2022-11-25 21:08:54 -08:00
e3ec5dd506
convert sessions page to use settings content component
2022-11-25 21:08:10 -08:00
762748225d
convert settings page to use settings content component
2022-11-25 21:07:41 -08:00
4db34e0c56
Add new settings content component
...
This commit adds a new settings conent component. This is a container
component for the settings pages, so that they all get the same
formatting by default. It handles the header text, description text, and
any "add new" plus button as needed.
2022-11-25 21:06:18 -08:00
fb078d05bc
Merge pull request #1218 from jmt-gh/fix_notifications_ui
...
Update notification settings UI to match other pages
2022-11-25 14:01:00 -06:00
f59edffa43
update notification settings to match other pages
2022-11-25 11:04:11 -08:00
7aa0ddb71f
Merge branch 'master' into playlists
2022-11-25 08:09:46 -06:00
a0a6256c7a
Merge pull request #1212 from Weldawadyathink/master
...
Improve title naming for single file audiobooks when opening RSS feed
2022-11-25 06:21:55 -06:00
df7e331605
Update server/objects/FeedEpisode.js
2022-11-25 06:21:50 -06:00
8c23704e17
Merge branch 'advplyr:master' into master
2022-11-24 23:12:55 -08:00
12abb1731c
Single file audiobook rss feed naming logic moved to FeedEpisode.js
2022-11-24 23:10:20 -08:00