Commit Graph

129 Commits

Author SHA1 Message Date
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
kasia.oczkowska
1b2cf50149 feat: add footer component to AdminSettingsLayout with version display 2025-01-24 11:15:47 +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
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
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
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
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
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
Ali BARIN
ce4e4b4885 refactor(Form): centralize error management 2024-12-17 17:32:31 +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
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
73edb45ff7 refactor(app-config): rename allowCustomConnection as customConnectionAllowed 2024-10-24 16:59:17 +02:00
kasia.oczkowska
d3caadf4af feat: refactor update-current-user mutation with the REST API endpoint 2024-09-27 13:42:58 +01:00
Jakub P
25176884e7 fix: add missing snackbar on user update error 2024-09-20 13:11:43 +03:00
Jakub P.
3408be2840 test: search for proper snackbar on user create error 2024-09-19 13:50:11 +03:00
Ali BARIN
0c53ee8460 feat(AddAppConnection): show pop-up reminder hint 2024-09-10 17:40:34 +02:00
kasia.oczkowska
1aa1f441b3 feat: refactor delete user mutation with the REST API endpoint 2024-07-22 13:27:57 +02:00
kasia.oczkowska
d051275e54 feat: use create access token api endpoint instead of login mutation 2024-07-18 13:05:59 +01:00
kasia.oczkowska
dd0a1328e8 feat: refactor reset password mutation with the REST API endpoint 2024-07-17 15:05:46 +01:00
kasia.oczkowska
46ec9b5229 feat: refactor forgot password mutation with the REST API endpoint 2024-07-17 13:23:45 +01:00
Ali BARIN
edb9526538 feat(InstallationForm): rephrase submit button 2024-07-15 12:24:35 +00:00
kasia.oczkowska
ba6b4c6854 feat: create onboarding UX flow 2024-07-12 14:55:30 +01:00
Ali BARIN
9922033d33 feat: add accept-invitation page 2024-07-11 11:38:23 +02:00
Faruk AYDIN
3c3e6e4144 feat: Implement user invitation backend functionality 2024-07-11 11:38:23 +02:00
Rıdvan Akca
88c50e014d fix: update SubscriptionCancelledAlert and CheckoutCompletedAlert based on useSubscription and useUserTrial 2024-04-08 14:45:42 +02:00
Rıdvan Akca
f0ef12f904 refactor: rewrite useSubscription with RQ and use it in UsageDataInformation 2024-04-08 14:45:42 +02:00
kattoczko
be7e67c940 feat: introduce 404 page (#1600) 2024-02-16 15:54:35 +01: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
Ali BARIN
3549fef71c feat(ExecutionRow): use createdAt instead of updatedAt 2023-10-26 15:43:10 +00:00
kattoczko
8c859f9408 feat: introduce admin app configs page (#1335) 2023-10-24 12:19:37 +02:00
kattoczko
584b9323ec feat: introduce admin apps page (#1296)
* feat: introduce admin apps page

* feat: add access restriction and fix incorrectly placed key prop
2023-10-05 10:55:00 +02:00
Rıdvan Akca
9fbc9d59f5 feat: make authentication role mappings emptiable 2023-09-13 22:32:18 +02:00
Rıdvan Akca
25ce63b86d feat(user-interface): use default config as fallback (#1251)
* feat(user-interface): return default app values

* test: remove skip in UI tests

---------

Co-authored-by: Ali BARIN <ali.barin53@gmail.com>
2023-09-11 14:06:05 +02:00
Ali BARIN
436fa9af69 Merge pull request #1267 from automatisch/AUT-276
feat(user-interface): add title field
2023-09-08 21:04:58 +02:00
kattoczko
d63757634a feat: introduce role mappings form on authentication page (#1256) 2023-09-08 14:09:53 +02:00
Rıdvan Akca
c02c2def29 feat(user-interface): add title field 2023-09-05 17:10:01 +03:00