Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add functions to delete a group | Erik Johnston | 2019-04-03 | 1 | -0/+37 |
* | Run black on the rest of the storage module (#4996) | Amber Brown | 2019-04-03 | 1 | -291/+191 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -3/+2 |
* | Attempt to be more performant on PyPy (#3462) | Amber Brown | 2018-06-28 | 1 | -1/+1 |
* | Don't use redundant inlineCallbacks | Luke Barnard | 2018-04-06 | 1 | -4/+1 |
* | join_rule -> join_policy | Luke Barnard | 2018-04-06 | 1 | -1/+1 |
* | is_joinable -> join_rule | Luke Barnard | 2018-04-06 | 1 | -4/+1 |
* | pep8 | David Baker | 2018-04-06 | 1 | -1/+2 |
* | Implement group join API | David Baker | 2018-04-06 | 1 | -3/+9 |
* | Merge pull request #3045 from matrix-org/dbkr/group_joinable | Luke Barnard | 2018-04-05 | 1 | -0/+19 |
|\ | |||||
| * | Document set_group_join_policy | Luke Barnard | 2018-04-05 | 1 | -0/+6 |
| * | Use join_policy API instead of joinable | Luke Barnard | 2018-04-03 | 1 | -3/+3 |
| * | Add joinability for groups | David Baker | 2018-03-28 | 1 | -0/+13 |
* | | Remove last usage of ujson | Erik Johnston | 2018-03-26 | 1 | -1/+1 |
|/ | |||||
* | Fix typo | Erik Johnston | 2017-11-09 | 1 | -1/+1 |
* | Have an explicit API to update room config | Erik Johnston | 2017-11-08 | 1 | -0/+13 |
* | Revert "Modify group room association API to allow modification of is_public" | Erik Johnston | 2017-11-08 | 1 | -13/+7 |
* | Remember to pick is_admin out of the db | Luke Barnard | 2017-11-07 | 1 | -1/+1 |
* | Leave `is_public` as required argument of update_room_group_association | Luke Barnard | 2017-11-01 | 1 | -1/+1 |
* | Modify group room association API to allow modification of is_public | Luke Barnard | 2017-10-31 | 1 | -7/+13 |
* | Merge branch 'erikj/attestation_local_fix' of github.com:matrix-org/synapse i... | Erik Johnston | 2017-10-27 | 1 | -0/+18 |
|\ | |||||
| * | Fixup | Erik Johnston | 2017-10-27 | 1 | -2/+2 |
| * | Remove incorrect attestations | Erik Johnston | 2017-10-27 | 1 | -0/+18 |
* | | Request is_public from database | Luke Barnard | 2017-10-27 | 1 | -1/+3 |
* | | Create groups with is_public = True | Luke Barnard | 2017-10-27 | 1 | -0/+1 |
|/ | |||||
* | Implement GET /groups/$groupId/invited_users | Luke Barnard | 2017-10-16 | 1 | -0/+12 |
* | peeeeeeeeep8888888888888888888888888888 | Erik Johnston | 2017-10-11 | 1 | -1/+1 |
* | Fix group stream replication | Erik Johnston | 2017-10-11 | 1 | -7/+7 |
* | Add remove room API | Erik Johnston | 2017-09-26 | 1 | -0/+23 |
* | Remove user from group summary when the leave the group | Erik Johnston | 2017-09-21 | 1 | -0/+8 |
* | Correctly return next token | Erik Johnston | 2017-09-20 | 1 | -1/+2 |
* | Fix initial sync | Erik Johnston | 2017-09-20 | 1 | -1/+9 |
* | Merge pull request #2410 from matrix-org/erikj/groups_publicise | Erik Johnston | 2017-08-21 | 1 | -0/+31 |
|\ | |||||
| * | Add bulk group publicised lookup API | Erik Johnston | 2017-08-09 | 1 | -0/+14 |
| * | Allow update group publicity | Erik Johnston | 2017-08-08 | 1 | -0/+15 |
| * | Store whether the user wants to publicise their membership of a group | Erik Johnston | 2017-08-08 | 1 | -0/+2 |
* | | Groups: Fix mising json.load in initial sync | Erik Johnston | 2017-08-21 | 1 | -1/+7 |
|/ | |||||
* | Update comment | Erik Johnston | 2017-07-24 | 1 | -2/+2 |
* | Use join rather than joined, etc. | Erik Johnston | 2017-07-24 | 1 | -2/+2 |
* | Fix all the typos | Erik Johnston | 2017-07-24 | 1 | -8/+7 |
* | Include users membership in group in summary API | Erik Johnston | 2017-07-24 | 1 | -0/+55 |
* | Check users/rooms are in group before adding to summary | Erik Johnston | 2017-07-24 | 1 | -0/+25 |
* | Merge pull request #2378 from matrix-org/erikj/group_sync_support | Erik Johnston | 2017-07-21 | 1 | -5/+86 |
|\ | |||||
| * | Fix replication. And notify | Erik Johnston | 2017-07-20 | 1 | -0/+23 |
| * | Add groups to sync stream | Erik Johnston | 2017-07-20 | 1 | -5/+63 |
* | | Merge pull request #2377 from matrix-org/erikj/group_profile_update | Erik Johnston | 2017-07-20 | 1 | -0/+11 |
|\ \ | |/ |/| | |||||
| * | Fix a storage desc | Erik Johnston | 2017-07-20 | 1 | -1/+1 |
| * | Add update group profile API | Erik Johnston | 2017-07-20 | 1 | -0/+11 |
* | | Fix typo | Erik Johnston | 2017-07-20 | 1 | -1/+1 |
|/ | |||||
* | Fix typos | Erik Johnston | 2017-07-18 | 1 | -8/+17 |
* | Comment | Erik Johnston | 2017-07-18 | 1 | -0/+14 |
* | Remove sync stuff | Erik Johnston | 2017-07-18 | 1 | -20/+0 |
* | Remove sync stuff | Erik Johnston | 2017-07-18 | 1 | -55/+0 |
* | Add local group server support | Erik Johnston | 2017-07-17 | 1 | -0/+152 |
* | Add DEFAULT_ROLE_ID | Erik Johnston | 2017-07-14 | 1 | -4/+5 |
* | Correctly increment orders | Erik Johnston | 2017-07-14 | 1 | -2/+2 |
* | Remove unused functions | Erik Johnston | 2017-07-13 | 1 | -152/+0 |
* | Comments | Erik Johnston | 2017-07-13 | 1 | -12/+24 |
* | Comments | Erik Johnston | 2017-07-12 | 1 | -0/+29 |
* | Add group summary APIs | Erik Johnston | 2017-07-12 | 1 | -0/+643 |
* | Rename column to attestation_json | Erik Johnston | 2017-07-11 | 1 | -4/+4 |
* | Comments | Erik Johnston | 2017-07-11 | 1 | -3/+29 |
* | Initial group server implementation | Erik Johnston | 2017-07-10 | 1 | -0/+280 |