|
|
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 |
|
|
|
ad15164e15
|
feat: Add seeder module and services for all lookup tables
|
2024-05-18 21:53:27 +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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
fa6929a4e5
|
Add user device permission CRUD operations
|
2024-05-05 19:48:03 +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 |
|
|
|
d146cce1bb
|
Refactor controllers to return UUID of added entities
|
2024-05-01 10:34:07 +03:00 |
|
|
|
229909f959
|
Import ProductRepository in DeviceService
|
2024-05-01 10:21:55 +03:00 |
|
|
|
9e40cdb0ed
|
Remove unused imports and dependencies
|
2024-04-29 11:18:17 +03:00 |
|
|
|
2a6cce345d
|
Refactor error handling in DeviceService
|
2024-04-28 11:53:06 +03:00 |
|
|
|
cd2f496670
|
Refactor unit service to remove unnecessary includeSubSpaces parameter
|
2024-04-28 11:39:49 +03:00 |
|
|
|
c376e69e67
|
Add productUuid to response in getDeviceDetails method
|
2024-04-28 10:40:09 +03:00 |
|
|
|
307761c915
|
Refactor controlDevice method for better readability
|
2024-04-28 09:37:11 +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 |
|
|
|
165dfb575d
|
Refactor import statements in device controller
|
2024-04-27 18:42:22 +03:00 |
|
|
|
4060beb938
|
Refactor import statements and fix formatting issues
|
2024-04-27 18:41:14 +03:00 |
|
|
|
c311c51f68
|
API related changes done
|
2024-04-23 18:09:50 +05:30 |
|
|
|
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 |
|
|
|
59badb41a3
|
auth permission guard added
|
2024-04-23 12:41:37 +05:30 |
|
|
|
bef2f1e4ad
|
added listing api
|
2024-04-23 10:38:09 +05:30 |
|
|
|
fc7907d204
|
Refactor group controller and service for better code organization
|
2024-04-22 10:05:54 +03:00 |
|
|
|
7abfe29746
|
Refactor group controller methods and add device product guard
|
2024-04-21 16:27:53 +03:00 |
|
|
|
af7a9dbd72
|
Remove unused imports and fix formatting issues
|
2024-04-18 10:46:21 +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 |
|
|
|
2a4fe77b0b
|
SPRINT-1 related tasks done
|
2024-04-18 09:16:59 +05:30 |
|
|
|
fbdf187ee1
|
SPRINT-1 related tasks done
|
2024-04-17 18:52:58 +05:30 |
|
|
|
c2d6c7ffd5
|
Add user space type guards
|
2024-04-16 17:23:01 +03:00 |
|
|
|
d9782b3218
|
Add functionality to add user to a unit
|
2024-04-16 17:22:47 +03:00 |
|
|
|
3afdd4922b
|
Add AddUserRoomDto and endpoint to add user to room
|
2024-04-16 17:22:38 +03:00 |
|
|
|
5bf3215c6b
|
Add CheckUserFloorGuard and implement addUserFloor functionality
|
2024-04-16 17:22:26 +03:00 |
|
|
|
ae63ac6717
|
Add UserRepository and addUserCommunity endpoint
|
2024-04-16 17:22:12 +03:00 |
|
|
|
1d9bb96a87
|
Add UserRepository and User Building functionality
|
2024-04-16 17:22:02 +03:00 |
|