Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | |
May as well do it whenever we parse a Group ID. We check the sigil and basic structure here so it makes sense to check the grammar in the same place. | |||||
2017-10-20 | Allow = in mxids and groupids | Richard van der Hoff | 3 | -5/+4 | |
... because the spec says we should. | |||||
2017-10-20 | Disallow capital letters in userids | Richard van der Hoff | 3 | -16/+25 | |
Factor out a common function for checking user ids and group ids, which forbids capitals. | |||||
2017-10-20 | Remove pointless create() method | Richard van der Hoff | 6 | -12/+8 | |
It just calls the constructor, so we may as well kill it rather than having random codepaths. | |||||
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 | Flake8 | Erik Joh |