Commit Graph

19 Commits

Author SHA1 Message Date
Lukas Hirt 5fa91c4a1d Accept 204 response status as valid 2020-09-09 13:53:49 +02:00
Lukas Hirt b13d323af8 Add delete action 2020-09-09 13:15:37 +02:00
Lukas Hirt 15da3462ac Use payload when inserting created account 2020-09-09 13:01:22 +02:00
Benedikt Kulmann 729fd3b5c8 Add preferred_name to request payload when creating account 2020-09-09 10:57:39 +02:00
Lukas Hirt 1965469ae6 Add create/delete capabilities and UI 2020-09-09 10:35:28 +02:00
Lukas Hirt 7cd554bf41 Refactor 2020-09-07 17:49:35 +02:00
Lukas Hirt 3980084c53 Use correct request and update changed account 2020-09-06 21:40:15 +02:00
Lukas Hirt 3fd44de84f Handle disable and enable actions 2020-09-06 21:40:15 +02:00
Lukas Hirt 45c170729e Add batch actions UI 2020-09-06 21:40:15 +02:00
Benedikt Kulmann 6511321873 Fix accounts ui with new settings API 2020-08-27 10:33:04 +02:00
Benedikt Kulmann 6b011fb91c Add account uuid to request body for fetching roles 2020-08-21 11:45:04 +02:00
Lukas Hirt 2b9e93dcfd Fixed typo in eslint 2020-08-21 11:45:04 +02:00
Lukas Hirt 662817af0a Use settings client 2020-08-21 11:45:04 +02:00
Lukas Hirt ee047d8739 Use generated API to fetch roles 2020-08-21 11:45:04 +02:00
Lukas Hirt 72c31b4ebf Add basic role management UI 2020-08-21 11:45:03 +02:00
Jörn Friedrich Dreyer 0f64397e79 update ui
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-07-10 15:51:13 +02:00
Benedikt Kulmann e23615c764 Sort accounts by preferredName field 2020-07-01 11:05:33 +02:00
Benedikt Kulmann a8922f62c2 Change accounts service requests to POST
Microweb only supports POST requests. So as long as we're using that, we
need to have everything as POST.
2020-07-01 11:05:33 +02:00
Benedikt Kulmann 352b633e84 Show very basic account list
This is the first step. Only shows name and email so far (because we
don't have more data). Was necessary to change the request type of the
list request to POST because it is not supported by microweb to have GET
requests.
2020-07-01 11:05:33 +02:00