anything-llm/server/endpoints
Sean Hatfield 11f6419c3c
[FEAT] Implement new login screen UI & multi-user password reset (#1074)
* WIP new login screen UI

* update prisma schema/create new models for pw recovery

* WIP password recovery backend

* WIP reset password flow

* WIP pw reset flow

* password reset logic complete & functional UI

* WIP login screen redesign for single and multi user

* create placeholder modal to display recovery codes

* implement UI for recovery code modals/download recovery codes

* multiuser desktop password reset UI/functionality complete

* support single user mode for pw reset

* mobile styles for all password reset/login flows complete

* lint

* remove single user password recovery

* create PasswordRecovery util file to make more readable

* do not drop-replace users table in migration

* review pr

---------

Co-authored-by: timothycarambat <rambat1010@gmail.com>
2024-04-25 16:52:30 -07:00
..
api resolves #1156 2024-04-21 11:45:34 -07:00
embed Refactor LLM chat backend (#717) 2024-02-14 12:32:07 -08:00
extensions Migrate document processor to class (#735) 2024-02-16 16:32:25 -08:00
admin.js Agent support for @agent default agent inside workspace chat (#1093) 2024-04-16 10:50:10 -07:00
agentWebsocket.js Agent support for @agent default agent inside workspace chat (#1093) 2024-04-16 10:50:10 -07:00
chat.js Breakout Chat/Query mode as a workspace setting (#734) 2024-02-16 14:50:40 -08:00
document.js folder mgmt, use STORAGE_DIR 2024-03-21 15:03:52 -07:00
embedManagement.js [FEAT] Automated audit logging (#667) 2024-02-06 15:21:40 -08:00
invite.js [FEAT] Automated audit logging (#667) 2024-02-06 15:21:40 -08:00
system.js [FEAT] Implement new login screen UI & multi-user password reset (#1074) 2024-04-25 16:52:30 -07:00
utils.js Implement total permission overhaul (#629) 2024-01-22 14:14:01 -08:00
workspaces.js Add ability for owner to reset just the workspace vector DB (#1094) 2024-04-12 14:50:39 -07:00
workspaceThreads.js Refactor LLM chat backend (#717) 2024-02-14 12:32:07 -08:00