Commit Graph

384 Commits

Author SHA1 Message Date
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
e96e6db34d Build and deploy backend with unique image tagging using commit SHA 2024-07-22 19:53:26 +03:00
4d966feaba Change endpoint name from 'auth' to 'auth1' in AuthenticationController 2024-07-22 19:45:33 +03:00
243848ad63 Merge pull request #66 from SyncrowIOT/fix-some-issues
Refactor backend deployment workflow for Azure App Service
2024-07-22 19:39:19 +03:00
902e4498d5 Refactor backend deployment workflow for Azure App Service 2024-07-22 19:38:44 +03:00
7aa23bc081 Merge pull request #65 from SyncrowIOT/fix-deployment
Fix deployment
2024-07-22 19:36:38 +03:00
7db4929557 epmty commit 2024-07-22 19:34:57 +03:00
d693ac093e epmty commit 2024-07-22 19:30:55 +03:00
223f3c249e Add or update the Azure App Service build and deployment workflow config 2024-07-22 19:27:39 +03:00
9dc85b99c6 Remove the Azure App Service build and deployment workflow config 2024-07-22 19:27:02 +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
e6ceefdfe8 Refactor backend deployment workflow to use Docker container in Azure App Service 2024-07-22 14:29:12 +03:00
b3b6bde41d Delete Azure WebApp deployment workflow file. 2024-07-22 14:25:02 +03:00
8edb7042b3 Update azure-webapp-deploy.yml to remove branch restriction on push event 2024-07-22 14:23:47 +03:00
ef51c7b6aa Merge branch 'dev' of https://github.com/SyncrowIOT/backend into dev 2024-07-22 14:22:11 +03:00
14b2a22239 Update default value for profile picture in UserEntity 2024-07-22 14:21:44 +03:00
6d6944fd6c Add or update the Azure App Service build and deployment workflow config 2024-07-22 14:17:26 +03:00
bfd0cb6078 epmty commit 2024-07-22 12:56:08 +03:00
c19d04e6fe fix github action 2024-07-21 14:21:52 +03:00
ee69be60b4 fix github action 2024-07-21 14:10:23 +03:00
46b1d19d1f Merge pull request #61 from SyncrowIOT/SP-203-handle-user-profile
Sp 203 handle user profile
2024-07-21 12:15:19 +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
e42359c905 Merge pull request #63 from SyncrowIOT/scene-automation
Scene automation
2024-07-21 12:12:24 +03:00
98d598fe12 Merge pull request #60 from SyncrowIOT/SP-273-be-optimize-device-control-delay
Sp 273 be optimize device control delay
2024-07-21 12:12:02 +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
5f27695a0b Refactor snake case converter function and improve code readability 2024-07-20 18:27:13 +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
6442bee6b8 remove comments 2024-07-19 19:09:05 +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
ee69a4b730 Merge branch 'dev' into SP-203-handle-user-profile 2024-07-15 16:11:57 +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
45d46cee2a add constants seeder 2024-07-15 15:50:25 +03:00
f98f3cd47b Add RegionEntity and TimeZoneEntity to database module imports 2024-07-15 15:49:28 +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