- Dec 23, 2015
-
-
Mark Haines authored
Add a cache for initialSync responses that expires after 5 minutes
-
Mark Haines authored
-
Mark Haines authored
Missing yield on guest access auth check Needs matrix-org/sytest#125 to land first
-
Mark Haines authored
Needs matrix-org/sytest#125 to land first
-
Mark Haines authored
- Dec 22, 2015
-
-
Mark Haines authored
-
Mark Haines authored
-
Mark Haines authored
Allow guest access to /sync
-
Mark Haines authored
-
Mark Haines authored
-
Mark Haines authored
Conflicts: synapse/api/filtering.py
-
Mark Haines authored
-
Mark Haines authored
-
Mark Haines authored
Add top level filters for filtering by room id Documented by matrix-org/matrix-doc#246
-
Mark Haines authored
Documented by matrix-org/matrix-doc#246
-
Mark Haines authored
-
Mark Haines authored
-
- Dec 21, 2015
-
-
Mark Haines authored
-
Mark Haines authored
-
Daniel Wagner-Hall authored
Return room avatar URLs in /publicRooms Spec: https://github.com/matrix-org/matrix-doc/pull/244 Tests: https://github.com/matrix-org/sytest/pull/121
-
Mark Haines authored
-
Mark Haines authored
-
Mark Haines authored
-
Mark Haines authored
Actually look up required remote server key IDs
-
- Dec 18, 2015
-
-
Paul "LeoNerd" Evans authored
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.
-
Mark Haines authored
Generate code coverage report when running jenkins.sh
-
Mark Haines authored
-
Matthew Hodgson authored
Matthew/no identicons
-
David Baker authored
-
David Baker authored
-
Daniel Wagner-Hall authored
Add display_name to 3pid invite in m.room.member invites
-
- Dec 17, 2015
-
-
Matthew Hodgson authored
-
Matthew Hodgson authored
stop generating default identicons. reverts most of 582019f8 and solves vector-web/vector-im#346
-
Daniel Wagner-Hall authored
-
Daniel Wagner-Hall authored
Strip address and such out of 3pid invites
-
Daniel Wagner-Hall authored
We're not meant to leak that into the graph
-
Mark Haines authored
Fix 500 error when back-paginating search results
-
Richard van der Hoff authored
We were mistakenly adding pagination clauses to the count query, which then failed because the count query doesn't join to the events table.
-