Commit Graph

804 Commits

Author SHA1 Message Date
Ali BARIN
5007b403f0 Merge pull request #2319 from automatisch/rename-auth-defaults-prop 2025-01-29 22:27:17 +01:00
kasia.oczkowska
5bc5e0fd20 feat: make the footer in admin panel sticky 2025-01-29 13:18:05 +00:00
kasia.oczkowska
cbf8d3ad65 refactor: rename prop submitAuthDefault to submitAuthDefaults 2025-01-29 08:35:33 +00:00
Ali BARIN
f36d89646b Merge pull request #2311 from automatisch/hide-oauth-tab-in-admin-for-unsupported-apps
feat(AdminApplication): hide oauth tab for unsupported apps
2025-01-27 16:46:41 +01:00
Ali BARIN
a4f2607601 Merge pull request #2309 from automatisch/AUT-1313
feat: add footer component with version display to AdminSettingsLayout
2025-01-27 16:46:24 +01:00
Ali BARIN
36e2b715ea Merge pull request #2272 from automatisch/AUT-1409
feat: accept falsy default values
2025-01-27 16:39:07 +01:00
Ali BARIN
7558250879 feat(AdminApplication): hide oauth tab for unsupported apps 2025-01-27 10:18:56 +00:00
Ali BARIN
ade6e96b1b Merge pull request #2308 from automatisch/AUT-1423
feat: apply React Flow's 'nowheel' class to enable scroll in test output
2025-01-27 10:57:09 +01:00
Ali BARIN
8e4ce0807f Merge pull request #2306 from automatisch/AUT-1388
feat: introduce two separate forms in update auth client dialog
2025-01-27 10:57:04 +01:00
Ali BARIN
7af70a079a Merge pull request #2295 from automatisch/importing-flow-should-invalidate-flows
feat(useImportFlow): invalidate flows on success
2025-01-24 13:13:48 +01:00
kasia.oczkowska
1b2cf50149 feat: add footer component to AdminSettingsLayout with version display 2025-01-24 11:15:47 +00:00
kasia.oczkowska
0e4c66bb74 feat: apply React Flow's 'nowheel' class to enable scroll in test output 2025-01-24 11:10:29 +00:00
kasia.oczkowska
53e2694a12 feat: introduce two separate forms in update auth client dialog 2025-01-23 15:54:18 +00:00
Ali BARIN
6ddac08ef7 feat(useImportFlow): invalidate flows on success 2025-01-20 15:54:24 +00:00
Ali BARIN
b237b2a2bc refactor(Flows): utilize useQuery over useMutation 2025-01-20 15:54:07 +00:00
Ali BARIN
1fa56d2af7 feat(ImportFlowDialog): improve error management 2025-01-20 14:41:05 +00:00
Ali BARIN
9cbbf05232 feat(ImportFlowDialog): close dialog when clicked outside 2025-01-20 14:23:04 +00:00
Ali BARIN
5695609180 feat(web): add import flow functionality 2025-01-20 15:00:27 +01:00
kasia.oczkowska
1fefedf9a0 feat: apply default values for dynamic fields 2025-01-17 12:51:23 +00:00
kasia.oczkowska
8ed2b30ab8 feat: accept falsy default values 2025-01-17 12:23:20 +00:00
Ali BARIN
24cc2278fb Merge pull request #2271 from automatisch/AUT-1389
feat: add error snackbar on failed app authentication
2025-01-17 12:05:43 +01:00
Ali BARIN
60b96d2cff Merge pull request #2248 from automatisch/AUT-1380
feat: introduce inline error messages in EditUser form
2025-01-17 12:05:09 +01:00
Ali BARIN
084ffbf794 Merge pull request #2247 from automatisch/AUT-1381
feat: introduce inline error messages in SamlConfiguration and RoleMappings forms
2025-01-17 12:04:04 +01:00
Ali BARIN
e58c2695b0 Merge pull request #2241 from automatisch/AUT-1379
feat: introduce inline error messages when deleting role or user
2025-01-17 11:55:43 +01:00
Ali BARIN
20ecdb9ae0 feat: update scope tokens 2025-01-16 22:02:20 +01:00
Ali BARIN
61624baa68 feat: support scopes for dynamic field entries 2025-01-16 22:02:20 +01:00
kasia.oczkowska
ca678b5bba fix: spacing in DynamicField 2025-01-16 22:02:20 +01:00
Ali BARIN
661a5b24b2 feat(signalwire): add add-voice-xml-node and respond-with-voice-xml actions 2025-01-16 22:02:20 +01:00
Jakub P.
cde0186c3c Merge branch 'main' into AUT-1379 2025-01-14 17:18:21 +01:00
Jakub P.
f34ade3e46 Merge branch 'main' into AUT-1380 2025-01-14 17:03:39 +01:00
Ömer Faruk Aydın
7c712d7814 Merge pull request #2267 from automatisch/export-flow
feat: Implement initial logic of exporting flow
2025-01-13 18:06:55 +01:00
Ali BARIN
e4b31c7f52 refactor(webhook): remove singleton webhook logic 2025-01-13 16:11:29 +00:00
Ali BARIN
07a19a5676 refactor: remove obsolete dependency and its usage 2025-01-13 15:58:45 +00:00
Ali BARIN
5977078136 feat(EditableTypography): make icon size and position consistent 2025-01-13 13:31:42 +00:00
Faruk AYDIN
371555863a refactor: Adjust export button styling and add icon 2025-01-13 14:15:28 +01:00
Ali BARIN
ec14801261 feat(web): add exporting flow functionality 2025-01-13 12:30:15 +00:00
kasia.oczkowska
ae74b899bd refactor: use form's centralized error management 2025-01-10 13:58:03 +00:00
kasia.oczkowska
9ae347d130 fix: remove unnecessary function argument 2025-01-10 13:56:47 +00:00
kasia.oczkowska
4f24c0881a feat: introduce inline error messages for create user and create role forms 2025-01-10 13:56:47 +00:00
kasia.oczkowska
dae7c365ef refactor: use form's centralized error management 2025-01-10 11:46:44 +00:00
kasia.oczkowska
d898b2ab1a feat: introduce inline error messages in EditUser form 2025-01-10 11:46:44 +00:00
kasia.oczkowska
19e2ff94f3 refactor: use form's centralized error management 2025-01-10 11:41:01 +00:00
kasia.oczkowska
e784215e3c feat: introduce inline error messages in SamlConfiguration and RoleMappings forms 2025-01-10 11:41:01 +00:00
Ali BARIN
819f122106 Merge pull request #2227 from automatisch/AUT-1371
feat: introduce inline error messages for InstallationForm and SignUpForm
2025-01-10 12:26:45 +01:00
kasia.oczkowska
d65853762b feat: add error snackbar on failed app authentication 2025-01-10 10:12:37 +00:00
Ali BARIN
99c9d83c37 feat(ExecutionStep): show step name in execution history 2025-01-09 11:00:36 +00:00
Ali BARIN
f6be5f1263 feat(Editor): use iniitial event name as step name when empty 2025-01-08 15:11:15 +00:00
Ali BARIN
dadd35d791 feat(FlowStep): disable editing step name when flow is published 2025-01-08 15:10:46 +00:00
Ali BARIN
0b4af4b1b9 feat(EditableTypography): support disable state 2025-01-08 15:10:26 +00:00
Ali BARIN
e29e71bdf1 feat: add support to rename flow step 2025-01-07 13:46:07 +00:00