Commit Graph
52 Commits
Author SHA1 Message Date
Ali BARIN b3ae2d2748 refactor(web): remove typescript 2024-02-29 09:38:32 +00:00
kattoczko c461cc4878 feat: introduce application auth clients tab in the admin panel (#1423)
* feat: introduce application auth clients tab in the admin panel

* feat: introduce improvements

* feat: use loading state returned from useMutation

* feat: use error returned by useMutation hook
2023-11-10 14:09:23 +01:00
kattoczko 8c859f9408 feat: introduce admin app configs page (#1335) 2023-10-24 12:19:37 +02:00
kattoczko d63757634a feat: introduce role mappings form on authentication page (#1256) 2023-09-08 14:09:53 +02:00
kattoczkoandAli BARIN ddeb18f626 feat: introduce authentication page (#1241)
* feat: introduce authentication page

* feat: update page width

* fix(saml): cover non-existing role mapping on onboarding

---------

Co-authored-by: Ali BARIN <ali.barin53@gmail.com>
2023-08-25 15:24:50 +02:00
Ali BARIN 25983e046c chore: move config behind checks (#1211) 2023-08-11 22:32:13 +02:00
Ali BARIN b590f0f98f feat: write useConfig hook 2023-08-11 08:29:57 +00:00
Ali BARIN 0deaa03218 feat(auth): add user and role management 2023-08-03 19:39:48 +02:00
Ali BARIN f2dc2f5530 feat: introduce CustomAutocomplete with variables 2023-06-12 14:06:13 +02:00
Ali BARIN 9776c9f5a4 feat: add duplicate flow functionality 2023-05-13 14:44:21 +02:00
Ali BARIN c64ca9d9b7 fix(ProfileSettings): don't submit password unless changed 2023-04-06 13:34:43 +00:00
Rıdvan Akca 2791dca412 feat(profile): add capability to update user's full name 2023-03-31 12:38:02 +03:00
Ali BARIN fa867387d4 feat: add reset password page 2023-03-03 20:13:31 +00:00
Ali BARIN 4792853eb6 feat: add forgot password page 2023-03-03 18:10:52 +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 d061eb7b58 feat: update migration logic and remove consolelog 2023-03-03 14:10:54 +03:00
Ali BARIN 387a849269 fix: delete current user in deleteUser mutation 2023-03-02 23:46:20 +00:00
Ali BARIN 399cebda70 feat: show delete user functionality 2023-03-02 23:37:05 +00:00
Ali BARIN 45e98cd5b7 fix(Editor): fetch webhookUrl upon updating step 2023-01-14 19:15:55 +01:00
Faruk AYDIN 81c41ef5ee refactor: Use generateAuthUrl method instead of createAuthData 2022-11-10 18:50:36 +01:00
Ali BARIN 475f24f661 style: auto format whole project 2022-11-05 23:57:33 +01:00
Ali BARIN ed0d22dcd7 fix(Editor): open new step upon step creation 2022-09-23 18:10:26 +02:00
Ali BARIN 15aaada3fe feat: add relative time and context menu in flows 2022-08-06 23:41:47 +02:00
Ali BARIN d513e03138 feat: show connection upon verification 2022-07-27 16:40:21 +02:00
Ali BARIN d864831bc5 feat: add schedule integration 2022-05-07 11:17:45 +02:00
Ali BARIN bb6c464770 feat: make email and password updatable 2022-04-01 00:38:54 +03:00
Ali BARIN c9bf7c9e21 feat: make flows enablable 2022-03-22 20:25:54 +03:00
Ali BARIN 030d886cf7 refactor: introduce input in gql mutations 2022-03-09 00:53:20 +03:00
Ali BARIN f5f7a998ca feat: introduce login page 2022-03-08 12:17:35 +01:00
Faruk AYDIN e73f33f3db fix: Adjust info.json files to work with formattedData field 2022-03-05 01:27:00 +03:00
Ali BARIN 6a8ec97c31 refactor: add formattedData in IConnection references 2022-03-05 01:27:00 +03:00
Ali BARIN 3391578655 chore: introduce @automatisch/types 2022-03-03 13:33:33 +03:00
Ali BARIN 020ef45f0a feat: add TestSubstep along with step status 2022-02-14 19:25:54 +03:00
Ali BARIN 89fbfd9dfc feat: make flow name updatable 2022-02-01 10:08:58 +03:00
Ali BARIN 90aac874bf feat: add delete step functionality 2022-01-30 18:27:57 +03:00
Ali BARIN 700d0bfd32 feat: create flow with trigger app 2022-01-30 11:15:30 +03:00
Faruk AYDIN c6e2b94128 chore: Use string IDs instead of integer ones 2022-01-29 18:50:55 +03:00
Ali BARIN e7c537f217 feat: introduce action event step in flow step 2022-01-29 11:36:29 +03:00
Ali BARIN 95a63affe7 feat: make step in editor configurable 2022-01-28 15:53:37 +03:00
Faruk AYDIN 3f2f1212c9 chore: Use integer for IDs of resources 2022-01-02 14:33:05 +03:00
Ali BARIN d06ce4958e feat: add /editor/create to create a flow 2021-12-21 09:32:17 +01:00
Ali BARIN 3260bf8215 fix: introduce AvailableAppsEnumType in createConnection 2021-11-24 21:32:09 +01:00
Faruk AYDIN cbfba465db chore: Rename createAuthLink as createAuthData 2021-10-26 21:52:04 +02:00
Faruk AYDIN 2eeeeb0028 chore: Introduce GraphQLJSONObject type for credentials 2021-10-24 16:51:29 +02:00
Faruk AYDIN 44fbaeee82 feat: Introduce reset and verify connection mutations 2021-10-22 15:55:25 +02:00
Ali BARIN ec4dd8a037 feat: introduce reconnect feature for connections 2021-10-20 21:01:48 +02:00
Ali BARIN 2293c939e7 feat: add app connections w/ testing and deleting functions 2021-10-18 23:58:40 +02:00
Faruk AYDIN 650416ce6b feat: Create testConnection graphQL query 2021-10-18 18:05:04 +02:00
Ali BARIN 48ba4565e4 refactor: Update credential wording with connection 2021-10-17 16:08:05 +02:00
Ali BARIN 9cc10f6346 feat: Introduce auth step to verify connection 2021-10-15 18:15:46 +02:00