Ali BARIN
f9772b6305
refactor(web): replace CRA with Vite
2025-05-05 09:50:08 +00:00
Ali BARIN
15e8f1d5a8
feat(web): introduce API tokens in admin dashboard
2025-04-15 16:01:34 +00:00
Ali BARIN
98c24f584e
feat(executions): add execution filters
2025-04-01 10:11:46 +00:00
kasia.oczkowska
1596493d1e
feat: handle 404 template error
2025-03-27 12:24:52 +00:00
Ali BARIN
3d060df5bd
feat(flows): add flow filters
2025-03-26 23:35:35 +00:00
Ali BARIN
0d51f9ad74
Merge pull request #2363 from automatisch/AUT-1465
...
feat: handle 404 error in useFlowFolder
2025-03-19 17:25:38 +01:00
Ali BARIN
839fda8880
feat(web): introduce templates
2025-03-13 16:18:03 +00:00
kasia.oczkowska
e7980aa98c
feat: handle 404 error in useFlowFolder
2025-02-21 13:22:31 +00:00
Ali BARIN
c13e9e4d37
fix(folders): reset state upon deleting folder and updating flow folder
2025-02-14 11:33:45 +00:00
Ali BARIN
8e7d06b5dc
feat(web): introduce folders to organize flows
2025-02-13 09:56:56 +00:00
kasia.oczkowska
758148c674
feat: clear connection on app change in flow step
2025-01-30 15:11:49 +01: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
5695609180
feat(web): add import flow functionality
2025-01-20 15:00:27 +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
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
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
07a19a5676
refactor: remove obsolete dependency and its usage
2025-01-13 15:58:45 +00:00
Ali BARIN
ec14801261
feat(web): add exporting flow functionality
2025-01-13 12:30:15 +00:00
kasia.oczkowska
d898b2ab1a
feat: introduce inline error messages in EditUser form
2025-01-10 11:46:44 +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
Ali BARIN
e29e71bdf1
feat: add support to rename flow step
2025-01-07 13:46:07 +00:00
Ali BARIN
8d5287d51e
refactor(web): use oauth client instead of app auth client
2024-12-19 14:53:47 +00:00
Ali BARIN
ce4e4b4885
refactor(Form): centralize error management
2024-12-17 17:32:31 +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
kasia.oczkowska
19a5ccf942
feat: add error snackbar when creating or updating saml auth provider
2024-10-16 14:31:05 +01:00
Ali BARIN
89b1cb9353
feat(web): adapt to horizontal config structure
2024-10-08 13:18:42 +00:00
Ali BARIN
d6e78a48a0
feat(AddAppConnection): show meaningful error messages only
2024-09-30 08:25:56 +00:00
Ali BARIN
589fe0f5f3
feat(useAuthenticateApp): remove redundant graphql implementation
2024-09-30 08:25:56 +00:00
Ali BARIN
244eeeb816
feat(useAuthenticateApp): centralize invalidating queries
2024-09-30 08:25:56 +00:00
kasia.oczkowska
4d5fc50f1a
feat: refactor verify connection mutation with the REST API endpoint
2024-09-30 08:25:54 +00:00
Ali BARIN
5e6f4bfb88
feat(useAuthenticateApp): use REST API endpoint to reset connection
2024-09-30 08:24:03 +00:00
Ali BARIN
24d09fda4c
feat(useAuthenticateApp): use REST API endpoint to update connection
2024-09-30 08:23:29 +00:00
Ali BARIN
7dcfb1081b
feat(useAuthenticateApp): use REST API endpoint to create auth url
2024-09-30 08:23:00 +00:00
kasia.oczkowska
d3caadf4af
feat: refactor update-current-user mutation with the REST API endpoint
2024-09-27 13:42:58 +01:00
Ali BARIN
c879ffa768
feat(useAuthenticateApp): use REST API endpoint to create connection
2024-09-24 08:30:53 +00:00
Ali BARIN
84d5b3b158
feat: use REST API endpoint to test step
2024-09-24 10:23:33 +02:00
Faruk AYDIN
0bad2ead10
chore: Fix typo for useAdminUpdateUser hook
2024-09-20 13:11:46 +03:00
Jakub P
25176884e7
fix: add missing snackbar on user update error
2024-09-20 13:11:43 +03:00
Ali BARIN
6e529a4205
feat: use REST API endpoint to update user
2024-09-20 13:09:46 +03:00
Jakub P.
b774a62f8c
fix: add missing snackbars on flow status update
2024-09-19 14:03:45 +03:00
Ali BARIN
184d748890
feat: use REST API endpoint to update flow status
2024-09-19 14:02:51 +03:00
Ali BARIN
cfec447d8a
feat(web): use REST API endpoint to create user
2024-09-19 13:49:12 +03:00
Ali BARIN
805d1fdd52
fix(useAdminCreateRole): correct query in invalidation
2024-09-19 13:49:12 +03:00
Ali BARIN
074e7828f3
feat(web): use REST API endpoint to update step
2024-09-19 13:30:45 +03:00
Ali BARIN
f94a5385d7
feat: use REST API endpoint to delete step
2024-09-19 13:07:37 +03:00