summary refs log tree commit diff
path: root/synapse/server.py (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-27Remove incorrect attestationsErik Johnston2-0/+19
2017-10-27Log if we try to do attestations for our own user and groupErik Johnston1-2/+8
2017-10-27Don't generate group attestations for local usersErik Johnston1-2/+3
2017-10-24Bump version and changelog release-v0.24.1Erik Johnston2-1/+9
2017-10-23fix vars named `l`Richard van der Hoff2-7/+4
2017-10-23replace 'except:' with 'except Exception:'Richard van der Hoff54-93/+93
2017-10-23Correctly wire in update group profile over federationErik Johnston2-11/+31
2017-10-23Fix a logcontext leak in the media repoRichard van der Hoff1-1/+4
2017-10-23Bump version and changelog release-v0.24.0Erik Johnston2-1/+7
2017-10-21Validate group ids when parsingRichard van der Hoff3-17/+45
2017-10-20Allow = in mxids and groupidsRichard van der Hoff3-5/+4
2017-10-20Disallow capital letters in useridsRichard van der Hoff3