Commit graph

10 commits

Author SHA1 Message Date
KuhnChris 721782f4f0 Remove rouge "," 2023-06-30 12:53:46 +02:00
KuhnChris 579eb2f993 Make tests go brrrr. 2023-06-30 12:28:07 +02:00
KuhnChris bf053595ae Clean up merge from main 2023-06-30 12:28:07 +02:00
Sijmen Schoon fa42d71862 Update TestValidationOfApplicationServices function name 2023-06-30 12:28:07 +02:00
Sijmen Schoon 4b98bbe180 Convert TestValidationOfApplicationServices to be table-driven 2023-06-30 12:28:07 +02:00
Sijmen Schoon 55bc0f6807 Improve ValidateApplicationService test coverage 2023-06-30 12:28:07 +02:00
Sijmen Schoon 019a5d0e87 Make ValidateApplicationService work with UserIDs and move to internal
Signed-off-by: Sijmen <me@sijman.nl>
Signed-off-by: Sijmen Schoon <me@sijman.nl>
2023-06-30 12:28:07 +02:00
devonh 0489d16f95
Move json errors over to gmsl (#3080) 2023-05-09 22:46:49 +00:00
kegsay 72285b2659
refactor: update GMSL (#3058)
Sister PR to https://github.com/matrix-org/gomatrixserverlib/pull/364

Read this commit by commit to avoid going insane.
2023-04-19 15:50:33 +01:00
Till f762ce1050
Add clientapi tests (#2916)
This PR
- adds several tests for the clientapi, mostly around `/register` and
auth fallback.
- removes the now deprecated `homeserver` field from responses to
`/register` and `/login`
- slightly refactors auth fallback handling
2022-12-23 14:11:11 +01:00