summary refs log tree commit diff
path: root/synapse/storage/group_server.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update commentErik Johnston2017-07-241-2/+2
|
* Use join rather than joined, etc.Erik Johnston2017-07-241-2/+2
|
* Fix all the typosErik Johnston2017-07-241-8/+7
|
* Include users membership in group in summary APIErik Johnston2017-07-241-0/+55
|
* Check users/rooms are in group before adding to summaryErik Johnston2017-07-241-0/+25
|
* Merge pull request #2378 from matrix-org/erikj/group_sync_supportErik Johnston2017-07-211-5/+86
|\ | | | | Add groups to sync stream
| * Fix replication. And notifyErik Johnston2017-07-201-0/+23
| |
| * Add groups to sync streamErik Johnston2017-07-201-5/+63
| |
* | Merge pull request #2377 from matrix-org/erikj/group_profile_updateErik Johnston2017-07-201-0/+11
|\ \ | |/ |/| Add update group profile API
| * Fix a storage descErik Johnston2017-07-201-1/+1
| |
| * Add update group profile APIErik Johnston2017-07-201-0/+11
| |
* | Fix typoErik Johnston2017-07-201-1/+1
|/
* Fix typosErik Johnston2017-07-181-8/+17
|
* CommentErik Johnston2017-07-181-0/+14
|
* Remove sync stuffErik Johnston2017-07-181-20/+0
|
* Remove sync stuffErik Johnston2017-07-181-55/+0
|
* Add local group server supportErik Johnston2017-07-171-0/+152
|
* Add DEFAULT_ROLE_IDErik Johnston2017-07-141-4/+5
|
* Correctly increment ordersErik Johnston2017-07-141-2/+2
|
* Remove unused functionsErik Johnston2017-07-131-152/+0
|
* CommentsErik Johnston2017-07-131-12/+24
|
* CommentsErik Johnston2017-07-121-0/+29
|
* Add group summary APIsErik Johnston2017-07-121-0/+643
|
* Rename column to attestation_jsonErik Johnston2017-07-111-4/+4
|
* CommentsErik Johnston2017-07-111-3/+29
|
* Initial group server implementationErik Johnston2017-07-101-0/+280