audiobookshelf/server
2024-12-03 22:05:48 +00:00
..
controllers Refactor download method in LibraryItemController to handle share items 2024-12-03 22:05:48 +00:00
finders Add a try-catch block around custom provider search 2024-09-09 19:23:26 +03:00
libs Put umzug in server/libs and remove unneeded dependencies from it 2024-09-08 21:33:32 +03:00
managers Add episode_download_queue_cleared socket event 2024-11-12 07:37:38 +02:00
migrations Add migration to include isDownloadable column in mediaItemShares table 2024-12-01 01:49:50 +00:00
models Add isDownloadable bool to MediaItemShare model 2024-12-01 01:41:00 +00:00
objects Fix:Error adding new series if a series has a null title #3622 2024-11-18 07:59:02 -06:00
providers Fix:Use region for author search by name #3470 2024-10-01 16:14:51 -05:00
routers Update FolderWatcher to singleton 2024-11-07 16:32:05 -06:00
scanner Fix:Podcast episodes duplicated when a scan runs while the episode is downloading #2785 2024-11-07 17:26:51 -06:00
utils Fix:Error adding new series if a series has a null title #3622 2024-11-18 07:59:02 -06:00
Auth.js Add in-memory user cache 2024-11-10 08:34:47 +02:00
Database.js Fix:Server crash deleting library that has playback sessions #3634 2024-11-22 17:20:31 -06:00
Logger.js Disregard socketListener.level if level >= FATAL 2024-09-11 22:05:38 +03:00
Server.js Update:Set Content-Security-Policy header to disallow iframes 2024-11-23 11:17:13 -06:00
SocketAuthority.js Add base path to socket.io connections on client and server 2024-10-15 05:50:23 +03:00
Watcher.js Fix:Podcast episodes duplicated when a scan runs while the episode is downloading #2785 2024-11-07 17:26:51 -06:00