|
8b88d2be95
|
Add OneSignal configuration and service
|
2024-05-26 00:35:20 +03:00 |
|
|
167cb055c1
|
feat: Add User Notification and Device Messages Subscription Modules
|
2024-05-26 00:34:51 +03:00 |
|
|
fdab3fa687
|
Add device and user notification modules
|
2024-05-26 00:34:28 +03:00 |
|
|
cc006ff3c0
|
resolve conflict with dev branch
|
2024-05-21 16:20:05 +03:00 |
|
|
79c238f7d3
|
Merge branch 'dev' into SP-197-be-retrieve-devices-in-the-gateway
|
2024-05-21 15:35:31 +03:00 |
|
|
93bab79d31
|
Merge pull request #35 from SyncrowIOT/SP-201-be-handle-roles-new
Sp 201 be handle roles new
|
2024-05-19 10:47:14 -04:00 |
|
|
8cbfcae775
|
Merge branch 'dev' into SP-201-be-handle-roles-new
|
2024-05-19 17:42:24 +03:00 |
|
|
b1c550d603
|
Merge pull request #34 from SyncrowIOT/fixed-device-room-service
Fixed device room service
|
2024-05-19 10:21:31 -04:00 |
|
|
4ddc379bf7
|
Add support for multiple permission types in DeviceService
|
2024-05-19 14:25:29 +03:00 |
|
|
835fde8304
|
feat: Add success response with data in controllers
|
2024-05-19 14:25:19 +03:00 |
|
|
25c3765d9c
|
Merge pull request #31 from SyncrowIOT/SP-202-be-handle-space-permissions
Sp 202 be handle space permissions
|
2024-05-19 03:26:23 -04:00 |
|
|
9a3a02be66
|
Merge pull request #29 from SyncrowIOT/SP-205-be-user-device-permission
Sp 205 be user device permission
|
2024-05-19 03:25:45 -04:00 |
|
|
cab86dbd69
|
Remove unused import of RoleType enum in UserAuthService
|
2024-05-18 23:10:29 +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 |
|
|
ad15164e15
|
feat: Add seeder module and services for all lookup tables
|
2024-05-18 21:53:27 +03:00 |
|
|
50a3d8ee49
|
Merge pull request #32 from SyncrowIOT/SP-196-be-handle-super-admin-migration
Sp 196 be handle super admin migration
|
2024-05-18 20:40:33 +03:00 |
|
|
cd40dc897b
|
Add endpoint to update device firmware
|
2024-05-18 20:23:17 +03:00 |
|
|
6b881ce01e
|
Add ProductType enum and implement getDevicesInGetaway method
|
2024-05-11 22:25:43 +03:00 |
|
|
ea19361a59
|
Update role guards to differentiate between admin and super admin roles
|
2024-05-11 21:19:53 +03:00 |
|
|
e7024a5cb8
|
Add Unique constraint to 'type' column in RoleTypeEntity
|
2024-05-11 21:02:35 +03:00 |
|
|
3e9fff3822
|
Add super admin configuration and service
|
2024-05-11 21:02:25 +03:00 |
|
|
d1fa15cff1
|
Update role types in enums and role guards
|
2024-05-11 21:01:39 +03:00 |
|
|
616ddd4d4c
|
Refactor space permission service
|
2024-05-08 09:35:42 +03:00 |
|
|
aff52be540
|
Add permission guards to controllers
|
2024-05-07 22:27:59 +03:00 |
|
|
bee140f517
|
Add space permission service and guards for various entities
|
2024-05-07 22:27:45 +03:00 |
|
|
c30a21b04f
|
Add Unique constraint to user and roleType fields in UserRoleEntity
|
2024-05-07 09:48:16 +03:00 |
|
|
4058449f4b
|
Update guard usage in controllers
|
2024-05-07 00:33:04 +03:00 |
|
|
85424554cb
|
Add roles to user payload in JWT and refresh token strategies
|
2024-05-07 00:32:53 +03:00 |
|
|
a093fd3f72
|
Add Role Module with Role Controller, Service, and DTOs
|
2024-05-06 23:49:09 +03:00 |
|
|
1dcb0a3052
|
Add UserRoleRepository and RoleTypeRepository imports
|
2024-05-06 19:10:24 +03:00 |
|
|
6bd827fe57
|
Add UserRoleEntity and RoleTypeEntity imports to database module
|
2024-05-06 18:34:03 +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 |
|
|
0d83d10f0b
|
Update user-device-permission error message
|
2024-05-05 21:32:40 +03:00 |
|
|
16ed5b33fc
|
Add user device permission guards
|
2024-05-05 21:32:31 +03:00 |
|
|
6019e92c5d
|
Add user permission guards and update device service methods
|
2024-05-05 21:32:21 +03:00 |
|
|
fae2fff2ba
|
Remove unnecessary field from Unique constraint
|
2024-05-05 21:32:00 +03:00 |
|
|
fa6929a4e5
|
Add user device permission CRUD operations
|
2024-05-05 19:48:03 +03:00 |
|
|
5aa69255be
|
Add Unique constraint to DeviceUserPermissionEntity
|
2024-05-05 19:47:50 +03:00 |
|
|
358e0e4066
|
Merge branch 'dev' into SP-205-be-user-device-permission
|
2024-05-05 18:42:15 +03:00 |
|
|
5e3ad8a523
|
Update device permission guard and user device permission service
|
2024-05-05 18:40:44 +03:00 |
|
|
11c3b8015b
|
Refactor imports and add relations in DeviceService
|
2024-05-05 18:40:28 +03:00 |
|
|
e48c6b4a91
|
Update imports in database module
|
2024-05-05 18:40:06 +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 |
|
|
c5e8cc1898
|
Merge pull request #28 from SyncrowIOT/fixes-some-issues-spaces-and-devices
Fixes some issues spaces and devices
|
2024-05-01 15:00:12 +03:00 |
|
|
d146cce1bb
|
Refactor controllers to return UUID of added entities
|
2024-05-01 10:34:07 +03:00 |
|