Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
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 | 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 | 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-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 | Fix a logcontext leak in the media repo | Richard van der Hoff | 1 | -1/+4 |
2017-10-23 | Bump version and changelog github/release-v0.24.0 release-v0.24.0 | Erik Johnston | 2 | -1/+7 |
2017-10-21 | Validate group ids when parsing | Richard van der Hoff | 3 | -17/+45 |
2017-10-20 | Allow = in mxids and groupids | Richard van der Hoff | 3 | -5/+4 |
2017-10-20 | Disallow capital letters in userids | Richard van der Hoff | 3 | -16/+25 |
2017-10-20 | Remove pointless create() method | Richard van der Hoff | 6 | -12/+8 |
2017-10-19 | Correctly bump version v0.24.0-rc1 | Erik Johnston | 1 | -1/+1 |
2017-10-19 | Update changelog | Erik Johnston | 1 | -0/+1 |
2017-10-19 | Bump version and changelog | Erik Johnston | 2 | -1/+36 |
2017-10-19 |