summary refs log tree commit diff
path: root/synapse/handlers/groups_local.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement group join APIDavid Baker2018-04-061-1/+39
* Use join_policy API instead of joinableLuke Barnard2018-04-031-1/+1
* Add joinability for groupsDavid Baker2018-03-281-0/+3
* fix order of operations derp and also use `.get` to default to {}Michael Telatynski2018-01-101-2/+3
* Fix publicised groups API (singular) over federationMichael Telatynski2018-01-101-4/+4
* Make sure we check AS groups for lookup on bulkLuke Barnard2017-11-161-0/+5
* Add automagical AS Publicised Group(s)Luke Barnard2017-11-161-0/+6
* Have an explicit API to update room configErik Johnston2017-11-081-0/+1
* Revert "Modify group room association API to allow modification of is_public"Erik Johnston2017-11-081-2/+2
* Modify group room association API to allow modification of is_publicLuke Barnard2017-10-311-2/+2
* _create_rererouter for get_invited_users_in_groupLuke Barnard2017-10-161-17/+2
* Implement GET /groups/$groupId/invited_usersLuke Barnard2017-10-161-0/+17
* Log a warning when no profile for invited memberLuke Barnard2017-10-161-2/+5
* Fix fetching remote summariesErik Johnston2017-10-111-2/+2
* Fix attestations to check correct server nameErik Johnston2017-10-111-10/+20
* Add remove room APIErik Johnston2017-09-261-0/+1
* Add is_publicised to group summaryErik Johnston2017-09-261-25/+31
* Ensure that creator of group sees group down /syncErik Johnston2017-09-191-4/+30
* 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 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