advplyr
315c83e4c3
RSS feed for collection to update when any item in the collection is updated #606
2022-12-28 18:08:03 -06:00
advplyr
9e4bc582cb
Merge pull request #1335 from lkiesow/keyboard-navigation-libraries
...
Fix keyboard navigation in library selection
2022-12-28 17:18:35 -06:00
Lars Kiesow
fc6aa1f91f
Fix keyboard navigation in library selection
...
This patch fixes the keyboard navigation in the library selection of the
main app bar. Without this patch, no options are selectable via keyboard
and selecting an option and hitting return has no effect.
2022-12-29 00:09:22 +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
advplyr
a551a2d288
Merge pull request #1332 from lkiesow/home-img-alt
...
Text description of home link
2022-12-28 16:40:21 -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
308ccf470f
Add:Open RSS feed for collection #606 #1265
2022-12-27 18:03:31 -06:00
advplyr
4021b6eca1
Merge pull request #1320 from lkiesow/undefined-default
...
Fix undefined string assignment
2022-12-27 15:37:31 -06:00
advplyr
061695f922
Add:API endpoint for opening RSS feed for collection #606 #1265
2022-12-26 17:48:39 -06:00
advplyr
e803dcd325
Update:RSS feed API routes
2022-12-26 16:58:36 -06:00
Lars Kiesow
128796bd36
Fix undefined string assignment
...
Assigning something to `process.env.profile`, Node stringifies the value. This
means that assigning `undefined` to an environment variable in Node will result
in it holding the string `undefined`.
This means, for example, that `module.exports.FFPROBE_PATH || 'ffprobe'` in
`server/libs/nodeFfprobe/index.js` will actually result in the string
`undefined`.
This patch fixes several such assignments in the `index.js`, potentially
causing problems in the development mode.
2022-12-26 23:55:14 +01:00
advplyr
775dedc338
Cleanup and remove more vars
2022-12-26 16:08:53 -06:00
advplyr
45c9038954
Fix:Manually updating author image path & realtime update author image #1317
2022-12-26 15:45:42 -06:00
advplyr
8acf962864
Update:Remove relImagePath from Author entity
2022-12-26 15:29:45 -06:00
advplyr
c3fc38639e
Merge pull request #1297 from Eschguy/master
...
Add Caddyfile example to readme
2022-12-25 16:24:57 -06:00
Austin Eschweiler
b60b75c8da
Update readme.md
2022-12-25 11:32:12 -06:00
advplyr
0f7edec73b
Add note in readme about subfolder
2022-12-24 13:32:45 -06:00
advplyr
321277826f
Readme updates
2022-12-24 11:32:40 -06:00
advplyr
6e752af2c0
Update readme with new docs
2022-12-24 11:29:58 -06:00
advplyr
0717ae39db
Fix music fine file with inode
2022-12-24 11:12:39 -06:00
advplyr
7bc5902ea8
Merge pull request #1312 from Machou/master
...
Update fr.json
2022-12-24 06:58:04 -06:00
Machou
a28e1ed5e0
Update fr.json
2022-12-24 07:49:22 +01:00
advplyr
43d9e129a6
Merge pull request #1310 from k9withabone/socket-fixes
...
Socket fixes
2022-12-23 07:47:32 -06:00
advplyr
b516019ddd
Merge branch 'socket-fixes' of https://github.com/k9withabone/audiobookshelf into socket-fixes
2022-12-23 07:34:15 -06:00
advplyr
e4c20d677c
Update server/controllers/SeriesController.js
...
Co-authored-by: Paul Nettleton <paulnett7@hotmail.com>
2022-12-23 07:33:33 -06:00
advplyr
33e183b802
Merge branch 'master' into socket-fixes
2022-12-23 07:27:14 -06:00
advplyr
b884f8fe11
Laying the groundwork for music media type #964
2022-12-22 16:38:55 -06:00
Paul Nettleton
2cba83f1dd
Server socket event fixes
2022-12-22 16:26:11 -06:00
Paul Nettleton
a9ee9031c3
Add rss feed minified
2022-12-22 16:04:42 -06:00
advplyr
c3717f6979
Merge pull request #1306 from burghy86/patch-7
...
Update it.json
2022-12-21 07:22:43 -06:00
advplyr
657d4dd705
Update:Trim whitespace from audio file meta tag values #1305
2022-12-21 07:13:28 -06:00
burghy86
17356ffd79
Update it.json
...
fix
2022-12-21 10:46:21 +01:00
advplyr
c4be75b5bd
Fix:Backups cron scheduler modal #1304
2022-12-20 12:35:31 -06:00
advplyr
57422d0759
Fix:PWA manifest add PNG icon for desktop browsers #1300
2022-12-20 11:57:52 -06:00
advplyr
d2454201b4
Merge pull request #1302 from Hallo951/master
...
Update de.json
2022-12-20 09:43:43 -06:00
Hallo951
3a92a69693
Update de.json
...
- minor fixes
- Item translated with medium or media
2022-12-20 09:36:50 +01:00
Austin Eschweiler
d733c9ccc6
Add Caddyfile example to readme
...
An example Caddyfile based on what I use
2022-12-19 18:10:55 -06:00
advplyr
3e15e09c07
Fix:Get libraries endpoint #1296
2022-12-19 17:46:32 -06:00
advplyr
0592a41d4f
Version bump 2.2.11
2022-12-19 17:16:58 -06:00
advplyr
c32e33f804
Merge branch 'master' of https://github.com/advplyr/audiobookshelf
2022-12-19 17:16:48 -06:00
advplyr
616ffb8f79
Add:M4b tool configurable options bitrate/channels/codec #1029 #1257
2022-12-19 17:13:04 -06:00
advplyr
bc771a3a44
Delete DownloadManager.js
2022-12-19 16:20:18 -06:00
advplyr
539d1a2d4f
Merge pull request #1294 from tomazed/translation-fr
...
Update fr.json regarding new Metadata strings
2022-12-19 16:16:56 -06:00
advplyr
4d8cea0bb4
Merge pull request #1293 from springsunx/patch-1
...
Update zh-cn.json
2022-12-19 16:16:37 -06:00
advplyr
8b46262e93
Merge pull request #1292 from Hallo951/master
...
Update de.json
2022-12-19 16:16:17 -06:00
advplyr
eb9a077520
Fix scroll listener for multi select inputs
2022-12-19 16:10:45 -06:00
advplyr
3d3a224402
Fix:Edit modal dropdown menus hidden #1295
2022-12-19 15:32:17 -06:00
advplyr
e1397a6dda
Update:Author cover image API endpoint to get raw cover image #1291
2022-12-19 15:06:43 -06:00
advplyr
8f49aae979
Fix:Adding podcast and filename sanitize func #1290
2022-12-19 15:02:31 -06:00