advplyr
ab14b561f5
Merge master
2023-11-01 08:58:48 -05:00
advplyr
61f2fb28e0
Add:Help icon buttons for libraries, rss feeds and users config pages, table add new buttons updated
2023-10-28 13:27:53 -05:00
advplyr
6278bb8665
Move raw cover preview to a separate global component, fix item page cover overlay show on hover
2023-10-27 16:51:44 -05:00
MxMarx
32616aa441
show a modal with cover images when clicked
2023-10-23 20:37:51 -07:00
advplyr
c4c12836a4
Fix:Version in bottom left of siderail overlapping buttons #2195
2023-10-22 17:04:45 -05:00
advplyr
5644a40a03
Update:Add missing tranlations #2217
2023-10-20 16:08:57 -05:00
advplyr
8c5ce6149f
Fix:Aspect ratio of authors image on authors landing page #2227
2023-10-18 17:10:53 -05:00
advplyr
e282142d3f
Add authentication page in config, add /auth-settings GET endpoint, remove authOpenIDCallbackURL server setting
2023-09-24 15:36:35 -05:00
advplyr
03115e5e53
Replace old items filter/sort api endpoint with new, handle collapse sub-series
2023-09-04 15:26:07 -05:00
Shawn Hoffman
24989e73ae
Merge branch 'master' into shawn/rss-feeds
2023-08-22 10:30:16 -07:00
Shawn Hoffman
13427b9f70
Add RSS feeds config page
2023-08-22 10:11:10 -07:00
advplyr
4f94deefa0
Fix remove items with issues API route & remove old endpoints
2023-08-19 17:12:24 -05:00
advplyr
4e4a976050
Update get library series api endpoint to load from db
2023-08-18 17:08:34 -05:00
advplyr
91b6c4412d
Add remaining personalized shelf queries for podcasts
2023-08-05 15:28:16 -05:00
advplyr
09eefae808
Add remaining personalized shelf queries, update book libraries home page to use new API endpoint
2023-08-05 14:01:16 -05:00
advplyr
95c4b3862b
Include library item podcast queries
2023-07-31 17:59:51 -05:00
advplyr
eeaf012cdc
Update new library item API endpoint to handle collapse series
2023-07-30 17:51:44 -05:00
advplyr
ec998dc1ac
Update:Podcast library item covers show number of episodes incomplete #782
2023-07-15 14:45:08 -05:00
advplyr
7e377297d7
Update:Remove toast notifications for marking items as finished #1900
2023-07-07 17:22:38 -05:00
advplyr
0ec50bb570
Remove experimental features and experimental ereader setting
2023-06-10 14:11:51 -05:00
advplyr
2f04d34bce
Fix:Submenu overflowing page #1828
2023-06-07 15:48:23 -05:00
advplyr
05ce9c6eda
Add:Email smtp config & send ebooks to devices #1474
2023-05-29 17:38:38 -05:00
advplyr
15aaf2863c
Add:OPML Export #1260
2023-05-28 15:10:34 -05:00
advplyr
53c96b2540
Update:Handle multiple sessions open, sync when paused, show alert of multiple sessions open when both are playing #1660
2023-05-27 17:21:43 -05:00
advplyr
b52e240025
Add:Batch re-scan #1754
2023-05-27 14:51:03 -05:00
advplyr
2cc23b6d6b
Update:Auto update home page shelves when new episode is added #716
2023-05-27 09:13:44 -05:00
advplyr
9a617226b3
Update:Continue Reading shelf Remove from Continue Reading menu item
2023-05-27 09:00:54 -05:00
advplyr
b8b3d05f5e
Fix:Authors page includes library id in url #1767
2023-05-13 16:47:38 -05:00
Alistair1231
0e7a5649cc
seek instead of skip with action handlers
2023-05-07 19:23:07 +00:00
advplyr
eb7f66c89e
Add:Narrators page #860 #1139
2023-04-30 14:11:54 -05:00
advplyr
a5627a1b52
Add:Search for narrators #1495
2023-04-24 18:25:30 -05:00
advplyr
e271e89835
Author API requests to use region from library provider
2023-04-16 15:53:46 -05:00
advplyr
179f11f55d
Add:Delete library items from file system #1439
2023-04-14 16:44:41 -05:00
Divyang Joshi
122ec140e8
Add sortBy Last Book Added and Updated to series
2023-04-11 23:18:25 -04:00
advplyr
3dc9416da6
Add:Chapters to podcast episodes #1646
2023-04-09 14:32:51 -05:00
advplyr
25ca950dd0
Update listening sessions per device and show open sessions
2023-04-08 18:01:24 -05:00
advplyr
a59311f795
Update:Adjust timestamps in player for playback speed #1647
2023-04-07 18:05:23 -05:00
advplyr
034b8956a2
Add:Batch embed metadata and queue system for metadata embedding #700
2023-04-02 16:13:18 -05:00
Malte Jürgens
808690c137
truncate long title in stream container
2023-03-20 21:28:15 +01:00
advplyr
5c9c122af2
Update:Config side nav line height and padding for cleaner wrapping
2023-03-07 09:42:33 -06:00
mfcar
cfb3ce0c60
Merge branch 'master' into addDownloadQueue
2023-03-04 22:00:18 +00:00
advplyr
d95975cade
Fix:Series page progress filter #1577
2023-03-03 17:35:14 -06:00
mfcar
34ac972130
Add download queue
2023-02-27 02:56:07 +00:00
advplyr
96930d7ecc
Fix:Scrollable config side nav and mobile ui
2023-02-11 16:19:04 -06:00
advplyr
a8f6202302
Remove Gentium Book font, reduce appbar icon and title font size
2023-02-11 15:02:56 -06:00
advplyr
6dec750d3e
Fix:Close open playback session on server when local playback session syncing from mobile
2023-01-15 15:00:18 -06:00
Lars Kiesow
59ad1e5e36
Toggle switch shouldn't submit form
...
This patch fixes the problem that toggling one of the options in the
user account dialog will automatically submit the form.
The problem got introduced as a combination of the recent accessibility
fixes where some elements got turned into HTML button elements to make
them keyboard accessible. Doing that, I did not realize that the default
type of a button is `submit` [1]. This causes no problems at most places,
but will cause problem within a form (e.g. the user account settings)
where toggling an option is now identical to clicking submit.
This patch fixes the issue by setting the `type` attribute to `button`.
Not only for the toggle switch, but also for a few other elements which
have been recently converted to buttons.
[1] https://www.w3.org/TR/2011/WD-html5-20110525/the-button-element.html#attr-button-type
2023-01-10 22:58:20 +01:00
advplyr
3c25e87e8d
Update:Cleanup audio player
2023-01-08 09:38:37 -06:00
advplyr
5255bf13cc
Update:Libraries table using context menu instead of hover buttons. Cleanup mobile view #1342
2023-01-07 17:14:55 -06:00
advplyr
7f5356100d
Bookshelf updates for music tracks
2023-01-03 18:00:01 -06:00
advplyr
d6da161b13
Music albums grouping and page
2023-01-02 18:02:04 -06:00
Lars Kiesow
452af43916
Fix Hidden Settings Menu
...
This patch fixes several problems of the settings menu related to
display on mobile devices or small(ish) windows:
- The `isMobileLandscape` is now calculated correctly. Previously, this
was set to `true` if a device was in portrait mode.
- Showing the button to collapse the settings menu and making the menu
collapsible now use the same mechanism. Previously, it could happen
that the menu was opened and not fixed, but no button to close it
again was shown.
- The icons fore opening and closing the settings menu are now both
arrows, indicating that their functionality is reversed.
- The button to open the menu now always has the string “Settings”,
instead of using the name of the current page. The current page hader
is listed below that anyway and this is the action component to open
the settings menu after all.
This fixes #1334
2023-01-01 19:49:43 +01:00
advplyr
70ba2f7850
Add:RSS feed for series & cleanup empty series from db #1265
2022-12-31 16:58:19 -06:00
advplyr
ca6765c8e7
Add translations for series #1166
2022-12-31 15:04:37 -06:00
advplyr
6bfa281dc5
Update:Series page toolbar add context menu and confirm dialog for marking series as finished
2022-12-31 14:56:18 -06:00
advplyr
d8ee61bfab
Update:Personalized API endpoint include query string to add rssFeed to entities
2022-12-31 14:31:38 -06:00
advplyr
8bbfee334c
Update:Show RSS feed icon on collection card & update API endpoint for fetching collections
2022-12-31 10:33:38 -06:00
Lars Kiesow
2c344a0bc0
Make User Settings Accessible via Screen Reader
...
This patch should fix most of the problems for users trying to access
the user settings via screen reader. It makes sure user interface
elements can be reached via keyboard and provides proper labels, roles
and values so you not only can interact with elements but also know what
you are actually changing.
While not focused on other views, this should also already fix a number
of accessibility issues with other settings pages.
2022-12-29 05:00:40 +01:00
advplyr
d4bea34423
Merge pull request #1333 from lkiesow/keynoard-navigation-border
...
Highlight items when navigating via keyboard
2022-12-28 17:01:17 -06:00
Lars Kiesow
4b0c59b174
Highlight items when navigating via keyboard
...
This patch highlights items in the app bar if a user uses the keyboard
to navigate in audiobookshelf. This ensures that users actually know
which item they have selected.
This also modifies the text for the library selector, so that users
which are using a screen reader understand that it is a selector for
libraries and not only a button related to the current library.
2022-12-28 22:59:27 +01:00
Lars Kiesow
a0840d2a08
Text description of home link
...
This patch adds the missing alt attribute to the image linking the home
page of audiobookshelf. This allows screen readers to explain to users
where this link leads to.
2022-12-28 22:55:11 +01:00
advplyr
b884f8fe11
Laying the groundwork for music media type #964
2022-12-22 16:38:55 -06:00
advplyr
147ffc0210
Fix:Cover size widget behind home page arrow #1288
2022-12-18 18:37:03 -06:00
advplyr
edbe1851b5
Add translation strings for item metadata utils #1166
2022-12-18 15:11:48 -06:00
advplyr
4971787482
Add:Manage genres #1163
2022-12-18 14:52:53 -06:00
advplyr
4d93e39fa9
Add:Item metadata utils config page for managing tags #1163
2022-12-18 14:17:52 -06:00
advplyr
9b1f7f566f
Fix:On bookshelf view show series name placard on shelf #1239
2022-12-17 16:36:41 -06:00
advplyr
c06d734d5e
Update:Persist series sort/filter options #1272
2022-12-17 15:10:25 -06:00
advplyr
7852804a9c
Update:Remove call to server for user settings, user settings stored locally
2022-12-17 14:50:01 -06:00
advplyr
ba3d84a924
Update client/components/app/Appbar.vue
2022-12-15 17:57:42 -06:00
Tomazed
48f493a9f5
Missing Localization in Appbar.vue
2022-12-15 17:50:13 +01:00
advplyr
0ae853c119
Update library items batch get route
2022-12-12 17:36:53 -06:00
advplyr
9f4547cff8
Update client/components/app/Appbar.vue
2022-12-05 17:13:03 -06:00
advplyr
a98106593d
Update client/components/app/Appbar.vue
2022-12-05 17:12:58 -06:00
advplyr
c625b3f08c
Update client/components/app/Appbar.vue
2022-12-05 17:12:53 -06:00
Lars Kiesow
616caecdf1
Add Missing Tooltips
...
This patch adds a few more missing tooltips to the user interface.
2022-12-05 23:16:27 +01:00
advplyr
4959a28485
Update:Playlists cover size
2022-12-03 15:44:53 -06:00
advplyr
6baa0fa047
Fix:Multi-select library items using shift key #1236
2022-12-01 17:39:23 -06:00
advplyr
725f8eecdb
Fix:Batch selecting ebooks showing play button in appbar #1235
2022-11-30 17:09:00 -06:00
advplyr
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
advplyr
b743b34fab
Update playlist cover to square of 4 items
2022-11-27 14:11:17 -06:00
advplyr
af0e02b9a2
Update lazybookshelf playlist socket events
2022-11-27 13:38:08 -06:00
advplyr
1332147c4a
Update playlist icons
2022-11-27 13:34:50 -06:00
advplyr
c957e9483e
Update:Playlist edit modal
2022-11-27 11:53:48 -06:00
advplyr
7e171576e0
Update:Add libraries playlists API endpoint, add lazy playlists card
2022-11-26 17:24:46 -06:00
advplyr
53f73e1201
Settings content updates
2022-11-26 11:08:09 -06:00
jmt-gh
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
advplyr
180293ebc1
Update:Cleanup socket usage & add func for emitting events to admin users
2022-11-24 16:35:26 -06:00
advplyr
145e0217b6
Update:Media session show next/prev track buttons #1201
2022-11-22 16:57:18 -06:00
advplyr
7df8795d52
Fix:Icon sizes
2022-11-21 07:18:10 -06:00
advplyr
b37b382ea7
Update:More translation strings #1103 #1166
2022-11-20 17:11:51 -06:00
Lars Kiesow
fdfb07ff2c
Add a few tooltips
...
Starting to use audiobookshelf, the function of some buttons weren't
very clear to me and while some buttons have tooltips, others have not.
This patch adds some additional tooltips to the user interface,
further explaining some of the functionality.
2022-11-20 18:50:34 +01:00
advplyr
cd92a22f4d
Update:Account button icon size
2022-11-19 12:09:05 -06:00
advplyr
bcd224f534
Update:Add translation strings for bookshelf #1103 #1166
2022-11-19 11:44:08 -06:00
advplyr
1a93103e50
Update:Remove limit for batch editing #1170
2022-11-19 11:27:08 -06:00
advplyr
45ccf9d4be
Update:Hide bookshelf toolbar inputs when batch selecting
2022-11-19 11:24:21 -06:00
advplyr
7485cf1a26
Add:Batch select audiobook play button, item page mobile screen size cleanup
2022-11-19 10:20:10 -06:00
advplyr
7d8c8fa5bb
Update:Navigation for mobile screen include authors page and podcast latest page
2022-11-16 17:23:18 -06:00
advplyr
3316394f5c
Add:Button on series books page to re-add series to continue listening #1159
2022-11-15 17:20:57 -06:00
advplyr
c5d66989a6
Update:Bookshelf toolbar for series page on mobile
2022-11-15 17:05:03 -06:00