Commit Graph

53 Commits

Author SHA1 Message Date
Faruk AYDIN
159931a6ea chore: Use types from the web package 2024-01-15 13:30:48 +01:00
Ali BARIN
78ba18b176 feat: apply conditional mation styling 2023-12-14 14:28:07 +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
QAComet
1a55cc8604 test: update snackbar with variant and data-test attributes 2023-10-27 19:48:40 +02:00
Ali BARIN
0a36101da1 feat: close snackbars upon click (#1378) 2023-10-24 12:03:30 +02:00
Ali BARIN
174240a220 refactor: add useEnqueueSnackbar with data-test attr 2023-10-06 12:28:09 +02:00
Kasia
a04b933161 refactor: introduce useApps hook 2023-09-29 17:03:36 +02:00
kattoczko
c77e12edbb fix: consider null as value in step parameters (#1282) 2023-09-29 16:33:45 +02:00
kattoczko
d63757634a feat: introduce role mappings form on authentication page (#1256) 2023-09-08 14:09:53 +02:00
Ali BARIN
df24bac913 refactor: fetch notifications over graphql query 2023-08-28 20:44:55 +00:00
kattoczko
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
Rıdvan Akca
163aca6179 feat(user-list): add pagination (#1219)
* feat(user-list): add pagination

* feat: add actual total count in getUsers

---------

Co-authored-by: Ali BARIN <ali.barin53@gmail.com>
2023-08-21 21:15:07 +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
Ali BARIN
b590f0f98f feat: write useConfig hook 2023-08-11 08:29:57 +00:00
Rıdvan Akca
5046c4c911 feat(auth): add loading state for user and role management (#1188) 2023-08-09 21:51:07 +02:00
Faruk AYDIN
4b706e004d chore: Rename getSamlAuthProviders as listSamlAuthProviders query 2023-08-07 16:44:59 +02:00
Ali BARIN
0deaa03218 feat(auth): add user and role management 2023-08-03 19:39:48 +02:00
Ali BARIN
a7104c41a2 feat(sso): introduce authentication with SAML 2023-08-03 19:39:48 +02:00
Rıdvan Akca
3fd1d4d9b3 feat(google-sheets): create spreadsheet row 2023-06-01 13:28:36 +02:00
Ali BARIN
88c93ac992 fix(dynamic-data): correct parameters 2023-05-16 17:59:04 +02:00
Ali BARIN
3572e6f65a fix: send parameters to dynamic data query 2023-05-15 16:24:17 +02:00
Ali BARIN
fcf3a480be chore: remove UsageAlert 2023-04-16 14:22:30 +00:00
Ali BARIN
b837aecb27 feat: add subscription cancelled alert 2023-04-12 20:08:45 +00:00
Ali BARIN
a0feb7f309 feat: show completed checkout alert 2023-04-09 20:31:51 +00:00
Ali BARIN
2739d2297f feat: finalize TrialOverAlert on billing page 2023-04-09 14:11:22 +02:00
Ali BARIN
d4c542168c feat: add trial status badge in appbar 2023-04-09 09:57:50 +00:00
Ali BARIN
372cdb10d6 feat: make invoices dynamic 2023-03-27 08:22:24 +00:00
Ali BARIN
fd24dbee21 fix(useBillingAndUsageData): fix invalid date 2023-03-27 08:22:14 +00:00
Ali BARIN
f3a8ab289f feat: use actual data in billing and usage 2023-03-26 19:28:15 +00:00
Ali BARIN
e25aab742b feat(UsageAlert): use new plan upgrade page 2023-03-21 20:25:46 +00:00
Ali BARIN
b5ed984f05 feat: add checkout process 2023-03-20 23:24:04 +00:00
Ali BARIN
3598d43938 feat: make payment plans dynamic 2023-03-21 00:50:33 +03:00
Ömer Faruk Aydın
c24297630c Merge pull request #988 from automatisch/show-alert-for-task-usage
feat: show usage alert as of threshold
2023-03-09 13:45:55 +01:00
Ali BARIN
c81db8ae19 feat: disable non-cloud features 2023-03-09 11:23:29 +00:00
Ali BARIN
1669708041 feat: show usage alert as of threshold 2023-03-08 18:43:42 +00:00
Ali BARIN
4567ca8fce feat: show current plan name in usage information 2023-03-07 20:48:57 +00:00
Ali BARIN
930653c86d feat: show usage data 2023-03-06 20:28:09 +00:00
Ali BARIN
5e7b4bfe45 feat: show payment portal information 2023-03-06 19:42:41 +00:00
Ali BARIN
26d8e5856a feat: make automatisch info available 2023-03-06 18:04:47 +00:00
Ali BARIN
c6b8f12f9a feat(Editor): implement dynamic fields 2023-03-01 17:52:52 +00:00
Faruk AYDIN
d2b8d2beff refactor: Use getDynamicData instead of getData 2022-11-10 19:46:04 +01:00
Ali BARIN
475f24f661 style: auto format whole project 2022-11-05 23:57:33 +01:00
Ali BARIN
91ec19c7df fix(useDynamicData): throw error when dependency is undefined 2022-10-19 22:56:52 +02:00
Ali BARIN
92a2d68a81 feat: add defineTrigger and defineAction 2022-10-16 11:15:05 +02:00
Ali BARIN
ae8f701e5c fix: use cache-and-network fetchPolicy for consistency 2022-08-04 22:04:36 +02:00
Ali BARIN
ff09a836b4 feat: highlight newer versions in notifications 2022-08-04 21:31:09 +02:00
Ali BARIN
e651fd141b feat: add new commit trigger in GitHub 2022-05-03 21:12:29 +02:00
Ali BARIN
bb6c464770 feat: make email and password updatable 2022-04-01 00:38:54 +03:00
Ali BARIN
5d1c4b81e7 feat: introduce authentication context 2022-03-09 01:09:14 +03:00