synapse/changelog.d
Erik Johnston 28c98e51ff
Add local_current_membership table (#6655)
Currently we rely on `current_state_events` to figure out what rooms a
user was in and their last membership event in there. However, if the
server leaves the room then the table may be cleaned up and that
information is lost. So lets add a table that separately holds that
information.
2020-01-15 14:59:33 +00:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
5742.feature Allow admin users to create or modify users without a shared secret (#6495) 2020-01-09 13:31:00 +00:00
6621.doc Changelog 2020-01-03 13:00:32 +01:00
6624.doc Update changelog.d/6624.doc 2020-01-07 15:59:05 +01:00
6654.bugfix Correctly proxy remote group HTTP errors. (#6654) 2020-01-07 15:36:41 +00:00
6655.misc Add local_current_membership table (#6655) 2020-01-15 14:59:33 +00:00
6656.doc contrib/docker-compose: fixing mount that overrides containers' /etc (#6656) 2020-01-08 07:25:05 +00:00
6664.bugfix Newsfile 2020-01-08 13:28:19 +00:00
6665.doc Changelog 2020-01-08 13:28:12 +00:00
6667.misc Fixup synapse.replication to pass mypy checks (#6667) 2020-01-14 14:08:06 +00:00
6675.removal changelog 2020-01-09 18:11:04 +00:00
6681.feature Quarantine media by ID or user ID (#6681) 2020-01-13 18:10:43 +00:00
6682.bugfix Fix exceptions on requests for non-ascii urls (#6682) 2020-01-13 12:41:51 +00:00
6686.misc Allow additional_resources to implement Resource directly (#6686) 2020-01-13 12:42:44 +00:00
6689.misc changelog 2020-01-12 21:42:15 +00:00
6690.bugfix Don't assign numeric IDs for empty usernames (#6690) 2020-01-13 12:47:30 +00:00
6691.misc Kill off RegistrationError (#6691) 2020-01-13 12:48:22 +00:00
6697.misc Process EDUs in parallel with PDUs. (#6697) 2020-01-14 14:08:35 +00:00
6698.doc Document more supported endpoints for workers (#6698) 2020-01-13 15:32:02 +00:00