audiobookshelf/server
2025-10-02 22:14:48 +03:00
..
auth Fix http/https error 2025-08-30 17:47:21 +02:00
controllers Fix server crash when transcode requests are made to the direct play endpoint #4555 2025-08-07 17:21:05 -05:00
finders Remove audiobookcovers from provider list 2025-10-02 22:14:48 +03:00
libs
managers Replace cover search with streaming version 2025-10-02 13:30:03 +03:00
migrations Update API Keys to be tied to a user, add apikey lru-cache, handle deactivating expired keys 2025-06-30 14:53:11 -05:00
models Fix podcast itunesId not set on create or update from match #4614 2025-08-22 08:20:49 -05:00
objects remove token from hls url 2025-08-19 15:29:49 +02:00
providers Reduce provider timout to 10 secs, Shorten error message 2025-10-02 13:26:05 +03:00
routers Add rate limiter for auth endpoints 2025-07-07 16:23:15 -05:00
scanner Fix scanner after deleting single file books #4459 2025-07-09 13:42:53 -05:00
utils Fix issue with episode downloads without streams, fallback to regular dl on ffprobe fail 2025-09-10 17:10:00 -05:00
Auth.js Add additional debug logs for OIDC login 2025-08-15 17:23:20 -05:00
Database.js Update API Keys to be tied to a user, add apikey lru-cache, handle deactivating expired keys 2025-06-30 14:53:11 -05:00
Logger.js
Server.js Update for nextjs client, pass all remaining requests through to nextjs 2025-09-28 09:41:15 -05:00
SocketAuthority.js Replace cover search with streaming version 2025-10-02 13:30:03 +03:00
Watcher.js