audiobookshelf/server
2023-12-17 12:23:55 -06:00
..
controllers 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
finders BookFinder formatting update 2023-12-10 10:35:21 -06:00
libs Merge branch 'caching' of https://github.com/mikiher/audiobookshelf into caching 2023-11-22 19:00:11 +02:00
managers Fix:RSS feeds for collections not updating #2414 2023-12-14 15:45:34 -06:00
models Fix:RSS feeds for collections not updating #2414 2023-12-14 15:45:34 -06:00
objects SSO/OpenID: Use a mobile-redirect route (Fixes #2379 and #2381) 2023-12-04 22:36:34 +01:00
providers Update:Clean series sequence response from audible provider #2380 2023-12-06 17:31:36 -06:00
routers Use a single router.get for API cache middleware 2023-11-23 09:55:55 +02:00
scanner Sort audible match results by duration difference 2023-12-09 00:33:06 +02:00
utils Update:API endpoint /podcasts/feed validates rssFeed URL and uses SSRF req filter 2023-12-17 12:00:11 -06:00
Auth.js Update:/auth/openid/config API endpoint to require admin user and validate issuer URL 2023-12-17 10:41:39 -06:00
Database.js
Logger.js Merge pull request #2326 from lkiesow/hide-dev-logs 2023-11-25 10:36:50 -06:00
Server.js Fix:Narrators page 404 on reload #2359 2023-11-28 16:39:52 -06:00
SocketAuthority.js Ignore sequelize hooks when updating user lastSeen on socket authentication 2023-11-24 14:27:32 -06:00
Watcher.js