Commit Graph

205 Commits

Author SHA1 Message Date
c67b2ee46d Refactor authentication endpoint in AuthenticationController 2024-07-30 15:32:10 +03:00
6a8eed73bd Refactor user service to use removeBase64Prefix utility function 2024-07-24 14:30:29 +03:00
0bdee7c2ea Improve password validator to include more special characters 2024-07-24 12:14:15 +03:00
aafb9e4da9 Remove unnecessary decorator from statusValue property in automation DTO class 2024-07-24 10:51:10 +03:00
4d966feaba Change endpoint name from 'auth' to 'auth1' in AuthenticationController 2024-07-22 19:45:33 +03:00
64276205a6 Merge branch 'dev' into SP-203-handle-user-profile 2024-07-21 12:15:02 +03:00
719188c0a4 Merge pull request #64 from SyncrowIOT/SP-271-be-implement-offline-password-api-for-door-lock
Sp 271 be implement offline password api for door lock
2024-07-21 12:13:07 +03:00
c4d5546fdc Merge pull request #62 from SyncrowIOT/SP-275-be-implement-validation-for-the-password-in-the-sign-up-and-forget-password
Sp 275 be implement validation for the password in the sign up and forget password
2024-07-21 12:12:45 +03:00
a9cba970db Merge branch 'dev' into SP-271-be-implement-offline-password-api-for-door-lock 2024-07-20 18:52:16 +03:00
5e957e3395 Refactor door lock controller and service 2024-07-20 18:51:51 +03:00
9a9201b769 Refactor automation DTOs and service 2024-07-20 18:27:22 +03:00
c0860c2927 Add AutomationModule to app.module.ts imports 2024-07-20 18:19:14 +03:00
ae02b0b288 Transfer device to parent space in Tuya when updating device in room 2024-07-20 18:19:05 +03:00
9ad51fcffc Add automation module 2024-07-20 18:18:32 +03:00
f31bc09e6c test 2024-07-17 10:58:01 +03:00
7ba4271b6e add forget password validator 2024-07-15 16:29:24 +03:00
6040976c07 add sign up password validator 2024-07-15 16:29:10 +03:00
181aaf6c1c add password validator 2024-07-15 16:28:49 +03:00
6fe871a3b3 resolve dto issue 2024-07-15 16:10:30 +03:00
5e25eeb883 update first and last name endpoint 2024-07-15 15:57:22 +03:00
f8cd47e940 increase body limit 2024-07-15 15:51:02 +03:00
3205fe0f7a Add Region and TimeZone modules to app module imports 2024-07-15 15:48:52 +03:00
4fc880d869 feat: add user profile picture, region, and timezone update functionality 2024-07-15 15:47:13 +03:00
4a87a42827 Add TimeZone module with controller and service 2024-07-15 15:46:51 +03:00
31a6377fa6 Add Region module 2024-07-15 15:46:32 +03:00
439778fa23 test 2024-07-15 12:39:45 +03:00
2c8f31ec7c test 2024-07-15 11:26:41 +03:00
bcdd5f1aec test 2024-07-15 11:25:06 +03:00
2b8ba755b1 Add Jest configuration and dummy test 2024-07-08 15:28:04 +03:00
2ff0312087 Filter out sensitive fields from request and response bodies for logging 2024-07-02 19:39:31 +03:00
b781227172 Add logging interceptor 2024-07-02 19:34:41 +03:00
5a5d978945 Refactor SceneService to update device uuid in actions 2024-07-01 22:51:33 +03:00
ddfc55d9dd Add endpoint to get devices by unit ID 2024-07-01 14:29:54 +03:00
63a8c5664e Fix password filtering in DoorLockService 2024-07-01 10:17:35 +03:00
0702d3892f Refactor password filtering and mapping logic 2024-06-29 17:20:55 +03:00
8bc0961869 Add optional scheduleList property to AddDoorLockOnlineDto class 2024-06-29 17:20:45 +03:00
53e2be63db Convert binary string to integer in DoorLockService 2024-06-28 20:54:35 +03:00
05e51c79eb Remove unnecessary comment and improve code readability in DoorLockService. 2024-06-28 20:54:01 +03:00
88685f40b7 Add DoorLockModule to app module imports 2024-06-28 20:48:00 +03:00
a0a5b992db Add DoorLockModule with controller, service, and dependencies 2024-06-28 20:47:50 +03:00
b9a15134a2 feat: Add DoorLockService and PasswordEncryptionService 2024-06-28 20:47:41 +03:00
46debaaafc Add door lock interfaces 2024-06-28 20:47:31 +03:00
062eb7660b Add door lock DTOs for adding offline and online temporary passwords 2024-06-28 20:47:20 +03:00
09074f83e2 Add Door Lock Controller with temporary password functionality 2024-06-28 20:47:08 +03:00
d86b2ddeb7 Refactor device service to include Tuya UUID in device response 2024-06-25 10:15:21 +03:00
b0dba387fb Refactor device controller and service 2024-06-25 10:02:55 +03:00
f4205c39b3 Add method to get device by Tuya UUID and update getDevicesInGetawayTuya method 2024-06-25 00:38:46 +03:00
c5e24daaa5 refactor error message 2024-06-24 16:43:54 +03:00
feaae7341a Refactor Scene Module: Add Update Scene Tap To Run Endpoint 2024-06-24 16:03:01 +03:00
d6f846086c Add TUYA_EU_URL to Tuya configuration 2024-06-24 14:36:24 +03:00