- Feb 12, 2017
-
-
Kevin Liu authored
See https://matrix.to/#/!cURbafjkfsMDVwdRDQ:matrix.org/$148686272020hCgRD:potatofrom.space Signed-off-by:
Kevin Liu <kevin@potatofrom.space>
-
- Feb 09, 2017
-
-
Erik Johnston authored
Update CAPTCHA_SETUP.rst X-Forwarded-For docs
-
Erik Johnston authored
-
Erik Johnston authored
-
Daniel Dent authored
It looks like CAPTCHA_SETUP.rst contains information relevant to an old version of Synapse, but Synapse now has a different approach to configuring use of the X-Forwarded-For header.
-
- Feb 08, 2017
-
-
Erik Johnston authored
-
Erik Johnston authored
Ignore new rejected events when working out forward extremities.
-
Erik Johnston authored
-
David Baker authored
Remove a few aspirational but unused constants
-
David Baker authored
from the Kegan era
-
- Feb 06, 2017
-
-
Erik Johnston authored
Administration functionalities
-
- Feb 04, 2017
-
-
Erik Johnston authored
-
Erik Johnston authored
-
- Feb 02, 2017
-
-
Erik Johnston authored
-
Erik Johnston authored
Bump cache sizes for common membership queries
-
Erik Johnston authored
Measure new device list stuff
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Make /keys/changes a bit more performant
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Make presence.get_new_events a bit faster
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
We do this by caching the set of users a user shares rooms with.
-
Morteza Araby authored
administrators can now: - Set displayname of users - Update user avatars - Search for users by user_id - Browse all users in a paginated API - Reset user passwords - Deactivate users Helpers for doing paginated queries has also been added to storage Signed-off-by:
Morteza Araby <morteza.araby@ericsson.com>
-
Erik Johnston authored
Fix email push in pusher worker
-
Erik Johnston authored
-
Erik Johnston authored
This was broken when device list updates were implemented, as Mailer could no longer instantiate an AuthHandler due to a dependency on federation sending.