1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-01 20:01:41 +03:00

18 Commits

Author SHA1 Message Date
29d6383c5d admin: rename the can_request_admin field to admin 2024-08-07 20:13:43 +02:00
6189abe7b4 admin: set can_request_admin API 2024-08-07 20:13:43 +02:00
cf9f201337 admin: get OAuth 2.0 session API 2024-08-07 17:41:18 +02:00
4f52840bf3 admin: list OAuth 2.0 sessions API 2024-08-07 17:41:18 +02:00
83e4aa476f admin: setup base for oauth2 sessions endpoints 2024-08-07 17:41:18 +02:00
c61a52a3a0 admin: better error when password auth is disabled 2024-08-07 15:10:19 +02:00
475a43df71 admin: check password complexity in password set API 2024-08-07 15:10:19 +02:00
8b5d576018 admin: set password API 2024-08-07 15:10:19 +02:00
9ea77a9562 admin: lock user API 2024-08-06 13:43:13 +02:00
2307c05c69 admin: user unlock API 2024-08-06 13:31:28 +02:00
117e124ddf admin: user deactivation API 2024-08-06 11:48:19 +02:00
65f1c45095 admin: add operation ID on user add operation 2024-08-01 16:23:08 +02:00
94004ce18c Rename the payload struct to appease clippy 2024-08-01 16:23:08 +02:00
221f227baa admin: add API to create users 2024-08-01 16:23:08 +02:00
d03dd41345 admin: add operation IDs on user operations & other improvements
This also documents better the user list operation parameters
2024-08-01 15:17:14 +02:00
78e988b7cc Tweak the schema generation and use a common definition for ULIDs 2024-08-01 15:17:14 +02:00
cdecac735e Tweak the schema to use summary instead of description and add tags 2024-08-01 15:17:14 +02:00
3f947025e2 Host a Swagger UI both in the static documentation and by the server 2024-08-01 15:17:14 +02:00