Commit Graph

1015 Commits

Author SHA1 Message Date
c1aa5232c7 fixed delete 2025-01-24 20:56:50 +04:00
6978ee84fa removed unique subspace name 2025-01-22 12:45:10 +04:00
7e15cc65a4 only update if tag is no there 2025-01-22 12:44:54 +04:00
3ee2e66e39 filter disable get space models in get query 2025-01-22 12:03:53 +04:00
414495c7fe Merge pull request #219 from SyncrowIOT/fix-wizard-issue
Add VIEW_DEVICE_WIZARD permission to VISITOR role
2025-01-21 23:45:27 -06:00
335ba9f63b Add VIEW_DEVICE_WIZARD permission to VISITOR role 2025-01-21 07:40:52 -06:00
d193778df0 Merge pull request #218 from SyncrowIOT/SP-1101-investigate-mismatch-between-log-and-column-values
Sp 1101 investigate mismatch between log and column values
2025-01-21 01:40:01 -06:00
9542f9334f Refactor invite user service to validate spaces and improve code structure 2025-01-21 00:02:25 -06:00
42c3f3c150 Update device status logs to handle multiple properties 2025-01-21 00:02:17 -06:00
6dba022350 Merge pull request #217 from SyncrowIOT/SP-1087-be-get-the-privacy-policy-data
Add Privacy Policy Module and Controller
2025-01-17 00:28:57 -06:00
dc11133057 Add Privacy Policy Module and Controller 2025-01-16 23:32:42 -06:00
ddacefe055 Merge pull request #216 from SyncrowIOT/SP-1085-be-get-the-user-agreement-data
Add Terms and Conditions Module
2025-01-15 23:56:30 -06:00
12ddb95f19 Add terms and conditions data constants and update service 2025-01-15 23:24:37 -06:00
c7bcb177e1 Remove unused terms and conditions constant 2025-01-15 23:19:19 -06:00
ef593086bf Add Terms and Conditions Module 2025-01-15 23:17:25 -06:00
7956de7f56 Merge pull request #215 from SyncrowIOT/fix-issue-related-to-roles-and-invitaion
Fix issue related to roles and invitaion
2025-01-14 00:02:36 -06:00
d6d3491515 Ensure inviteUserSpace is saved in both branches 2025-01-13 23:56:00 -06:00
ad4ec05d0a Add JWT authentication to PermissionController and update subOption titles 2025-01-13 23:55:54 -06:00
19cbc68fe0 Merge pull request #214 from SyncrowIOT:feat/update-space
return just message
2025-01-12 13:49:11 +04:00
ab9517e0c1 return just message 2025-01-12 13:47:35 +04:00
870b0a0cf6 Merge pull request #213 from SyncrowIOT/bufgix/list-space-models
updated listing
2025-01-12 13:41:38 +04:00
65b7cf1f64 updated listing 2025-01-12 13:40:48 +04:00
4ee4097246 Merge pull request #212 from SyncrowIOT/fix-upadte-invite-user
Add user UUID to inviteUser creation in UserSpaceService
2025-01-11 03:08:08 -06:00
ef4729521d Add user UUID to inviteUser creation in UserSpaceService 2025-01-11 03:07:28 -06:00
0246420e67 Merge pull request #211 from SyncrowIOT/fix-edit-email
Update email template data in `sendEditUserEmailWithTemplate`
2025-01-11 02:55:54 -06:00
48d597a066 Update email template data in sendEditUserEmailWithTemplate 2025-01-11 02:54:08 -06:00
4fcd01e1ea Merge pull request #210 from SyncrowIOT/fix-invitaion-code-issue
Remove invitationCode from unique constraint and update invite user l…
2025-01-11 01:42:01 -06:00
78617dde83 Remove invitationCode from unique constraint and update invite user logic 2025-01-11 01:39:52 -06:00
35b6f9f478 Merge pull request #209 from SyncrowIOT/SP-989-be-modify-the-invite-space-member-to-unit-flow-implementation-in-the-application
Sp 989 be modify the invite space member to unit flow implementation in the application
2025-01-10 21:07:41 +04:00
4d8648e928 Merge pull request #208 from SyncrowIOT/feat/get-space-model-by-id
get space model by id
2025-01-10 21:07:05 +04:00
bdbab026f5 Refactor activation code handling and user space verification 2025-01-10 06:18:48 -06:00
79b3b14a9c Rename getSpaceInvitationCode to generateSpaceInvitationCode and update imports 2025-01-10 06:15:41 -06:00
56fba355fc Refactor PermissionsGuard to throw UnauthorizedException with detailed message 2025-01-10 06:14:45 -06:00
145ef32629 Update InviteUserEntity to ensure unique combination of email, invitationCode, and project 2025-01-10 06:14:34 -06:00
59a191e579 Add 'SPACE_MEMBER_ADD' permission to VISITOR and ADMIN roles 2025-01-10 06:14:22 -06:00
45181704a7 Add InviteSpaceRepository and update invite handling logic 2025-01-09 05:53:43 -06:00
ec467d124e Remove unused UserEntity import and relationship in InviteSpaceEntity 2025-01-09 05:53:08 -06:00
8eb1fd472a Add InviteSpaceRepository and update invitation code handling 2025-01-09 05:38:43 -06:00
5cd3564434 Change HTTP method for generating space invitation code 2025-01-09 05:38:00 -06:00
0145f72651 Add InviteSpaceEntity and InviteSpaceRepository 2025-01-09 05:37:40 -06:00
4744b0844c get space model by id 2025-01-08 21:34:59 +04:00
fd87139803 Merge pull request #207 from SyncrowIOT/feat/support-querybuilder-pagination
added queries
2025-01-08 12:49:05 +04:00
5e31529f8b added queries 2025-01-08 12:48:06 +04:00
1a9a3e43d6 Merge pull request #206 from SyncrowIOT/feat/support-querybuilder-pagination
fix pagination with query builder
2025-01-08 12:27:44 +04:00
403dae5a21 Merge branch 'dev' of https://github.com/SyncrowIOT/backend into dev 2025-01-08 12:16:49 +04:00
cdba0f6554 fix pagination 2025-01-08 12:16:20 +04:00
aee1cf94b4 Merge pull request #205 from SyncrowIOT/bugfix/fix-update-of-disabled-subspace
subspace update fixed disabled
2025-01-08 11:27:53 +04:00
0ba681d93b subspace update fixed disabled 2025-01-08 11:18:28 +04:00
4e73a3870a Merge pull request #204 from SyncrowIOT/fix-error-middle-ware-and-fix-login-issues
Fix error middle ware and fix login issues
2025-01-08 00:24:51 -06:00
a8ac2ecae3 Refactor and enhance user authentication in AuthService 2025-01-08 00:14:21 -06:00