audiobookshelf/server
jmt-gh 35f29ca22b Use ensureDir instead of mkdir to fix 698
This commit updates the mkdir for creating the download location to
ensureDir, which is an alias for mkdirs and mkdirp, meaning they will
create the entire path of the directory if it does not exist.

https://github.com/jprichardson/node-fs-extra/blob/master/docs/ensureDir.md
2022-06-06 08:12:58 -07:00
..
controllers Add:All listening sessions config page 2022-06-04 12:44:42 -05:00
finders
libs Fix:Include Watcher as lib with no dependencies and fix tiny-readdir bug #610 2022-05-28 20:01:20 -05:00
managers Use ensureDir instead of mkdir to fix 698 2022-06-06 08:12:58 -07:00
njodb
objects Fix:Casing typo in LibraryItem 2022-06-04 13:00:51 -05:00
providers Merge master 2022-05-28 13:58:52 -05:00
routers Add:All listening sessions config page 2022-06-04 12:44:42 -05:00
scanner Update:Paginated listening sessions 2022-06-04 10:52:37 -05:00
utils Fixed bugs that caused getSequence to run twice and broke year recognition 2022-06-05 15:52:18 -07:00
Auth.js Add:User permission restrict explicit content #637 2022-05-28 16:53:03 -05:00
Db.js Add:All listening sessions config page 2022-06-04 12:44:42 -05:00
Logger.js
Server.js Fix:Authors landing page available on refresh #659 2022-06-01 16:29:29 -05:00
Watcher.js Fix:Include Watcher as lib with no dependencies and fix tiny-readdir bug #610 2022-05-28 20:01:20 -05:00