Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-11-07 | Update deltas when doing auth resolution | Richard van der Hoff | 1 | -3/+7 | |
Fixes a bug where the persisted state groups were different to those actually being used after auth resolution. | |||||
2017-11-07 | factor out _update_context_for_auth_events | Richard van der Hoff | 1 | -20/+42 | |
This is duplicated, so let's factor it out before fixing it | |||||
2017-11-07 | move _state_group_cache to statestore | Richard van der Hoff | 2 | -13/+12 | |
this is internal to statestore, so let's keep it there. | |||||
2017-11-07 | Revert "Merge branch 'master' of github.com:matrix-org/synapse into develop" | Erik Johnston | 1 | -1/+10 | |
This reverts commit f9b255cd62fe724e16b2222f6af623b2d39282ab, reversing changes made to 1bd654dabde776bbb7ee365c115b307cd6a110b8. | |||||
2017-11-07 | Remember to pick is_admin out of the db | Luke Barnard | 1 | -1/+1 | |
2017-11-07 | Return whether a user is an admin within a group | Luke Barnard | 1 | -2/+3 | |
2017-11-07 | create new indexes before dropping old ones to keep safetynet in place | Matthew Hodgson | 1 | -2/+4 | |
2017-11-07 | Logging and logcontext fixes for Limiter | Richard van der Hoff | 1 | -7/+17 | |
Add some logging to the Limiter in a similar spirit to the Linearizer, to help debug issues. Also fix a logcontext leak. Also refactor slightly to avoid throwing exceptions. | |||||
2017-11-04 | s/users_in_pubic_room/users_in_public_rooms/g | Matthew Hodgson | 1 | -2/+2 | |
2017-11-04 |