Mussie Teshome
|
d5e83ea14f
|
Schema update for SMSVerificationRequest
|
2023-06-11 15:58:50 +03:00 |
|
Mussie Teshome
|
b4a90de1d4
|
Updated to support disable sms verification request
|
2023-06-11 15:58:04 +03:00 |
|
Mussie Teshome
|
c525ad92f2
|
SQL Related dbs CRUD implementation for SMS
|
2023-06-11 15:57:14 +03:00 |
|
Mussie Teshome
|
9028682e93
|
Added SMSVerificationRequests model to automigrate
|
2023-06-11 15:56:40 +03:00 |
|
Mussie Teshome
|
3d6bfe4480
|
mongo implementation for the sms crud
|
2023-06-11 15:56:02 +03:00 |
|
Mussie Teshome
|
043af08bf0
|
Mongo collection for SMSVerificationRequest model
|
2023-06-11 15:55:11 +03:00 |
|
Mussie Teshome
|
0af78479fc
|
Different dbs fn skeleton which fn yet not written
|
2023-06-11 15:54:23 +03:00 |
|
Mussie Teshome
|
096f686495
|
Added delete sms request to the interface
|
2023-06-11 15:52:33 +03:00 |
|
Mussie Teshome
|
c574c6a679
|
configure twilio via environment variables
|
2023-06-11 15:52:07 +03:00 |
|
Mussie Teshome
|
6428b74e64
|
twilio - new package
|
2023-06-11 15:50:09 +03:00 |
|
Mussie Teshome
|
aa3892025d
|
New resolvers for sms requests
|
2023-06-11 15:49:25 +03:00 |
|
Mussie Teshome
|
b2f3d6eb80
|
sms verification requests model
|
2023-06-08 11:53:06 +03:00 |
|
Mussie Teshome
|
348cbf8c38
|
Add sms verification to collection
|
2023-06-08 11:52:39 +03:00 |
|
Mussie Teshome
|
8ac33a085c
|
commented out sms twilio sender
|
2023-06-01 15:29:22 +03:00 |
|
Lakhan Samani
|
930c934fdb
|
[server] add ability to get user by email
|
2023-05-20 09:49:18 +05:30 |
|
Michael Sahlu
|
1111729ad4
|
add sender name / from name
|
2023-05-16 00:51:28 +03:00 |
|
Michael Sahlu
|
e56c2f58e5
|
add sender name on schema and resolver
|
2023-05-16 00:46:22 +03:00 |
|
Michael Sahlu
|
8dbd2556eb
|
retrive sender name from env
|
2023-05-16 00:40:14 +03:00 |
|
Michael Sahlu
|
17bb077f3e
|
add EnvKeySenderName for SENDER_NAME env variable
|
2023-05-16 00:39:25 +03:00 |
|
Lakhan Samani
|
f831379d27
|
revert change for forgot password
|
2023-05-12 16:39:02 +05:30 |
|
Lakhan Samani
|
a50f6becbd
|
[server]fix: error redirection for email verification
|
2023-05-02 18:39:10 +05:30 |
|
Mussie Teshome
|
b86487fda4
|
assert message and response is not null
|
2023-04-20 10:43:06 +03:00 |
|
Mussie Teshome
|
28d4ddeb50
|
Return the new emails only
|
2023-04-19 15:38:30 +03:00 |
|
Mussie Teshome
|
b9ab1d3761
|
return err on err
|
2023-04-19 15:31:57 +03:00 |
|
Mussie Teshome
|
a5b643e127
|
removed unnecessary comment
|
2023-04-19 15:19:17 +03:00 |
|
Mussie Teshome
|
691664e629
|
Invite members resolver updated to return user info
|
2023-04-19 14:46:27 +03:00 |
|
Mussie Teshome
|
efb67a9538
|
New response type for invite members
|
2023-04-19 14:45:22 +03:00 |
|
Mussie Teshome
|
a0f2eeba3e
|
golang package updates
|
2023-04-19 14:44:50 +03:00 |
|
Lakhan Samani
|
6d541cbfb9
|
fix: use normal mutex for cache
|
2023-04-10 15:33:59 +05:30 |
|
Lakhan Samani
|
428a0be3db
|
feat: add cache clear
|
2023-04-08 18:02:53 +05:30 |
|
Lakhan Samani
|
02c0ebb9c4
|
fix: session storage
|
2023-04-08 13:06:15 +05:30 |
|
Lakhan Samani
|
9a284c03ca
|
fix: redis session
|
2023-04-03 10:26:27 +05:30 |
|
Lakhan Samani
|
48344ffd4c
|
feat: add support for default response mode & type env
Resolves #341
|
2023-04-01 17:36:07 +05:30 |
|
Lakhan Samani
|
16136931a9
|
fix: add event description to webhook res
|
2023-03-29 07:31:07 +05:30 |
|
Lakhan Samani
|
c908ac94da
|
fix: continue in case of error for register events
|
2023-03-29 07:29:44 +05:30 |
|
Lakhan Samani
|
6604b6bbdd
|
fix: update dashboard ui for webhooks
|
2023-03-29 07:27:56 +05:30 |
|
Lakhan Samani
|
e822b6f31a
|
fix: queries for webhooks + improve tests
|
2023-03-29 07:06:33 +05:30 |
|
Lakhan Samani
|
a38e9d4e6c
|
fix: rename title -> event_description
|
2023-03-26 07:48:06 +05:30 |
|
Lakhan Samani
|
deaf1e2ff7
|
fix: allow multiple hooks for same event
|
2023-03-26 07:20:45 +05:30 |
|
Lakhan Samani
|
149d0cac7a
|
fix: add missing info for openid config
Resolves #304
|
2023-03-04 16:11:37 +05:30 |
|
Lakhan Samani
|
19f5ff61c0
|
[server][fix]: add sub to userinfo
Resolves: #327
|
2023-02-28 12:51:11 +05:30 |
|
Lakhan Samani
|
3603af9f84
|
feat: add microsoft login
|
2023-02-26 05:23:02 +05:30 |
|
Lakhan Samani
|
cdcdc444b2
|
[server]: fix support for neondb
Update gorm/postgres driver version 1.4.7
|
2023-02-10 10:39:53 +05:30 |
|
Lakhan Samani
|
70242debe1
|
[server] fix scope response type + add extra claims to access token
|
2023-02-08 09:39:08 +05:30 |
|
Lakhan Samani
|
4018da6697
|
[server] use scope string instead of string array in tokens
|
2023-02-07 01:13:03 +05:30 |
|
Lakhan Samani
|
270853a6a3
|
[server] add support for arangodb cert, username, password
Adding support for db username, password and ca cert will
enable users to connect arangodb cloud platform
|
2023-02-06 18:14:19 +05:30 |
|
Lakhan Samani
|
2d0346ff23
|
[server] remove unused error condition for couchbase
|
2023-02-05 11:03:26 +05:30 |
|
Lakhan Samani
|
4b26e1ce85
|
[server] fix bucket creation for couchbase
Run create bucket query only if bucket is not found.
Required while running couchbase cloud version
|
2023-02-05 11:01:20 +05:30 |
|
Lakhan Samani
|
8212e81023
|
[server] common util for couchbase syntax
|
2023-02-02 13:06:18 +05:30 |
|
Lakhan Samani
|
642581eefd
|
[server] Add COUCHBASE_BUCKET_RAM_QUOTA
Resolves #317
|
2023-02-02 12:43:17 +05:30 |
|