summary refs log tree commit diff
path: root/synapse/handlers/auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-12-21Use the returned backfill events to fill in any missing auth events before ↵Paul "LeoNerd" Evans1-0/+5
reaching out a second time to fetch them
2015-12-21Delete all the .coverage files, including the combined .coverageMark Haines1-1/+2
2015-12-21Use an absolute path when specifying the directory for synapse in jenkins.shMark Haines1-8/+8
2015-12-21Remove accidentally committed debug loggingMark Haines1-1/+0
2015-12-18Actually look up required remote server key IDsPaul "LeoNerd" Evans1-1/+3
set.union() is a side-effect-free function that returns the union of two sets. This clearly wanted .update(), which is the side-effecting mutator version.
2015-12-18Generate code coverage report when running jenkins.shMark Haines2-6/+18
2015-12-18Fix typo that broke registration on the mobile clientsDavid Baker1-1/+1
2015-12-17fix indentation levelMatthew Hodgson1-3/+3
2015-12-17stop generating default identicons. reverts most of ↵Matthew Hodgson1-19/+3
582019f870adbc4a8a8a9ef97b527e0fead77761 and solves vector-web/vector-im#346
2015-12-17Add display_name to 3pid invite in m.room.member invitesDaniel Wagner-Hall1-1/+31
2015-12-17Strip address and such out of 3pid invitesDaniel Wagner-Hall2-2/+13
We're not meant to leak that into the graph
2015-12-17Fix 500 error when back-paginating search resultsRichard van der Hoff1-2/+4
We were mistakenly adding pagination clauses to the count query, which then failed because the count query doesn't join to the events table.
2015-12-16Fix typoDaniel Wagner-Hall1-1/+1
2015-12-16Give the IS a bunch more 3pid invite contextDaniel Wagner-Hall1-7/+60
This allows it to form richer emails
2015-12-15Allow users to change which account a 3pid is bound toMark Haines1-1/+1
2015-12-14Changelog and version bump for v0.12.0-rc2 v0.12.0-rc2Mark Haines2-1/+12
2015-12-14Fix spacingMark Haines1-1/+1
2015-12-14Fix logging to lie lessMark Haines1-2/+9
2015-12-14Fix a race between started/stopped streamMark Haines1-3/+8
2015-12-14Add commentary for fix in PR#442Mark Haines1-0/+6
2015-12-14Combine the prev content testsMark Haines1-14/+12
2015-12-14Check whether prev_content or prev_sender is set before trying to rollback stateMark Haines1-8/+13
2015-12-14Skip events that where the body, name or topic isn't a string when back ↵Mark Haines1-0/+5
populating the FTS index
2015-12-14Include errcode on Internal Server ErrorDaniel Wagner-Hall1-2/+5
2015-12-14Fix typoDaniel Wagner-Hall1-1/+1
2015-12-14Fix typo in sql for full text search on sqlite3Mark Haines1-1/+1