|
6b425eba6f
|
error handling for login
|
2024-08-11 15:32:20 +03:00 |
|
|
a173e43610
|
Merge pull request #76 from SyncrowIOT/SP-340-implement-send-otp-endpoint
added check if OPT is verification
|
2024-08-11 14:33:10 +03:00 |
|
|
9c58bb8b25
|
added check if OPT is verification
|
2024-08-11 14:29:13 +03:00 |
|
|
d7ad33cc68
|
Merge pull request #74 from SyncrowIOT/SP-342-implement-region-end-point-in-the-login
added region to login
|
2024-08-11 14:23:53 +03:00 |
|
|
cde6a18ffd
|
Merge pull request #72 from SyncrowIOT/SP-367-get-region-api-remove-token
removed token from get regions
|
2024-08-11 14:23:27 +03:00 |
|
|
e7b68482a6
|
Merge pull request #73 from SyncrowIOT/SP-340-implement-send-otp-endpoint
otp cooldown
|
2024-08-11 14:23:08 +03:00 |
|
|
176276ef05
|
merged with dev
|
2024-08-11 14:19:02 +03:00 |
|
|
10e6499513
|
Merge pull request #75 from SyncrowIOT/real-time-devices
Real time devices
|
2024-08-11 12:57:22 +03:00 |
|
|
95635ca02a
|
Merge branch 'dev' into real-time-devices
|
2024-08-11 12:56:22 +03:00 |
|
|
c5f4a7dc05
|
Merge pull request #71 from SyncrowIOT/SP-345-review-the-modules-in-the-backend
changed entity and type structure
|
2024-08-11 11:51:18 +03:00 |
|
|
53799583bb
|
removed region from otp on no regionuuid
|
2024-08-11 11:46:23 +03:00 |
|
|
5825ce01d2
|
added deleted at
|
2024-08-11 11:41:00 +03:00 |
|
|
0d852cf0d1
|
added cooldown to data
|
2024-08-11 10:56:47 +03:00 |
|
|
2ce899089e
|
moved region to login if is sent
|
2024-08-11 10:48:40 +03:00 |
|
|
206d5e7f8f
|
install firebase
|
2024-08-10 21:01:43 +03:00 |
|
|
3d96cfcb2a
|
Switch Device Status Storage to Firebase
|
2024-08-10 21:01:22 +03:00 |
|
|
16595432c3
|
Switch device status storage to Firebase from MongoDB
|
2024-08-10 21:01:10 +03:00 |
|
|
415b1730ef
|
Remove unused Mongoose-related modules and configurations
|
2024-08-10 21:00:56 +03:00 |
|
|
4f68835572
|
Remove Mongoose Configuration and Dependencies from Common Library
|
2024-08-10 21:00:30 +03:00 |
|
|
a4446b4620
|
Add Firebase Device Status Management Module
|
2024-08-10 21:00:01 +03:00 |
|
|
a899633d8c
|
added default region in otp
|
2024-08-09 19:30:06 +03:00 |
|
|
458fa1f66e
|
added region to login
|
2024-08-09 19:27:51 +03:00 |
|
|
be8152bad9
|
otp check if user is verified
|
2024-08-09 18:57:17 +03:00 |
|
|
9667625562
|
otp check if user exists in region
|
2024-08-09 18:54:53 +03:00 |
|
|
842e64a4d1
|
otp cooldown
|
2024-08-09 18:44:28 +03:00 |
|
|
4ba954d349
|
removed token from get regions
|
2024-08-09 18:24:35 +03:00 |
|
|
3a5c518d11
|
add sender smtp
|
2024-08-06 14:13:08 +03:00 |
|
|
8f761168b4
|
changed entity and type structure
|
2024-08-03 23:50:49 +03:00 |
|
|
4e6f254261
|
Merge pull request #69 from SyncrowIOT/SP-309-Rename-main-app-module
Sp 309 rename main app module
|
2024-08-01 12:16:06 +03:00 |
|
|
c65a47bc8d
|
Merge pull request #70 from SyncrowIOT/SP-308-Create-.env-file-with-all-available-configuration-variables
added .env.example
|
2024-08-01 12:10:00 +03:00 |
|
|
e2f95937b2
|
added test to build and start commands
|
2024-08-01 10:26:57 +03:00 |
|
|
26cba4d05b
|
added unit tests
|
2024-07-31 22:26:51 +03:00 |
|
|
f919b6696c
|
added .env.example
|
2024-07-31 21:39:32 +03:00 |
|
|
56999c6959
|
deploy
|
2024-07-31 05:46:53 -04:00 |
|
|
89724fb41a
|
Remove the Azure App Service build and deployment workflow config
|
2024-07-31 12:35:38 +03:00 |
|
|
94a22d24dc
|
Add or update the App Service deployment workflow configuration from Azure Portal.
|
2024-07-31 11:59:47 +03:00 |
|
|
6be3589e39
|
Refactor backend deployment workflow to use Docker container in Azure App Service
|
2024-07-31 11:52:03 +03:00 |
|
|
42cdb56d99
|
fix deployed
|
2024-07-31 11:09:12 +03:00 |
|
|
f1b5a76770
|
Add or update the Azure App Service build and deployment workflow config
|
2024-07-31 11:08:19 +03:00 |
|
|
55925898a2
|
Refactor backend deployment workflow to use Docker container in Azure App Service
|
2024-07-31 10:55:51 +03:00 |
|
|
466af06db7
|
Add or update the Azure App Service build and deployment workflow config
|
2024-07-31 10:53:35 +03:00 |
|
|
8c9d92d236
|
merged dev
|
2024-07-31 01:55:21 +03:00 |
|
|
578994b856
|
changed the name of the main module from AuthModule to AppModule
|
2024-07-31 01:44:51 +03:00 |
|
|
df3d947fe8
|
Merge branch 'dev' of https://github.com/SyncrowIOT/backend into dev
|
2024-07-30 16:23:24 +03:00 |
|
|
bb4ba44ac3
|
test
|
2024-07-30 16:22:12 +03:00 |
|
|
b82e6efe94
|
Add or update the Azure App Service build and deployment workflow config
|
2024-07-30 16:15:21 +03:00 |
|
|
9eabda2463
|
Merge branch 'dev' of https://github.com/SyncrowIOT/backend into dev
|
2024-07-30 15:33:12 +03:00 |
|
|
c67b2ee46d
|
Refactor authentication endpoint in AuthenticationController
|
2024-07-30 15:32:10 +03:00 |
|
|
fa5dae75c7
|
Merge pull request #68 from SyncrowIOT/fix-automation-scene-issue
Fix automation scene issue
|
2024-07-30 15:14:49 +03:00 |
|
|
0ad6cfb6ef
|
Add functionality to retrieve Tap-to-Run scene details from Tuya API
|
2024-07-30 15:14:06 +03:00 |
|