Commit Graph

117 Commits

Author SHA1 Message Date
ce9555a5f4 changed device log table 2024-10-27 09:56:23 +03:00
6d6560b3e0 Added subspace entity 2024-10-25 13:59:25 +04:00
c2958498e5 finished scene icons 2024-10-22 02:13:53 -05:00
581618296d fixed space name 2024-10-21 10:34:55 +04:00
07ac955eb0 added timeseries 2024-10-20 16:46:44 +03:00
b8d4a080ef community user relation 2024-10-15 12:04:54 +04:00
d14d3b5ba2 added community space 2024-10-15 11:38:49 +04:00
2292c01220 community controller 2024-10-15 11:01:56 +04:00
6bfb64370a finished soft delete devices 2024-10-07 23:11:16 -05:00
ef4541a371 Add Visitor Password Entity and Relationships 2024-08-27 22:08:31 +03:00
76f8f6ba70 Add Visitor Password Management Module 2024-08-27 22:08:17 +03:00
176276ef05 merged with dev 2024-08-11 14:19:02 +03:00
5825ce01d2 added deleted at 2024-08-11 11:41:00 +03:00
8f761168b4 changed entity and type structure 2024-08-03 23:50:49 +03:00
c89694919d Remove lazy loading for productDevice in DeviceEntity 2024-07-22 19:12:47 +03:00
86a9a6ceda Set default profile picture for UserEntity's profilePicture field 2024-07-22 14:31:30 +03:00
14b2a22239 Update default value for profile picture in UserEntity 2024-07-22 14:21:44 +03:00
64276205a6 Merge branch 'dev' into SP-203-handle-user-profile 2024-07-21 12:15:02 +03:00
d8f2a2d3ee Add profile picture, region, and timezone fields to UserEntity 2024-07-15 15:45:46 +03:00
369dee5c97 Add TimeZone module 2024-07-15 15:45:08 +03:00
f285bb50f1 Add region module 2024-07-15 15:44:30 +03:00
00cace7b12 Add UUID index to DeviceEntity and set productDevice to lazy loading 2024-07-10 12:57:06 +03:00
5319d76d41 Add spaceTuyaUuid field to SpaceEntity 2024-06-24 13:28:54 +03:00
bcab5a00d8 Refactor: Remove group and group-device modules 2024-06-02 21:12:50 +03:00
4531a1f87b Remove duplicate code and unnecessary dependency in user entity and package-lock.json respectively 2024-06-02 19:30:59 +03:00
948d133e4f Merge branch 'dev' into SP-232-consume-the-tuya-messaging-service-for-device-logs 2024-06-02 19:09:58 +03:00
483fc6375f feat: Add unit invitation code functionality and user verification using code 2024-06-01 19:56:07 +03:00
423533df04 feat(device): add endpoint to add device to user 2024-05-29 23:29:53 +03:00
fdab3fa687 Add device and user notification modules 2024-05-26 00:34:28 +03:00
6415d78992 Remove USER role 2024-05-18 23:00:22 +03:00
1bc8fee061 Remove onDelete and onUpdate properties from entity relationships 2024-05-18 22:10:48 +03:00
e7024a5cb8 Add Unique constraint to 'type' column in RoleTypeEntity 2024-05-11 21:02:35 +03:00
c30a21b04f Add Unique constraint to user and roleType fields in UserRoleEntity 2024-05-07 09:48:16 +03:00
7d6964208c Add UserRoleEntity and related modules for user role management 2024-05-06 18:33:49 +03:00
1b41199359 Merge branch 'SP-205-be-user-device-permission' into SP-201-be-handle-roles 2024-05-06 10:31:00 +03:00
b65bef982d Add role type enum, dto, entity, repository, and module 2024-05-06 10:30:29 +03:00
fae2fff2ba Remove unnecessary field from Unique constraint 2024-05-05 21:32:00 +03:00
5aa69255be Add Unique constraint to DeviceUserPermissionEntity 2024-05-05 19:47:50 +03:00
b8ae3540c3 Update entity references in permission and user entities 2024-05-05 18:39:38 +03:00
46bc98da55 Add device user permission module, DTOs, entities, and repositories 2024-05-05 18:39:23 +03:00
aa7a09391f Remove unused DeviceUserType related files and imports 2024-05-05 18:38:59 +03:00
bdcc065d73 Remove Home Module 2024-04-27 23:31:00 +03:00
8c790b0d96 Refactor Device Module 2024-04-27 23:27:40 +03:00
d61a1b92e7 Device Related API changes are done 2024-04-23 16:24:58 +05:30
501b9c6768 Merge pull request #24 from SyncrowIOT/SP-171-be-create-groups-to-control-devices-per-group
Sp 171 be create groups to control devices per group
2024-04-23 15:41:13 +05:30
bef2f1e4ad added listing api 2024-04-23 10:38:09 +05:30
18e7e35d35 Add unique constraint to GroupDeviceEntity and isActive flag to both GroupDeviceEntity and GroupEntity 2024-04-21 16:27:32 +03:00
af7a9dbd72 Remove unused imports and fix formatting issues 2024-04-18 10:46:21 +03:00
239dbc84b1 Add GroupDeviceEntity and related modules 2024-04-18 10:44:34 +03:00
c805f9d2af Merge branch 'feat/device_permissions' into SP-171-be-create-groups-to-control-devices-per-group 2024-04-18 10:05:51 +03:00