0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-12 05:59:24 +02:00
dendrite/roomserver/api
Till 5eed31fea3
Handle guest access [1/2?] (#2872)
Needs https://github.com/matrix-org/sytest/pull/1315, as otherwise the
membership events aren't persisted yet when hitting `/state` after
kicking guest users.

Makes the following tests pass:
```
Guest users denied access over federation if guest access prohibited
Guest users are kicked from guest_access rooms on revocation of guest_access
Guest users are kicked from guest_access rooms on revocation of guest_access over federation
```

Todo (in a follow up PR):
- Restrict access to CS API Endpoints as per
https://spec.matrix.org/v1.4/client-server-api/#client-behaviour-14

Co-authored-by: kegsay <kegan@matrix.org>
2022-12-22 13:05:59 +01:00
..
alias.go Clean up interface definitions (#2427) 2022-05-06 12:39:26 +01:00
alias_test.go Fix lint errors 2022-03-24 10:03:22 +00:00
api.go Cleanup stale device lists for users we don't share a room with anymore (#2857) 2022-12-12 08:20:59 +01:00
api_trace.go Cleanup stale device lists for users we don't share a room with anymore (#2857) 2022-12-12 08:20:59 +01:00
input.go Federation fixes for virtual hosting 2022-11-15 15:05:23 +00:00
output.go Handle state before, send history visibility in output (#2532) 2022-06-13 15:11:10 +01:00
perform.go Handle guest access [1/2?] (#2872) 2022-12-22 13:05:59 +01:00
query.go Cleanup stale device lists for users we don't share a room with anymore (#2857) 2022-12-12 08:20:59 +01:00
wrapper.go Federation fixes for virtual hosting 2022-11-15 15:05:23 +00:00