0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-14 02:18:34 +02:00
dendrite/userapi
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
..
api Handle guest access [1/2?] (#2872) 2022-12-22 13:05:59 +01:00
consumers Calculate correct room member count for push rule evaluation (#2894) 2022-11-30 11:40:36 +00:00
internal Handle guest access [1/2?] (#2872) 2022-12-22 13:05:59 +01:00
inthttp Handle guest access [1/2?] (#2872) 2022-12-22 13:05:59 +01:00
producers Virtual hosting schema and logic changes (#2876) 2022-11-11 16:41:37 +00:00
storage Virtual hosting schema and logic changes (#2876) 2022-11-11 16:41:37 +00:00
types Add message stats to reporting (#2748) 2022-11-02 10:18:11 +00:00
util Add UserAPI util tests (#2907) 2022-12-08 08:24:24 +01:00
userapi.go Enable/Disable internal metrics (#2899) 2022-12-05 13:53:36 +01:00
userapi_test.go Handle guest access [1/2?] (#2872) 2022-12-22 13:05:59 +01:00