- Apr 19, 2016
-
-
David Baker authored
Mostly logic of when to send an email
-
Erik Johnston authored
Split out BaseMediaResource into MediaRepository
-
Erik Johnston authored
-
Erik Johnston authored
This is so that a single MediaRepository can be shared across all resources, rather than having a "copy" per resource. In particular this allows us to guard against both the thumbnail and download resource triggering a download of remote content at the same time.
-
- Apr 18, 2016
-
-
Erik Johnston authored
Create log context in Measure if one doesn't exist
-
Erik Johnston authored
-
Erik Johnston authored
Lower timeout for make_membership_event
-
Erik Johnston authored
Simplify _check_password
-
- Apr 15, 2016
-
-
Matthew Hodgson authored
-
Matthew Hodgson authored
fix cyrillic URL previews by hardcoding all page decoding to UTF-8 for now, rather than relying on lxml's heuristics which seem to get it wrong
-
Erik Johnston authored
Calls to make_membership_event are done in response to client requests, and so should not be retried over long timeframes.
-
Erik Johnston authored
-
Erik Johnston authored
Use SynapseError 504 for Timeout errors
-
Erik Johnston authored
-
- Apr 14, 2016
-
-
Mark Haines authored
-
David Baker authored
Fix login to error for nonexistent users
-
David Baker authored
Fixes SYN-680
-
Matthew Hodgson authored
-
Kegsay authored
Make v2_alpha reg follow the AS API specification
-
Kegan Dougal authored
The spec is clear the key should be 'user' not 'username' and this is indeed the case for v1. This is not true for v2_alpha though, which is what this commit is fixing.
-
Matthew Hodgson authored
comment out 2c838f64 due to risk of https://en.wikipedia.org/wiki/Billion_laughs attacks - thanks @torhve
-
Erik Johnston authored
Measure push action generator
-
Erik Johnston authored
-
Erik Johnston authored
Don't push for everyone who ever sent an RR to the room
-
David Baker authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Add push index. Add extra Measure
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Sanitize the optional dependencies for spider API
-
- Apr 13, 2016
-
-
David Baker authored
Only return unread notifications
-
Erik Johnston authored
-
David Baker authored
-
David Baker authored
Make get_unread_push_actions_for_user_in_range only return unread event actions, being more true to its name. Done in two separate sql queries to get actions after a read receipt and those in a room wiht no receipt at all. SQL queries by Erik.
-
Erik Johnston authored
Don't return empty public rooms
-