Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-02-19 | Make room alias lists peekable | Richard van der Hoff | 2 | -1/+20 | |
As per https://github.com/matrix-org/matrix-doc/pull/2432#pullrequestreview-360566830, make room alias lists accessible to users outside world_readable rooms. | |||||
2020-02-19 | Add `allow_departed_users` param to `check_in_room_or_world_readable` | Richard van der Hoff | 5 | -15/+33 | |
... and set it everywhere it's called. while we're here, rename it for consistency with `check_user_in_room` (and to help check that I haven't missed any instances) | |||||
2020-02-18 | Refactor the membership check methods in Auth | Richard van der Hoff | 4 | -73/+46 | |
these were getting a bit unwieldy, so let's combine `check_joined_room` and `check_user_was_in_room` into a single `check_user_in_room`. | |||||
2020-02-18 | Implement GET /_matrix/client/r0/rooms/{roomId}/aliases (#6939) | Richard van der Hoff | 5 | -11/+128 | |
per matrix-org/matrix-doc#2432 | |||||
2020-02-18 | Increase perf of `get_auth_chain_ids` used in state res v2. (#6937) | Erik Johnston | 2 | -0/+24 | |
We do this by moving the recursive query to be fully in the DB. | |||||
2020-02-18 | Fix worker docs to point `/publicised_groups` API correctly. (#6938) | Erik Johnston | 2 | -3/+5 | |
2020-02-18 | Make the log more noticeable | Brendan Abolivier | 1 | -1/+2 | |
2020-02-18 | Print the error as an error log and raise the same exception we got | Brendan Abolivier | 1 | -9/+10 | |
2020-02-18 | Stop sending events when creating or deleting aliases (#6904) | Patrick Cloke | 4 | -42/+194 | |
Stop sending events when creating or deleting associations (room aliases). Send an updated canonical alias event if one of the alt_aliases is deleted. | |||||
2020-02-18 | Kill off deprecated "config-on-the-fly" docker mode (#6918) | Richard van der Hoff | 3 | -40/+33 | |
Lots of people seem to get confused by this mode, and it's been deprecated since Synapse 1.1.0. It's time for it to go. | |||||
2020-02-17 | #6924 has been released in 1.10.1 | Richard van der Hoff | 1 | -1/+0 | |
2020-02-17 | 1.10.1 v1.10.1 github/release-v1.10.1 release-v1.10.1 | Richard van der Hoff | 4 | -2/+16 | |
2020-02-17 | wait for current_state_events_membership before ↵ | Richard van der Hoff | 2 | -2/+6 | |
delete_old_current_state_events (#6924) | |||||
2020-02-17 | Raise the default power levels for invites, tombstones and server acls (#6834) | Andrew Morgan | 3 | -2/+13 | |
2020-02-17 | wait for current_state_events_membership before ↵ | Richard van der Hoff | 2 | -2/+6 | |
delete_old_current_state_events (#6924) | |||||
2020-02-14 | Add type hints to the spam check module (#6915) | Patrick Cloke | 4 |