Commit Graph

792 Commits

Author SHA1 Message Date
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
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
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
Ömer Faruk Aydın
85397c3802 Merge pull request #2255 from automatisch/rename-app-auth-clients
refactor: Rename AppAuthClient model as OAuthClient
2024-12-20 12:46:37 +01:00
kasia.oczkowska
ebc21e90ac refactor: remove redundant errors setting in SignUpForm 2024-12-20 10:02:04 +00:00
Ali BARIN
8d5287d51e refactor(web): use oauth client instead of app auth client 2024-12-19 14:53:47 +00:00
kasia.oczkowska
d320e8eec6 feat: disable inputs when data is loading 2024-12-19 12:21:22 +00:00
Ali BARIN
ce4e4b4885 refactor(Form): centralize error management 2024-12-17 17:32:31 +00:00
Jakub P.
a8ed13da33 test: adapt apps tests to new logic 2024-12-17 14:27:10 +00:00
Ali BARIN
c78646ed8e feat(connections): iterate add button availability 2024-12-17 14:27:10 +00:00
Ali BARIN
a57134a89c feat(AppConfig): iterate how apps are managed
- auth clients are always shared, cannot be disabled
- custom connections are enabled by default, can be disabled
- any existing connections can be reconnected regardless of its AppConfig or AppAuthClient states
2024-12-17 14:26:55 +00:00
Ali BARIN
00e80f1fba feat(AdminApplication): remove connections tab 2024-12-17 14:26:55 +00:00
kasia.oczkowska
112baad65f feat: introduce inline error messages when deleting role or user 2024-12-12 10:57:20 +00:00
kasia.oczkowska
54f509ee38 feat: introduce inline error messages for InstallationForm and SignUpForm 2024-12-12 10:50:58 +00:00
Ali BARIN
ee397441ed refactor: update RoleMapping references 2024-11-25 15:13:14 +00:00