Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 |