Commit Graph

97 Commits (de655e669a75dc8a21516c2d072b6f1dd5232ac3)

Author SHA1 Message Date
Erik Johnston 4a2e13631d Add functions to delete a group 6 years ago
Andrew Morgan 7a4632af9c Prevent showing non-fed rooms in fed /publicRooms 6 years ago
Andrew Morgan c74624a633
Revert "Prevent showing non-fed rooms in fed /publicRooms" 6 years ago
Andrew Morgan 96c408273e Fix group's call to generate_room_entry 6 years ago
Andrew Morgan bd398b874e Don't restrict non-fed rooms over client APIs 6 years ago
Erik Johnston 7fc1196a36 Correctly handle RequestSendFailed exceptions 6 years ago
Richard van der Hoff 03751a6420 Fix some looping_call calls which were broken in #3604 6 years ago
Richard van der Hoff 371da42ae4 Wrap a number of things that run in the background 6 years ago
Matthew Hodgson 16b10666e7 another typo 6 years ago
Matthew Hodgson 4ea391a6ae typo (i think) 6 years ago
Amber Brown 49af402019 run isort 6 years ago
Adrian Tschira d9fe2b2d9d Replace some more comparisons with six 7 years ago
Richard van der Hoff 2a13af23bc Use run_in_background in preference to preserve_fn 7 years ago
Richard van der Hoff 9255a6cb17 Improve exception handling for background processes 7 years ago
Luke Barnard 020a501354 de-lint, quote consistency 7 years ago
Luke Barnard db2fd801f7 Explicitly grab individual columns from group object 7 years ago
Luke Barnard 7945435587 When exposing group state, return is_openly_joinable 7 years ago
Luke Barnard 6bd1b7053e By default, join policy is "invite" 7 years ago
Luke Barnard b4478e586f add_user -> _add_user 7 years ago
Luke Barnard 112c2253e2 pep8 7 years ago
Luke Barnard 6850f8aea3 Get group_info from existing call to check_group_is_ours 7 years ago
Luke Barnard ae85c7804e is_joinable -> join_rule 7 years ago
Luke Barnard 6eb3aa94b6 Factor out add_user from accept_invite and join_group 7 years ago
David Baker b370fe61c0 Implement group join API 7 years ago
Luke Barnard eb8d8d6f57 Use join_policy API instead of joinable 7 years ago
David Baker 79452edeee Add joinability for groups 7 years ago
Erik Johnston 13735843c7 Namespace visibility options for groups 7 years ago
Erik Johnston e8814410ef Have an explicit API to update room config 7 years ago
Erik Johnston 94ff2cda73
Revert "Modify group room association API to allow modification of is_public" 7 years ago
Erik Johnston 76c9af193c Revert "Merge branch 'master' of github.com:matrix-org/synapse into develop" 7 years ago
Luke Barnard 5561c09091 Return whether a user is an admin within a group 7 years ago
Luke Barnard a34c586a89 Make the get_rooms_in_group API more sane 7 years ago
Luke Barnard 207fabbc6a Update docs for updating room group association 7 years ago
Luke Barnard 13b3d7b4a0 Flake8 7 years ago
Luke Barnard 20fe347906 Modify group room association API to allow modification of is_public 7 years ago
Luke Barnard 9bc17fc5fb Fix wording on group creation error 7 years ago
Erik Johnston d0abb4e8e6 Fix typo when checking if user is invited to group 7 years ago
Erik Johnston 977078f06d Fix bad merge 7 years ago
Erik Johnston af92f5b00f Revert "Add jitter to validity period of attestations" 7 years ago
Erik Johnston ca571b0ec3 Add jitter to validity period of attestations 7 years ago
Erik Johnston c067088747 Add comment about attestations 7 years ago
Luke Barnard 124314672f group is dict 7 years ago
Luke Barnard c7d9f25d22 Fix create_group to pass requester_user_id 7 years ago
Erik Johnston e27b76d117 Import logger 7 years ago
Luke Barnard 2ca46c7afc Correct logic for checking private group membership 7 years ago
Erik Johnston 82d8c1bacb Fixup 7 years ago
Erik Johnston 195abfe7a5 Remove incorrect attestations 7 years ago
Erik Johnston d8dde19f04 Log if we try to do attestations for our own user and group 7 years ago
Erik Johnston 585972b51a Don't generate group attestations for local users 7 years ago
Luke Barnard 69e8a05f35 Make it work 7 years ago