summary refs log tree commit diff
path: root/synapse/storage/group_server.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement GET /groups/$groupId/invited_usersLuke Barnard2017-10-161-0/+12
* peeeeeeeeep8888888888888888888888888888Erik Johnston2017-10-111-1/+1
* Fix group stream replicationErik Johnston2017-10-111-7/+7
* Add remove room APIErik Johnston2017-09-261-0/+23
* Remove user from group summary when the leave the groupErik Johnston2017-09-211-0/+8
* Correctly return next tokenErik Johnston2017-09-201-1/+2
* Fix initial syncErik Johnston2017-09-201-1/+9
* Merge pull request #2410 from matrix-org/erikj/groups_publiciseErik Johnston2017-08-211-0/+31
|\
| * Add bulk group publicised lookup APIErik Johnston2017-08-091-0/+14
| * Allow update group publicityErik Johnston2017-08-081-0/+15
| * Store whether the user wants to publicise their membership of a groupErik Johnston2017-08-081-0/+2
* | Groups: Fix mising json.load in initial syncErik Johnston2017-08-211-1/+7
|/
* 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
|\
| * 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
|\ \ | |/ |/|
| * 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