summary refs log tree commit diff
path: root/synapse/handlers/groups_local.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split out profile handler to fix testsErik Johnston2017-08-251-2/+1
|
* Add remote profile cacheErik Johnston2017-08-251-4/+13
|
* FixupErik Johnston2017-08-111-9/+13
|
* Add bulk group publicised lookup APIErik Johnston2017-08-091-0/+42
|
* Store whether the user wants to publicise their membership of a groupErik Johnston2017-08-081-0/+4
|
* Remove stale TODO commentsErik Johnston2017-08-041-10/+0
|
* Merge pull request #2378 from matrix-org/erikj/group_sync_supportErik Johnston2017-07-211-4/+17
|\ | | | | Add groups to sync stream
| * Add notifierErik Johnston2017-07-201-0/+1
| |
| * Fix replication. And notifyErik Johnston2017-07-201-4/+16
| |
* | Add update group profile APIErik Johnston2017-07-201-0/+1
|/
* CommentsErik Johnston2017-07-181-10/+19
|
* Fix typosErik Johnston2017-07-181-2/+3
|
* Update federation client pokesErik Johnston2017-07-181-13/+22
|
* Add client apisErik Johnston2017-07-181-1/+1
|
* CommentsErik Johnston2017-07-181-0/+3
|
* Use transport client directlyErik Johnston2017-07-181-18/+25
|
* Add local group server supportErik Johnston2017-07-171-0/+278