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 Updated matching with latest changes, Added override toggle for quickmatch, added asin and isbn to quickmatch query, updated audible provider to use audnexus 2022-05-23 03:56:51 +01:00
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 Fix:File permissions on cache dirs and cache images, Fix:Db delete read stream closing before write stream resulting in deletes sometimes not happening 2022-05-15 09:51:08 -05:00
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 Fix: Daily log file not adding newlines to logs, Add: Config log page loads last 5000 logs for the current day #72 2021-10-31 19:10:45 -05:00
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