summary refs log tree commit diff
path: root/synapse/rest/client/v2_alpha/groups.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* run isortAmber Brown2018-07-091-2/+2
|
* Use "/settings/" (plural)Luke Barnard2018-04-051-1/+1
|
* Use join_policy API instead of joinableLuke Barnard2018-04-031-6/+6
| | | | | | | | | | | | | | | | | The API is now under /groups/$group_id/setting/m.join_policy and expects a JSON blob of the shape ```json { "m.join_policy": { "type": "invite" } } ``` where "invite" could alternatively be "open".
* This should probably be a PUTDavid Baker2018-03-281-1/+1
|
* Add joinability for groupsDavid Baker2018-03-281-0/+28
| | | | | Adds API to set the 'joinable' flag, and corresponding flag in the table.
* Allow guest access to group APIs for readingLuke Barnard2017-11-281-11/+11
|
* Register group servletErik Johnston2017-11-091-0/+1
|
* Have an explicit API to update room configErik Johnston2017-11-081-0/+27
|
* 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
| | | | also includes renamings to make things more consistent.
* delintLuke Barnard2017-10-261-4/+17
|
* Add is_public to groups table to allow for private groupsLuke Barnard2017-10-261-40/+40
| | | | | | Prevent group API access to non-members for private groups Also make all the group code paths consistent with `requester_user_id` always being the User ID of the requesting user.
* Remove pointless create() methodRichard van der Hoff2017-10-201-1/+1
| | | | | It just calls the constructor, so we may as well kill it rather than having random codepaths.
* DelintLuke Barnard2017-10-161-0/+1
|
* Implement GET /groups/$groupId/invited_usersLuke Barnard2017-10-161-0/+21
|
* Add remove room APIErik Johnston2017-09-261-0/+11
|
* FixupErik Johnston2017-08-111-0/+1
|
* Add bulk group publicised lookup APIErik Johnston2017-08-091-0/+54
|
* Allow update group publicityErik Johnston2017-08-081-0/+28
|
* Remove spurious content paramErik Johnston2017-07-201-1/+1
|
* Add update group profile APIErik Johnston2017-07-201-0/+12
|
* CommentsErik Johnston2017-07-181-1/+3
|
* CommentsErik Johnston2017-07-181-103/+48
|
* Add local group server supportErik Johnston2017-07-171-0/+642