0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-29 17:58:20 +02:00
dendrite/roomserver/api
Neil Alexander 81843e8836
Restricted join support on /make_join, /send_join (#2478)
* Add `QueryRestrictedJoinAllowed`

* Add `Resident` flag to `QueryRestrictedJoinAllowedResponse`

* Check restricted joins on federation API

* Return `Restricted` to determine if the room was restricted or not

* Populate `AuthorisedVia` properly

* Sign the event on `/send_join`, return it in the `/send_join` response in the `"event"` key

* Kick back joins with invalid authorising user IDs, use event from `"event"` key if returned in `RespSendJoin`

* Use invite helper in `QueryRestrictedJoinAllowed`

* Only use users with the power to invite, change error bubbling a bit

* Placate the almighty linter

One day I will nuke `gocyclo` from orbit and everything in the world will be much better for it.

* Review comments
2022-05-25 10:05:30 +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 Restricted join support on /make_join, /send_join (#2478) 2022-05-25 10:05:30 +01:00
api_trace.go Restricted join support on /make_join, /send_join (#2478) 2022-05-25 10:05:30 +01:00
input.go Improve roomserver logging 2022-01-31 15:33:00 +00:00
output.go Federation consumer adds_state_event_ids tweak (#2441) 2022-05-09 16:19:35 +01:00
perform.go Add /_dendrite/admin/evacuateRoom/{roomID} (#2401) 2022-04-28 16:02:30 +01:00
query.go Restricted join support on /make_join, /send_join (#2478) 2022-05-25 10:05:30 +01:00
wrapper.go Define component interfaces based on consumers (2/2) (#2425) 2022-05-05 19:30:38 +01:00