- Jun 28, 2016
-
-
David Baker authored
Use similar naming we use in email notifs for push
-
- Jun 27, 2016
-
-
Matthew Hodgson authored
-
- Jun 24, 2016
-
-
David Baker authored
-
Mark Haines authored
Fix the sytests to use a port-range rather than a port base
-
Mark Haines authored
-
David Baker authored
as get_room_name_and_alias is now gone
-
David Baker authored
-
David Baker authored
-
David Baker authored
-
David Baker authored
Fixes https://github.com/vector-im/vector-web/issues/1654
-
- Jun 23, 2016
-
-
Mark Haines authored
-
David Baker authored
Put most recent 20 messages in notif
-
- Jun 22, 2016
-
-
David Baker authored
otherwise we'll end up returning the wrong 20
-
David Baker authored
-
David Baker authored
Fixes https://github.com/vector-im/vector-web/issues/1648
-
Erik Johnston authored
Rewrite LDAP Authentication against ldap3
-
Martin Weinelt authored
Use the pure-python ldap3 library, which eliminates the need for a system dependency. Offer both a `search` and `simple_bind` mode, for more sophisticated ldap scenarios. - `search` tries to find a matching DN within the `user_base` while employing the `user_filter`, then tries the bind when a single matching DN was found. - `simple_bind` tries the bind against a specific DN by combining the localpart and `user_base` Offer support for STARTTLS on a plain connection. The configuration was changed to reflect these new possibilities. Signed-off-by:
Martin Weinelt <hexa@darmstadt.ccc.de>
-
- Jun 21, 2016
-
-
Mark Haines authored
Optionally start or stop workers in synctl.
-
Mark Haines authored
Optionally start or stop an individual worker by passing -w with the path to the worker config. Optionally start or stop every worker and the main synapse by passing -a with a path to a directory containing worker configs. The "-w" is intended to be used to bounce individual workers proceses. THe "-a" is intended for when you want to restart all the workers simultaneuously, for example when performing database upgrades.
-
Mark Haines authored
Remove the legacy v0 content upload API.
-
David Baker authored
Fix substitution failure in mail template
-
Mark Haines authored
The existing content can still be downloaded. The last upload to the matrix.org server was in January 2015, so it is probably safe to remove the upload API.
-
David Baker authored
-
- Jun 20, 2016
-
-
Erik Johnston authored
Linearize some federation endpoints based on (origin, room_id)
-
Erik Johnston authored
-
Erik Johnston authored
-
- Jun 17, 2016
-
-
Mark Haines authored
Remove registered_users from the distributor.
-
Mark Haines authored
-
Mark Haines authored
-
Mark Haines authored
The only place that was observed was to set the profile. I've made it so that the profile is set within store.register in the same transaction that creates the user. This required some slight changes to the registration code for upgrading guest users, since it previously relied on the distributor swallowing errors if the profile already existed.
-
Erik Johnston authored
-
Erik Johnston authored
Disable responding with canonical json for federation
-
Erik Johnston authored
-
Erik Johnston authored
Turn use_frozen_events off by default
-
Erik Johnston authored
Only re-sign our own events
-
Mark Haines authored
Fix ``KeyError: 'msgtype'``. Use ``.get``
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-