| Commit message (Expand) | Author | Files | Lines |
2017-10-29 | move url_previews to MD as RST does my head in | Matthew Hodgson | 1 | -0/+2 |
2017-10-27 | Fix typo when checking if user is invited to group | Erik Johnston | 1 | -1/+4 |
2017-10-27 | Fix bad merge | Erik Johnston | 1 | -1/+3 |
2017-10-27 | Add jitter to validity period of attestations | Erik Johnston | 1 | -1/+12 |
2017-10-27 | Add comment about attestations | Erik Johnston | 1 | -0/+22 |
2017-10-27 | Request is_public from database | Luke Barnard | 1 | -1/+3 |
2017-10-27 | group is dict | Luke Barnard | 1 | -1/+1 |
2017-10-27 | Create groups with is_public = True | Luke Barnard | 1 | -0/+1 |
2017-10-27 | Docstring for post_urlencoded_get_json | Richard van der Hoff | 1 | -0/+11 |
2017-10-27 | Fix create_group to pass requester_user_id | Luke Barnard | 1 | -1/+1 |
2017-10-27 | Import logger | Erik Johnston | 1 | -0/+5 |
2017-10-27 | Correct logic for checking private group membership | Luke Barnard | 1 | -1/+1 |
2017-10-27 | Fixup | Erik Johnston | 2 | -5/+5 |
2017-10-27 | Remove incorrect attestations | Erik Johnston | 2 | -0/+19 |
2017-10-27 | Log if we try to do attestations for our own user and group | Erik Johnston | 1 | -2/+8 |
2017-10-27 | Don't generate group attestations for local users | Erik Johnston | 1 | -2/+3 |
2017-10-27 | Device deletion: check UI auth matches access token | Richard van der Hoff | 1 | -5/+8 |
2017-10-27 | spell out need for libxml2 for lxml to work | Matthew Hodgson | 1 | -1/+3 |
2017-10-27 | Allow ASes to deactivate their own users | Richard van der Hoff | 2 | -17/+33 |
2017-10-26 | Front-end proxy: pass through auth header | Richard van der Hoff | 1 | -0/+7 |
2017-10-26 | Support /keys/upload on /r0 as well as /unstable | Richard van der Hoff | 1 | -2/+1 |
2017-10-26 | Fix logcontext leaks in httpclient | Richard van der Hoff | 1 | -10/+9 |
2017-10-26 | SimpleHTTPClient: add support for headers | Richard van der Hoff | 1 | -28/+69 |
2017-10-26 | Make it work | Luke Barnard | 1 | -1/+1 |
2017-10-26 | Recreate groups table instead of adding column | Luke Barnard | 1 | -2/+16 |
2017-10-26 | Awful hack to get default true | Luke Barnard | 1 | -1/+2 |
2017-10-26 | Add groups table to BOOLEAN_COLUMNS in synapse_port_db | Luke Barnard | 1 | -0/+1 |
2017-10-26 | Bump schema version to 46 | Luke Barnard | 1 | -1/+1 |
2017-10-26 | delint | Luke Barnard | 2 | -15/+67 |
2017-10-26 | Add is_public to groups table to allow for private groups | Luke Barnard | 3 | -95/+116 |
2017-10-26 | Fix error when running synapse with no logfile | Richard van der Hoff | 1 | -1/+5 |
2017-10-26 | add release endpoints for /thirdparty | Krombel | 1 | -7/+4 |
2017-10-26 | register some /unstable endpoints in /r0 as well | Krombel | 4 | -20/+9 |
2017-10-26 | Document import rules | Richard van der Hoff | 1 | -0/+44 |
2017-10-26 | code_style: more formatting | Richard van der Hoff | 1 | -34/+57 |
2017-10-26 | Update room_list.py | Erik Johnston | 1 | -1/+1 |
2017-10-26 | code_style.rst: a couple of tidyups | Richard van der Hoff | 1 | -9/+9 |
2017-10-26 | Fix port script | Erik Johnston | 1 | -0/+1 |
2017-10-25 | Do logcontexts outside ResponseCache | Erik Johnston | 5 | -13/+21 |
2017-10-25 | Add logging and fix log contexts for publicRooms | Erik Johnston | 2 | -1/+4 |
2017-10-24 | tip for generating tls_fingerprints | Matthew Hodgson | 1 | -0/+6 |
2017-10-24 | Bump version and changelog github/release-v0.24.1 release-v0.24.1 | Erik Johnston | 2 | -1/+9 |
2017-10-23 | fix vars named `l` | Richard van der Hoff | 2 | -7/+4 |
2017-10-23 | replace 'except:' with 'except Exception:' | Richard van der Hoff | 54 | -93/+93 |
2017-10-23 | Correctly wire in update group profile over federation | Erik Johnston | 2 | -11/+31 |
2017-10-23 | |