Commit Graph

163 Commits

Author SHA1 Message Date
Faruk AYDIN
f490632722 refactor: Login mutation with create auth token helper 2023-10-04 11:46:18 +02:00
Ali BARIN
c0b8e6178d fix: use default role for fallback user creation 2023-09-28 14:49:49 +00:00
Faruk AYDIN
04a0a847c7 fix: Check role mappings data with isEmpty method 2023-09-10 10:43:08 +02:00
Ömer Faruk Aydın
e9ba37b8de fix: use withSoftDeleted scope to remove user associations permanently (#1239) 2023-08-24 16:34:07 +02:00
Faruk AYDIN
129e6d60e5 fix: Remove all related records when user is deleted 2023-08-24 15:05:54 +02:00
Faruk AYDIN
4b77f2f590 fix: Remove deleted flows from Redis 2023-08-24 15:05:54 +02:00
Ali BARIN
b9352ccc06 fix(mutations/update-flow-status): correct permission check 2023-08-22 16:17:20 +02:00
Ali BARIN
525b2baf06 fix(mutations/execute-flow): correct permission check 2023-08-22 16:17:20 +02:00
Ali BARIN
a8edeb2459 fix(mutations/update-step): correct permission check 2023-08-22 16:17:20 +02:00
Rıdvan Akca
da5d594428 feat(user-interface): introduce user interface page (#1226) 2023-08-21 23:11:25 +02:00
Ali BARIN
3b54b29a99 feat: introduce app configs with shared auth clients (#1213) 2023-08-16 15:46:43 +02:00
Ali BARIN
25983e046c chore: move config behind checks (#1211) 2023-08-11 22:32:13 +02:00
Ömer Faruk Aydın
a6a124d2e6 feat: add role mappings for SAML configuration (#1210) 2023-08-11 19:07:39 +02:00
Ali BARIN
ef9359b208 feat: write updateConfig GQL mutation 2023-08-11 08:29:57 +00:00
Ömer Faruk Aydın
ce8c9906cb chore: Rename createSamlAuthProvider mutation as upsertSamlAuthProvider (#1200) 2023-08-08 22:56:23 +02:00
Faruk AYDIN
43eea965c5 chore: Warn user about default role of SAML before deleting role 2023-08-07 15:21:32 +02:00
Faruk AYDIN
8101c9f0bc feat: Add createSamlAuthProvider graphQL mutation 2023-08-07 15:02:25 +02:00
Rıdvan Akca
b4cda90338 feat(auth): add feedback state for user and role management (#1191) 2023-08-07 11:08:29 +02:00
Ali BARIN
0deaa03218 feat(auth): add user and role management 2023-08-03 19:39:48 +02:00
Ali BARIN
63abc8a2c8 feat(authorization): add delete flow checks 2023-08-03 19:39:48 +02:00
Ali BARIN
ba5c038e3b feat(authorization): add create flow checks 2023-08-03 19:39:48 +02:00
Ali BARIN
a6669415f5 feat(authorization): add delete connection checks 2023-08-03 19:39:48 +02:00
Ali BARIN
4086fad867 feat(authorization): add create connection checks 2023-08-03 19:39:48 +02:00
Ali BARIN
5d77f64e76 feat(authorization): add update flow checks 2023-08-03 19:39:48 +02:00
Ali BARIN
69582ff83d feat: introduce role based access control 2023-08-03 19:39:48 +02:00
Ali BARIN
cb4a54b5cc fix(auth): allow login with case insensitive email 2023-07-30 14:59:16 +00:00
Ali BARIN
de7a35dfe9 feat: introduce singleton webhook URL 2023-06-22 08:51:43 +00:00
Ali BARIN
1449fb0f84 fix: update flow.active when remote calls succeed 2023-06-11 20:05:00 +00:00
Ali BARIN
ae316f60e4 fix: stop checking auth urls 2023-06-02 15:20:09 +02:00
Ali BARIN
9776c9f5a4 feat: add duplicate flow functionality 2023-05-13 14:44:21 +02:00
Rıdvan Akca
2791dca412 feat(profile): add capability to update user's full name 2023-03-31 12:38:02 +03:00
Faruk AYDIN
d3ef45db1b chore: Remove stripe-related functionality 2023-03-21 11:55:45 +03:00
Ali BARIN
aec9595dea fix: stop checking empty app input in createFlow 2023-03-13 22:11:55 +00:00
Faruk AYDIN
7764c4fbcb chore: Make subscription creation synchronous 2023-03-12 21:23:32 +03:00
Ali BARIN
9b8ec9b85e feat: validate step input in executeFlow 2023-03-12 11:28:33 +00:00
Ali BARIN
7b3f070973 feat: validate app and action input in createStep 2023-03-12 11:26:50 +00:00
Ali BARIN
ba27fc12e8 feat: validate app input in createFlow 2023-03-12 11:26:28 +00:00
Ali BARIN
db55912f78 feat: validate trigger input in updateStep 2023-03-12 11:18:04 +00:00
Ali BARIN
4c4bd267d4 feat: validate action input in updateStep 2023-03-12 11:17:55 +00:00
Ali BARIN
dc1002659b feat: validate connection input in updateStep 2023-03-12 11:16:51 +00:00
Faruk AYDIN
5e18ef5830 feat: Initial payment implementation 2023-03-05 17:14:01 +01:00
Ali BARIN
4e46b16f7b feat: use full name instead of email address in emails 2023-03-05 09:18:07 +00:00
Ali BARIN
5762cf5dc5 fix: make resetMutation public 2023-03-03 20:09:37 +00:00
Ali BARIN
4792853eb6 feat: add forgot password page 2023-03-03 18:10:52 +00:00
Ali BARIN
a53961b235 fix: correct reset password link in email 2023-03-03 18:07:35 +00:00
Ali BARIN
f644113af8 Merge pull request #970 from automatisch/add-signup
feat: add signup page
2023-03-03 19:06:43 +01:00
Rıdvan Akca
18089a8076 feat: add signup logic 2023-03-03 14:05:35 +03:00
Ali BARIN
387a849269 fix: delete current user in deleteUser mutation 2023-03-02 23:46:20 +00:00
Ali BARIN
e06b646f49 feat: add deleteUser mutation 2023-03-02 15:26:06 +00:00
Ömer Faruk Aydın
a0815b06a6 feat: Implement draft version of reset password email (#949) 2023-02-24 00:25:10 +01:00