- Jul 04, 2016
-
-
Erik Johnston authored
-
Erik Johnston authored
Optionally include password hash in createUser endpoint
-
Kent Shikama authored
Signed-off-by:
Kent Shikama <kent@kentshikama.com>
-
Kent Shikama authored
-
- Jul 03, 2016
-
-
Kent Shikama authored
Signed-off-by:
Kent Shikama <kent@kentshikama.com>
-
- Jul 01, 2016
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
- Jun 30, 2016
-
-
Erik Johnston authored
Feature: Add deactivate account admin API
-
Erik Johnston authored
Allows server admins to "deactivate" accounts, which: - Revokes all access tokens - Removes all threepids - Removes password The API is a POST to `/admin/deactivate/<user_id>`
-
- Jun 29, 2016
-
-
Erik Johnston authored
Feature: Implement purge_media_cache admin API
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
- Jun 28, 2016
-
-
David Baker authored
Rick cogley coturn readme 2
-
Rick Cogley authored
Not logical to use svn checkout against a github repo, so changed to git clone. Signed-off-by:
Rick Cogley <rick.cogley@esolia.co.jp>
-
Rick Cogley authored
svn checkout is not logical for a checkout from github, so changed the checkout to "git clone". thanks @dbkr Signed-off-by:
Rick Cogley <rick.cogley@esolia.co.jp>
-
David Baker authored
Use similar naming we use in email notifs for push
-
Rick Cogley authored
Reading the RST spec, I was trying to get breaks to appear by entering the double spaces after the lines in the code blocks. It does not work anyway, and, as pointed out, I've removed.
-
- Jun 27, 2016
-
-
Matthew Hodgson authored
-
- Jun 26, 2016
-
-
Rick Cogley authored
Additionally it does not appear there is turnserver.conf.default, but rather, just /etc/turnserver.conf.
-
- 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
-