audiobookshelf/server/controllers
2023-12-17 12:23:55 -06:00
..
AuthorController.js
BackupController.js
CacheController.js
CollectionController.js
EmailController.js
FileSystemController.js
LibraryController.js Fix:Library search API endpoint /libraries/:id/search to check that query param q is a valid string 2023-12-17 12:23:55 -06:00
LibraryItemController.js
MeController.js Fix:Bad backup causing other backup files to not be displayed #1961 2023-09-30 16:01:10 -05:00
MiscController.js Update auth settings endpoint to return updated flag and show whether updates were made in client toast 2023-12-07 17:01:33 -06:00
NotificationController.js
PlaylistController.js
PodcastController.js Update:API endpoint /podcasts/feed validates rssFeed URL and uses SSRF req filter 2023-12-17 12:00:11 -06:00
RSSFeedController.js
SearchController.js Update:API endpoint /search/podcast throw 400 error if term query param is not supplied 2023-12-17 11:18:21 -06:00
SeriesController.js
SessionController.js
ToolsController.js
UserController.js