audiobookshelf/server
sir-wilhelm cae1560344 Use PowerShell to get windows drive paths.
wmic has been deprecated on newer versions of Windows 11 and is not installed.

resolves #4531
2025-07-25 12:34:29 -05:00
..
auth Fix OIDC auto register user #4485 2025-07-13 17:04:02 -05:00
controllers Fix ereader update socket event sending all devices #4529 2025-07-24 17:29:08 -05:00
finders
libs Add fuse.basic.min.js in libs instead of full npm package, use lower threshold for quick matching 2025-06-13 17:23:24 -05:00
managers 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
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 episode track index null in playback session 2025-07-22 14:44:36 -05:00
objects Update jwt secret handling 2025-07-08 16:39:50 -05:00
providers Fix server crash when FantLab provider request times out #4410 2025-06-17 17:21:21 -05: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 Use PowerShell to get windows drive paths. 2025-07-25 12:34:29 -05:00
Auth.js Remove return_tokens query param for login 2025-07-11 16:01:45 -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 AllowCors to apply to every request #4497 2025-07-15 16:28:41 -05:00
SocketAuthority.js Refactor Auth to breakout functions in TokenManager, handle token generation for OIDC 2025-07-06 16:43:03 -05:00
Watcher.js