Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2018-04-06 | Get group_info from existing call to check_group_is_ours | Luke Barnard | 1 | -5/+1 |
2018-04-06 | Don't use redundant inlineCallbacks | Luke Barnard | 1 | -4/+1 |
2018-04-06 | join_rule -> join_policy | Luke Barnard | 1 | -1/+1 |
2018-04-06 | is_joinable -> join_rule | Luke Barnard | 2 | -5/+2 |
2018-04-06 | Fix federation client `set_group_joinable` typo | Luke Barnard | 1 | -1/+1 |
2018-04-06 | Factor out add_user from accept_invite and join_group | Luke Barnard | 1 | -41/+29 |
2018-04-06 | pep8 | David Baker | 1 | -1/+2 |
2018-04-06 | Implement group join API | David Baker | 5 | -4/+124 |
2018-04-06 | use PUT instead of POST for federating groups/m.join_policy | Krombel | 3 | -3/+7 |
2018-04-06 | more verbosity in synctl | Richard van der Hoff | 1 | -0/+1 |
2018-04-05 | Fix overzealous cache invalidation | Richard van der Hoff | 2 | -26/+84 |
2018-04-05 | NON NULL -> NOT NULL | Luke Barnard | 1 | -1/+1 |
2018-04-05 | Use "/settings/" (plural) | Luke Barnard | 3 | -3/+3 |
2018-04-05 | Use DEFAULT join_policy of "invite" in db | Luke Barnard | 1 | -1/+1 |
2018-04-05 | Document set_group_join_policy | Luke Barnard | 1 | -0/+6 |
2018-04-05 | Review comments | Neil Johnson | 2 | -5/+6 |
2018-04-04 | Remove redundant metrics which were deprecated in 0.27.0. | Richard van der Hoff | 5 | -52/+28 |
2018-04-04 | phone home cache size configurations | Jan Christian Grünhage | 1 | -0/+3 |
2018-04-04 | Document the additional routes for the event_creator worker | Travis Ralston | 1 | -1/+3 |
2018-04-04 | Move the mention of the main synapse worker higher up | Travis Ralston | 1 | -13/+6 |
2018-04-04 | Revert "improve mxid check performance" | Richard van der Hoff | 1 | -4/+3 |
2018-04-03 | Use join_policy API instead of joinable | Luke Barnard | 7 | -23/+58 |
2018-04-03 | Fix json encoding bug in replication | Richard van der Hoff | 1 | -1/+1 |
2018-03-31 | improve mxid check performance ~4x | Adrian Tschira | 1 | -3/+4 |
2018-03-29 | Remove uses of events.content | Richard van der Hoff | 3 | -7/+12 |
2018-03-29 | Use static JSONEncoders | Richard van der Hoff | 4 | -20/+34 |
2018-03-29 | Use simplejson throughout | Richard van der Hoff | 3 | -5/+9 |
2018-03-29 | pep8 | Neil Johnson | 1 | -2/+4 |
2018-03-29 | Remove need for sqlite specific query | Neil Johnson | 1 | -30/+57 |
2018-03-28 | fix pep8 errors | Neil Johnson | 1 | -3/+0 |
2018-03-28 | This should probably be a PUT | David Baker | 1 | -1/+1 |
2018-03-28 | remove twisted deferral cruft | Neil Johnson | 1 | -6/+3 |
2018-03-28 | OK, smallint it is then | David Baker | 1 | -1/+1 |
2018-03-28 |