audiobookshelf/server
Lars Kiesow 7b6aa3ba5a
Allow enabling dev logs
This patch allows users to enable dev logs on production systems by
setting the `HIDE_DEV_LOGS` environment variable.

Before, you could only use this on a non-production environment. On
production, the logs would be disabled. This patch changes the behavior
and uses the `NODE_ENV` only as default. On production they are disabled
if `HIDE_DEV_LOGS` is undefined but can be enabled by setting
`HIDE_DEV_LOGS=0` on dev, they are enabled if undefined, but can be
disabled by setting `HIDE_DEV_LOGS=1`.
2023-11-19 21:00:54 +01:00
..
controllers Fix initialize openid auth strategy 2023-11-19 12:57:17 -06:00
finders Test BookFinder.js using mocha 2023-11-09 19:58:51 +00:00
libs Merge master 2023-11-01 08:58:48 -05:00
managers Fix:Podcast episode cron not adding/removing library items correctly #2277 2023-11-03 07:07:58 -05:00
models Matching user by openid sub, email or username based on server settings. Auto register user. Persist sub on User records 2023-11-08 16:14:57 -06:00
objects Fix initialize openid auth strategy 2023-11-19 12:57:17 -06:00
providers
routers Add new API endpoint for updating auth-settings and update passport auth strategies 2023-11-10 16:11:51 -06:00
scanner Fix handling of single mefia file updates 2023-11-04 11:06:54 +00:00
utils Fix:Crash when matching with author names ending in ??? by escaping regex strings #2265 2023-10-30 16:35:41 -05:00
Auth.js Fix initialize openid auth strategy 2023-11-19 12:57:17 -06:00
Database.js
Logger.js Allow enabling dev logs 2023-11-19 21:00:54 +01:00
Server.js Remove global CORS for api endpoints and setup temp CORS check for ebook endpoint 2023-11-19 11:32:48 -06:00
SocketAuthority.js Merge master 2023-11-01 08:58:48 -05:00
Watcher.js Fix:Watcher waits for files to finish transferring before scanning #1362 #2248 2023-10-25 16:53:53 -05:00