summary refs log tree commit diff
path: root/synapse/groups (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix typoErik Johnston2017-10-111-1/+1
* Validate room idsErik Johnston2017-10-111-1/+5
* Don't corrupt cacheErik Johnston2017-10-051-0/+1
* Add remove room APIErik Johnston2017-09-261-0/+12
* Add unique index to group_rooms tableErik Johnston2017-09-261-2/+0
* Revert: Keep room_id's in group summaryErik Johnston2017-09-211-0/+1
* Keep room_id's in group summaryErik Johnston2017-09-211-1/+0
* Add user profiles to summary from group serverErik Johnston2017-08-251-1/+6
* Add remote profile cacheErik Johnston2017-08-251-0/+18
* Include users membership in group in summary APIErik Johnston2017-07-241-0/+5
* Check values are stringsErik Johnston2017-07-201-1/+4
* Add update group profile APIErik Johnston2017-07-201-0/+16
* CommentsErik Johnston2017-07-181-1/+1
* Fix permissionsErik Johnston2017-07-181-2/+6
* Add local group server supportErik Johnston2017-07-171-2/+5
* Remove TODOErik Johnston2017-07-131-1/+0
* raise NotImplementedErrorErik Johnston2017-07-131-5/+2
* CommentsErik Johnston2017-07-121-0/+38
* Simplify checking if adminErik Johnston2017-07-121-53/+19
* Add group summary APIsErik Johnston2017-07-121-2/+254
* CommentErik Johnston2017-07-111-5/+8
* TypoErik Johnston2017-07-111-1/+1
* CommentsErik Johnston2017-07-112-3/+7
* Remove u/ requirementErik Johnston2017-07-111-2/+3
* Lift out visibility parsingErik Johnston2017-07-111-20/+21
* CommentsErik Johnston2017-07-112-39/+98
* Initial group server implementationErik Johnston2017-07-103-0/+502