- May 31, 2016
-
-
Matthew Hodgson authored
-
Mark Haines authored
-
Erik Johnston authored
Fix GET /push_rules
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Add caches to bulk_get_push_rules*
-
Mark Haines authored
Move the AS handler out of the Handlers object.
-
Mark Haines authored
Access it directly from the homeserver itself. It already wasn't inheriting from BaseHandler storing it on the Handlers object was already somewhat dubious.
-
Erik Johnston authored
-
David Baker authored
Split out the room list handler
-
David Baker authored
So I can use it from federation bits without pulling in all the handlers.
-
- May 27, 2016
-
-
Erik Johnston authored
-
Erik Johnston authored
-
- May 24, 2016
-
-
David Baker authored
Only delete push actions after 30 days
-
David Baker authored
-
Matrix authored
-
David Baker authored
Tune email notifs to make them quieter:
-
Erik Johnston authored
Fix set profile error with Requester.
-
- May 23, 2016
-
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
Matthew Hodgson authored
* After initial 10 minute window, only alert every 24h for room notifs * Reset room state after 6h of idleness * Synchronise throttles for messages sent in the same notif, so the 24 hourly notifs 'line up' * Fix the email subjects to say what triggered the notification * Order the rooms in reverse activity order in the email, so the 'reason' room should always come first
-
Negi Fazeli authored
Replace flush_user with delete access token due to function removal Add a new test case for if the user is already registered
-
David Baker authored
-
Richard van der Hoff authored
-
- May 20, 2016
-
-
David Baker authored
-
David Baker authored
-
David Baker authored
-
David Baker authored
There's no index on received_ts, so manually binary search using the stream_ordering index, and only update it once an hour.
-
David Baker authored
-
- May 19, 2016
-
-
Kegsay authored
Allow clients to specify a server_name to avoid 'No known servers'
-
Kegan Dougal authored
Multiple server_names are supported via ?server_name=foo&server_name=bar
-
- May 18, 2016
-
-
Matthew Hodgson authored
increment badge count per missed convo, not per msg
-
Matthew Hodgson authored
-
Erik Johnston authored
-
- May 17, 2016
-
-
Mark Haines authored
Move typing handler out of the Handlers object
-
Mark Haines authored
-
Mark Haines authored
Move the functions for parsing app service config
-