summary refs log tree commit diff
path: root/scripts-dev/tail-synapse.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-11-08Have an explicit API to update room configErik Johnston6-1/+100
2017-11-08Revert "Modify group room association API to allow modification of is_public"Erik Johnston6-32/+22
2017-11-08s/items/iteritems/Richard van der Hoff1-2/+2
2017-11-07Remove useless assignment in notify_interested_servicesIlya Zhuravlev1-1/+0
2017-11-07Update deltas when doing auth resolutionRichard van der Hoff1-3/+7
Fixes a bug where the persisted state groups were different to those actually being used after auth resolution.
2017-11-07factor out _update_context_for_auth_eventsRichard van der Hoff1-20/+42
This is duplicated, so let's factor it out before fixing it
2017-11-07move _state_group_cache to statestoreRichard van der Hoff2-13/+12
this is internal to statestore, so let's keep it there.
2017-11-07Revert "Merge branch 'master' of github.com:matrix-org/synapse into develop"Erik Johnston1-1/+10
This reverts commit f9b255cd62fe724e16b2222f6af623b2d39282ab, reversing changes made to 1bd654dabde776bbb7ee365c115b307cd6a110b8.
2017-11-07Remember to pick is_admin out of the dbLuke Barnard1-1/+1
2017-11-07Return whether a user is an admin within a groupLuke Barnard1-2/+3