audiobookshelf/server/controllers
2023-12-01 21:42:54 -08:00
..
AuthorController.js Update:Remove image path input from author modal, add API endpoints for uploading and removing author image 2023-10-13 17:37:37 -05:00
BackupController.js Update get all backups api endpoint to return backupLocation, display location above backup settings 2023-09-22 16:49:01 -05:00
CacheController.js Add cover finder to new book scanner 2023-09-06 17:48:50 -05:00
CollectionController.js Update db model references 2023-08-20 13:34:03 -05:00
EmailController.js Add:Ereader device setting to set users that have access #1982 2023-10-29 11:28:34 -05:00
FileSystemController.js Fix:Browse folders when adding new library folder crashing server #2065 2023-09-09 07:47:17 -05:00
LibraryController.js Fix:Only show authors with books for users #2250 2023-10-24 17:04:54 -05:00
LibraryItemController.js Update:Remove local cover path input & replace with url from web input, include SSRF request filter 2023-10-13 16:33:47 -05:00
MeController.js Fix:Bad backup causing other backup files to not be displayed #1961 2023-09-30 16:01:10 -05:00
MiscController.js Addressed feedback changes 2023-12-01 21:42:54 -08:00
NotificationController.js Init sqlite take 2 2023-07-04 18:14:44 -05:00
PlaylistController.js Fix:Server crash when removing item from playlist #2115 2023-09-17 12:40:13 -05:00
PodcastController.js Fix:Podcast episodes store RSS feed guid so they can be matched if the RSS feed changes the episode URL #2207 2023-10-16 17:47:44 -05:00
RSSFeedController.js Remove series search api endpoint, update authors and series to load from db 2023-09-03 10:49:02 -05:00
SearchController.js Fix:Crash when searching for cover without an author #2174 2023-10-02 17:09:12 -05:00
SeriesController.js Remove series search api endpoint, update authors and series to load from db 2023-09-03 10:49:02 -05:00
SessionController.js Update JWT auth extractors, add state in openid redirect, add back cors for api router 2023-09-25 17:05:58 -05:00
ToolsController.js Update match all books to load items from DB, remove library items loading to memory on init 2023-09-04 16:33:55 -05:00
UserController.js Merge master 2023-11-01 08:58:48 -05:00