- Apr 13, 2016
-
-
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.
-
- Apr 12, 2016
-
-
David Baker authored
-
Mark Haines authored
-
Mark Haines authored
-
David Baker authored
Add get endpoint for pushers
-
David Baker authored
-
David Baker authored
-
David Baker authored
-
David Baker authored
Decodes pushers rows on the main thread rather than the db thread and uses _simple_select_list. Also do the same to the function I copied and factor out the duplication into a helper function.
-
David Baker authored
-
David Baker authored
-
Erik Johnston authored
Check if we've already backfilled events
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
- Apr 11, 2016
-
-
David Baker authored
As per https://github.com/matrix-org/matrix-doc/pull/308
-
Mark Haines authored
-
Mark Haines authored
-
David Baker authored
Change pushers to use the event_actions table
-
David Baker authored
and wrap unsafe process in a try block
-
Erik Johnston authored
-
Matthew Hodgson authored
URL previewing support
-
Matthew Hodgson authored
-
- Apr 08, 2016
-
-
Matthew Hodgson authored
-
Mark Haines authored
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
Matthew Hodgson authored
Add url_preview_ip_range_blacklist to let admins specify internal IP ranges that must not be spidered. Add url_preview_url_blacklist to let admins specify URL patterns that must not be spidered. Implement a custom SpiderEndpoint and associated support classes to implement url_preview_ip_range_blacklist Add commentary and generally address PR feedback
-
David Baker authored
-
David Baker authored
* If the event is an invite event, add the invitee to list of user we run push rules for (if they have a pusher etc) * Move invite_for_me to be higher prio than member events otherwise member events matches them * Spell override right
-
Erik Johnston authored
Read from DNS cache if within TTL
-
David Baker authored
-