Alexander Holliday
caaf604c9f
Merge branch 'master' into feat/ping
2024-06-15 20:05:14 -07:00
Alexander Holliday
16126fe929
Merge pull request #139 from bluewave-labs/feat/server-error-msgs
...
Feat/server error msgs, resloves #138
2024-06-15 19:57:52 -07:00
Gorkem Cetin (BWL)
3d515cc676
Better explanation of the project. Add contributing section.
2024-06-15 11:06:28 -04:00
Gorkem Cetin (BWL)
eb9201b6e2
Update CONTRIBUTING.md
2024-06-15 11:01:15 -04:00
Alex Holliday
f9f73dbc47
Implemented ping type for monitors, added cleanup for job queue
2024-06-14 14:31:07 -07:00
Alex Holliday
3269e07edf
Fixed obliterate queue msg
2024-06-14 14:02:18 -07:00
Alex Holliday
5da22f4403
Refactored hardcoded error messages to util file. Added logging to job queue
2024-06-14 13:45:45 -07:00
Alex Holliday
1ad32ed84b
Merge remote-tracking branch 'upstream/master' into feat/server-error-msgs
2024-06-14 13:03:14 -07:00
Alexander Holliday
f3de5ce381
Merge pull request #135 from bluewave-labs/feat/http-https-status
...
Implemented HTTP(s) Request, added add and delete to and from job queue, resolves #134
2024-06-14 12:58:55 -07:00
Alexander Holliday
0f03a34fb9
Merge pull request #137 from bluewave-labs/feat/docker-compose
...
Feat/docker compose, resolves #133
2024-06-14 12:58:36 -07:00
Alex Holliday
c8bcc59b52
Added docker compose, fixed all file paths, updated readme, fixed Async function bcrypt compare
2024-06-14 12:07:34 -07:00
Alex Holliday
51315bb8ed
use env file
2024-06-13 21:37:35 -07:00
Alex Holliday
aa25d9620d
Added docker compose
2024-06-13 21:37:14 -07:00
Alex Holliday
a9ddb27218
Implemented HTTP(s) Request, added add and delete to and from job queue
2024-06-13 13:05:41 -07:00
Gorkem Cetin (BWL)
f827293a12
Create CONTRIBUTING.md
...
This is a very basic version. It will probably be in a better shape after our first MVP where we have a working version together with an installation/usage documentation as well.
2024-06-13 13:55:11 -04:00
Alex Holliday
24aff84e2d
Merge branch 'master' into feat/server-error-msgs
2024-06-12 20:03:30 -07:00
Veysel
fe70b9b52a
Merge pull request #131 from bluewave-labs/fix/error-checking
...
Simplified form control in Login and Register. Fixed registration bu…
2024-06-12 18:16:21 -04:00
Alex Holliday
9cf4f7bb60
Added error messages to utility class
2024-06-12 14:15:58 -07:00
Alex Holliday
7d0fa0fe17
Added autocomplete attribute
2024-06-12 13:51:28 -07:00
Alex Holliday
3cc01db55f
Wrapped login and register in forms
2024-06-12 13:49:38 -07:00
Alex Holliday
08565c9eda
Simplified form control in Login and Register. Fixed registration bug. Throw better errors
2024-06-12 13:30:56 -07:00
Veysel
7ce28b7042
Merge pull request #130 from bluewave-labs/feat/update-readme
...
Fixed link
2024-06-12 14:27:26 -04:00
Alex Holliday
d0da8fa482
Fixed link
2024-06-12 11:25:51 -07:00
Veysel
a509d02b1e
Merge pull request #129 from bluewave-labs/feat/update-readme
...
Removed accidental Notification commit, updated readme with ENV vars …
2024-06-12 14:16:35 -04:00
Alex Holliday
b1d2a3912a
Removed accidental Notification commit, updated readme with ENV vars for client
2024-06-12 11:04:11 -07:00
Veysel
ced3f2972b
Merge pull request #128 from bluewave-labs/feat/password-check
...
ACheck for new password different than old password. Fixed typo in r…
2024-06-12 13:28:07 -04:00
Alex Holliday
80af000a0c
ACheck for new password different than old password. Fixed typo in route. Updated error msg
2024-06-12 10:25:35 -07:00
Veysel
6457f9f1ac
Merge pull request #126 from bluewave-labs/feat/connect-recovery
...
Feat/connect recovery
2024-06-12 13:18:31 -04:00
Alex Holliday
76fd0e9fe0
set-new-password redirected to /new-password-confirmed on success
2024-06-12 09:50:00 -07:00
Alex Holliday
45f093a432
forgot-password redirected to /check-email on success
2024-06-12 09:48:46 -07:00
Alex Holliday
6ac5f3ab10
Added server side validation
2024-06-11 14:46:39 -07:00
Alex Holliday
a8af106606
Connected set new password to backend
2024-06-11 14:18:20 -07:00
Alex Holliday
d1427010c2
Added validation for eamil field in forgot-password page. Make axios request to backend
2024-06-11 12:58:21 -07:00
Veysel
7bd4ce9e6a
Merge pull request #123 from bluewave-labs/feat/forgot-password
...
Feat/forgot password, resolves #121
2024-06-11 15:03:56 -04:00
Alex Holliday
d0ec39027b
Removed recovery token from validate token response payload
2024-06-11 12:02:35 -07:00
Alex Holliday
324b52adb3
Removed token from recovery request response payload
2024-06-11 12:00:58 -07:00
Alex Holliday
105852aed2
Added frontend howst ENV, updated readme
2024-06-11 11:41:57 -07:00
Alex Holliday
30be07921a
Added token to route for set-new-password page
2024-06-11 11:19:50 -07:00
Alex Holliday
f3dda9f3c6
Merge remote-tracking branch 'upstream/master' into feat/forgot-password
2024-06-11 10:38:06 -07:00
Alex Holliday
e576514ff8
Added reset password endpoint, updated readme
2024-06-11 10:36:56 -07:00
Alex Holliday
0eda4ceb77
Added route for validating recovery token
2024-06-10 16:07:52 -07:00
Alex Holliday
276dadab66
Added recovery Request route, controller, and DB operations
2024-06-10 15:54:45 -07:00
Veysel
92c9df9650
Merge pull request #118 from bluewave-labs/feat/connect-login
...
Feat/connect login, resolves #108
2024-06-10 18:01:21 -04:00
Alexander Holliday
e54ebe2ed5
Merge branch 'master' into feat/connect-login
2024-06-10 14:30:13 -07:00
Alex Holliday
a12e200e33
Removed log statement, saved authToken to auth state
2024-06-10 14:28:31 -07:00
Veysel
a8a5befdf3
Merge pull request #115 from bluewave-labs/feat/integrations-dashboard
...
Implemented the integrations page. Resolves #98
2024-06-10 15:54:30 -04:00
M M
aa8a9a33c8
Modified Integrations component to include props.
2024-06-10 12:44:10 -07:00
Alex Holliday
44c9659b1d
Refactored actions
2024-06-10 12:24:17 -07:00
Alexander Holliday
aea01f2d00
Merge branch 'master' into feat/connect-login
2024-06-10 12:02:29 -07:00
Alex Holliday
4c84978e52
Added error alert for validation error
2024-06-10 11:58:48 -07:00