Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-12-17 | Remove unused `get_pagination_rows` methods. (#6557) | Erik Johnston | 1 | -3/+0 | |
Remove unused get_pagination_rows methods | |||||
2019-12-16 | Add auth events as per spec. (#6556) | Erik Johnston | 2 | -67/+35 | |
Previously we tried to be clever and filter out some unnecessary event IDs to keep the auth chain small, but that had some annoying interactions with state res v2 so we stop doing that for now. | |||||
2019-12-16 | Add option to allow profile queries without sharing a room (#6523) | Will Hunt | 5 | -1/+28 | |
2019-12-16 | Exclude rejected state events when calculating state at backwards extrems ↵ | Richard van der Hoff | 2 | -1/+2 | |
(#6527) This fixes a weird bug where, if you were determined enough, you could end up with a rejected event forming part of the state at a backwards-extremity. Authing that backwards extrem would then lead to us trying to pull the rejected event from the db (with allow_rejected=False), which would fail with a 404. | |||||
2019-12-16 | Persist auth/state events at backwards extremities when we fetch them (#6526) | Richard van der Hoff | 3 | -169/+83 | |
The main point here is to make sure that the state returned by _get_state_in_room has been authed before we try to use it as state in the room. | |||||
2019-12-16 | Automatically delete empty groups/communities (#6453) | Werner Sembach | 4 | -0/+38 | |
Signed-off-by: Werner Sembach <werner.sembach@fau.de> | |||||
2019-12-13 | Document Shutdown Room admin API (#6541) | Andrew Morgan | 2 | -0/+73 | |
2019-12-13 | sanity-checking for events used in state res (#6531) | Richard van der Hoff | 6 | -43/+128 | |
When we perform state resolution, check that all of the events involved are in the right room. | |||||
2019-12-13 | Sanity-check room ids in event auth (#6530) | Richard van der Hoff | 2 | -0/+14 | |
When we do an event auth operation, check that all of the events involved are in the right room. | |||||
2019-12-13 | More rewording of changelog. v1.7.0 github/release-v1.7.0 release-v1.7.0 | Erik Johnston | 1 | -1/+1 | |
2019-12-13 | Reword changelog | Erik Johnston | 1 | -2/+2 | |
2019-12-13 | Add deprecation notes | Erik Johnston | 1 | -1/+7 | |
2019-12-13 | 1.7.0 | Erik Johnston | 3 | -1/+13 | |
2019-12-13 | Adjust the sytest blacklist for worker mode (#6538) | Richard van der Hoff | 2 | -29/+5 | |
Remove tests that got blacklisted while torturing was enabled, and add one that fails. | |||||
2019-12-12 | look up cross-signing keys from the DB in bulk (#6486) | Hubert Chathi | 5 | -21/+242 | |
2019-12-12 | Fix redacted events being returned in search results ordered by "recent" (#6522) | Andrew Morgan | 2 |