anything-llm/server/models
Sean Hatfield d789920a19
[FEAT] Automated audit logging (#667)
* WIP event logging - new table for events and new settings view for viewing

* WIP add logging

* UI for log rows

* rename files to Logging to prevent getting gitignore

* add metadata for all logging events and colored badges in logs page

* remove unneeded comment

* cleanup namespace for logging

* clean up backend calls

* update logging to show to => from settings changes

* add logging for invitations, created, deleted, and accepted

* add logging for user created, updated, suspended, or removed

* add logging for workspace deleted

* add logging for chat logs exported

* add logging for API keys, LLM, embedder, vector db, embed chat, and reset button

* modify event logs

* update to event log types

* simplify rendering of event badges

---------

Co-authored-by: timothycarambat <rambat1010@gmail.com>
2024-02-06 15:21:40 -08:00
..
apiKeys.js [FEAT] Automated audit logging (#667) 2024-02-06 15:21:40 -08:00
cacheData.js Infinite prompt input and compression implementation (#332) 2023-11-06 13:13:53 -08:00
documents.js [FEAT] Automated audit logging (#667) 2024-02-06 15:21:40 -08:00
embedChats.js [FEAT] Embedded AnythingLLM (#656) 2024-02-05 14:21:34 -08:00
embedConfig.js [FEAT] Embedded AnythingLLM (#656) 2024-02-05 14:21:34 -08:00
eventLogs.js [FEAT] Automated audit logging (#667) 2024-02-06 15:21:40 -08:00
invite.js Replace custom sqlite dbms with prisma (#239) 2023-09-28 14:00:03 -07:00
systemSettings.js Implement support for HuggingFace Inference Endpoints (#680) 2024-02-06 09:17:51 -08:00
telemetry.js Add runtime metric to Telemetry 2024-01-24 10:40:31 -08:00
user.js [FEAT] Automated audit logging (#667) 2024-02-06 15:21:40 -08:00
vectors.js Replace custom sqlite dbms with prisma (#239) 2023-09-28 14:00:03 -07:00
welcomeMessages.js add check to skip empty messages (#602) 2024-01-16 18:23:51 -08:00
workspace.js [FIX]: Fix Chinese characters causing empty workspace slug (#660) 2024-01-31 13:38:21 -08:00
workspaceChats.js patch workspace-chats API endpoint to be generally available instead of forced multi-user 2024-01-02 12:44:17 -08:00
workspacesSuggestedMessages.js [FEAT] create custom prompt suggestions per workspace (#664) 2024-02-06 11:24:33 -08:00
workspaceUsers.js Replace custom sqlite dbms with prisma (#239) 2023-09-28 14:00:03 -07:00