Backend
Go to file
2026-02-04 14:29:49 +00:00
controller feat: add admin endpoints for listing and moving user contract documents 2026-02-04 15:28:39 +01:00
database feat: implement pool member management with listing and adding functionalities 2026-01-23 21:54:23 +01:00
mailTemplates Initial Commit 2025-09-07 12:44:01 +02:00
middleware feat: implement user status check to block suspended accounts in authMiddleware and LoginService 2026-01-30 15:33:37 +01:00
models feat: implement pool member management with listing and adding functionalities 2026-01-23 21:54:23 +01:00
repositories fix: group rogue user counts by matrix instance in getMatrixStats function 2026-02-01 14:23:10 +01:00
routes feat: add admin endpoints for listing and moving user contract documents 2026-02-04 15:28:39 +01:00
scripts fix: standardize target path to always use 'contract' in migrateContractPaths function 2026-02-04 12:18:56 +01:00
services feat: add maxDepth parameter to create matrix functionality for depth control 2026-01-31 15:40:14 +01:00
templates Initial Commit 2025-09-07 12:44:01 +02:00
utils Initial Commit 2025-09-07 12:44:01 +02:00
.gitignore Initial Commit 2025-09-07 12:44:01 +02:00
package-lock.json fix: npm version fix 2026-01-13 13:57:39 +01:00
package.json fix: npm version fix 2026-01-13 13:57:39 +01:00
server.js feat: add user creation scripts for company and personal users 2025-11-30 13:32:25 +01:00