audiobookshelf/server
Igor Serebryany 63f1df4015
don't save proxy user's tokens in localstorage
we still want those tokens, we will use them in the mobile app. but we
don't want them client side, otherwise proxy users remain logged in. we
centralize the logic around storing the token, and turn `setUser` into
an action vs a mutation
2023-10-06 16:31:01 -07:00
..
controllers enable log in via either token or through proxy auth 2023-10-06 14:32:19 -07:00
controllers2 Init sqlite take 2 2023-07-04 18:14:44 -05:00
db Update db model references 2023-08-20 13:34:03 -05:00
finders Fix:Crash when searching for cover without an author #2174 2023-10-02 17:09:12 -05:00
libs Update package.json pkg assets, remove njodb and dependencies 2023-07-09 14:22:30 -05:00
managers Fix:Bad backup causing other backup files to not be displayed #1961 2023-09-30 16:01:10 -05:00
models Add:Email inputs for users 2023-10-04 17:05:12 -05:00
objects proxy auth users don't get a token 2023-10-06 15:11:45 -07:00
providers Fix:Audible india provider 2023-05-14 13:42:29 -05:00
routers Add:Remove option for authors & show authors with 0 books on authors page #2124 2023-09-24 17:06:32 -05:00
routes Init sqlite take 2 2023-07-04 18:14:44 -05:00
scanner Fix:Crash on failed scanner find covers #2164 2023-10-01 09:03:01 -05:00
utils Fix:Home page recent series shelf respect hide single book series library setting #2134 2023-09-30 14:32:40 -05:00
Auth.js don't save proxy user's tokens in localstorage 2023-10-06 16:31:01 -07:00
Database.js Merge pull request #2102 from selfhost-alt/sqlite-query-logging 2023-09-22 16:17:32 -05:00
Logger.js Fix:Downloading podcasts with watcher causing duplicate episodes #2122 2023-09-30 15:12:37 -05:00
Server.js Fix:Podcast download queue page available on refresh #2088 2023-09-12 15:35:14 -05:00
SocketAuthority.js Add support for hide from continue listening on new home page shelves route 2023-09-07 17:49:35 -05:00
Watcher.js Fix:Downloading podcasts with watcher causing duplicate episodes #2122 2023-09-30 15:12:37 -05:00