Commit Graph

495 Commits

Author SHA1 Message Date
a7615975b0 Remove DISABLED status and add isEnabled field 2025-01-04 18:57:19 -06:00
39d73bf241 finished Update invited user endpoint 2025-01-04 06:25:50 -06:00
c616547f9b Add activation code endpoint 2025-01-04 04:44:34 -06:00
93d05162fa Remove isEnabled column from InviteUserEntity 2025-01-04 04:19:19 -06:00
1b9a25c0b1 Merge pull request #184 from SyncrowIOT/SP-986-be-send-email-for-inviting-user-role
Sp 986 be send email for inviting user role
2025-01-04 03:21:30 -06:00
17124b9d34 list space model should list tags 2025-01-02 11:22:54 +04:00
3cff606887 Add environment variables and update email service for different environments 2024-12-30 19:41:19 -06:00
8ebedd6d8d Merge branch 'dev' into SP-986-be-send-email-for-inviting-user-role 2024-12-30 19:02:09 -06:00
7e6e34a3de Refactor and add new user-related endpoints for projects 2024-12-30 18:59:42 -06:00
5220722579 Merge pull request #178 from SyncrowIOT/feat/edit-space-model
Feat/edit space model
2024-12-30 14:44:15 +04:00
1c4a3940bb Merge pull request #185 from SyncrowIOT/SP-907-be-get-users-by-project
Add endpoint to get users by project
2024-12-30 02:10:18 -06:00
036d39dbef Merge branch 'dev' of https://github.com/SyncrowIOT/backend into feat/edit-space-model 2024-12-30 10:08:43 +04:00
a96dccd19d Add endpoint to get users by project 2024-12-29 22:31:56 -06:00
d56b26d3ea Add Mailtrap API token and invitation template functionality 2024-12-28 19:41:24 -06:00
cc5fd68adb remove device-tag relation 2024-12-27 09:40:05 +04:00
77d2e18b36 Make jobTitle and phoneNumber optional in InviteUserEntity and DTO 2024-12-25 19:58:37 -06:00
f7b75a630a disabling space 2024-12-25 16:23:09 +04:00
a74a0db26e updated space update 2024-12-25 10:52:48 +04:00
1e47fffc0a cleaned space entities 2024-12-24 08:43:25 +04:00
97b53bf417 space cleanup 2024-12-24 08:12:56 +04:00
fef44b3c4f added space model delete 2024-12-23 22:13:24 +04:00
b0eec7c38e added tag action 2024-12-23 20:34:44 +04:00
ff6a4829a0 Merge pull request #181 from SyncrowIOT/SP-933-be-implement-email-existence-validation-invite-user
Sp 933 be implement email existence validation invite user
2024-12-23 10:04:19 +04:00
864884933e Add endpoint to check email and project existence 2024-12-23 00:01:36 -06:00
39fd6e9dd9 Add project relationship to InviteUserEntity and invitedUsers to ProjectEntity 2024-12-23 00:01:11 -06:00
5cae090b9a fixed null issue 2024-12-23 00:00:19 -06:00
2dd48b7bc2 clean model entities 2024-12-23 08:32:02 +04:00
9245c47ef5 removed count from all entities 2024-12-20 14:27:25 +04:00
786c56524c makew project-community relation not nullable 2024-12-20 10:43:20 +04:00
2d94e10f16 Merge branch 'create-orphan-space-for-project' of https://github.com/SyncrowIOT/backend into feat/list-space-model 2024-12-19 11:57:31 +04:00
66364811f6 added project name to community name 2024-12-19 11:57:06 +04:00
f4741caa06 revert back change 2024-12-19 11:52:56 +04:00
aefe788dd0 added device-to-tag 2024-12-19 10:29:21 +04:00
23be781d2e added disabled to all space entities 2024-12-19 10:25:25 +04:00
35888a1fce added disabled to subspaces 2024-12-19 10:22:33 +04:00
85aa64ac36 added edit space module endpoint 2024-12-18 15:00:34 +04:00
7833151b70 list space-model 2024-12-18 11:40:45 +04:00
a5ab883957 create orphan community and space for project 2024-12-18 08:22:53 +04:00
885d43d834 Merge branch 'dev' of https://github.com/SyncrowIOT/backend into feat/link-space-to-space-model 2024-12-17 20:41:08 +04:00
d1050babd1 space product service 2024-12-17 19:08:48 +04:00
b3e8af7540 added subspace product item 2024-12-17 12:18:03 +04:00
c27aca1196 Fix inconsistent casing in Invite-user module paths 2024-12-17 02:13:34 -06:00
a25496b926 Remove unused and outdated dependencies 2024-12-17 01:46:39 -06:00
5e9a8f3f78 Make roleType field non-nullable in UserEntity 2024-12-16 20:00:10 -06:00
6f3891a68e Add invitedBy field to InviteUserDto and InviteUserEntity 2024-12-16 19:56:37 -06:00
9de1d7134a Fix inconsistent casing in file imports 2024-12-16 19:41:51 -06:00
c1af930dc9 Fix inconsistent casing in import paths for Invite-user module 2024-12-16 19:36:40 -06:00
64027d3a16 Add permission and role management features 2024-12-16 00:19:14 -06:00
57397e653a Add Invite User Module and Update User and Space Entities
This commit introduces a new module for handling user invitations, including DTOs, entities, and repositories. It also updates the User and Space entities to include relationships with the new Invite User entities.
2024-12-16 00:17:50 -06:00
852299a273 Refactor user role handling to use single role object 2024-12-16 00:16:24 -06:00