Commit graph

5 commits

Author SHA1 Message Date
Philipinho
6af5c9a9ca Add new user and workspace endpoints
* add account update endpoint to user module
* add membership management endpoints to workspace module
2023-09-04 19:10:48 +01:00
Philipinho
3e7c2de9a4 Return user and with current workspace
* Create endpoint to return user and their workspace
* Only return auth tokens on login/signup
* Allow nullable workspace name
2023-08-26 23:38:14 +01:00
Philipinho
f11f9f6210 Add new page module and services; refactor existing entities
- Introduced a new page module with associated services.
- Refactored TypeORM entities in user and workspace modules.
2023-08-22 19:48:57 +01:00
Philipinho
6e9be6d827 replace deprecated plainToClass with plainToInstance 2023-08-08 18:13:50 +01:00
Philipinho
fe7c3ede01 workspace - wip 2023-08-07 18:16:51 +01:00