- Oct 22, 2019
-
-
Adrien Luxey authored
Added database owner authentication with `sudo` when `su` does not work
-
- Oct 11, 2019
-
-
Valérian Rousset authored
Now, the CAS server can return an attribute stating what's the desired displayname, instead of using the username directly.
-
- Sep 26, 2019
-
-
Erik Johnston authored
-
Neil Johnson authored
-
- Sep 25, 2019
-
-
Erik Johnston authored
-
- Sep 24, 2019
-
-
Erik Johnston authored
Defaults to pruning everything older than 28d.
-
- Sep 23, 2019
-
-
Andrew Morgan authored
Second part of solving #6076 Fixes #6076 We return a submit_url parameter on calls to POST */msisdn/requestToken so that clients know where to submit token information to.
-
Andrew Morgan authored
Uses a SimpleHttpClient instance equipped with the federation_ip_range_blacklist list for requests to identity servers provided by user input. Does not use a blacklist when contacting identity servers specified by account_threepid_delegates. The homeserver trusts the latter and we don't want to prevent homeserver admins from specifying delegates that are on internal IP addresses. Fixes #5935
-
- Sep 20, 2019
-
-
Andrew Morgan authored
-
- Sep 18, 2019
-
-
Jorik Schellekens authored
-
Richard van der Hoff authored
this was apparently broken by #6040.
-
- Sep 17, 2019
-
-
dstipp authored
Converting some of the rst documentation to markdown. Attempted to preserve whitespace and line breaks to minimize cosmetic change.
-
- Sep 13, 2019
-
-
Richard van der Hoff authored
We want to assign unique mxids to saml users based on an incrementing suffix. For that to work, we need to record the allocated mxid in a separate table.
-
Richard van der Hoff authored
It' still not great, thanks to the nested dictionaries, but it's better.
-
Travis Ralston authored
-
axel simon authored
-
- Sep 12, 2019
-
-
Sorunome authored
This PR adds the optional `report_stats_endpoint` to configure where stats are reported to, if enabled.
-
- Sep 11, 2019
-
-
Erik Johnston authored
-
Erik Johnston authored
-
- Sep 09, 2019
-
-
Erik Johnston authored
-
- Sep 06, 2019
-
-
Amber Brown authored
-
Andrew Morgan authored
Allow Synapse to send registration emails + choose Synapse or an external server to handle 3pid validation (#5987) This is a combination of a few different PRs, finally all being merged into `develop`: * #5875 * #5876 * #5868 (This one added the `/versions` flag but the flag itself was actually [backed out](https://github.com/matrix-org/synapse/commit/891afb57cbdf9867f2848341b29c75d6f35eef5a#diff-e591d42d30690ffb79f63bb726200891) in #5969. What's left is just giving /versions access to the config file, which could be useful in the future) * #5835 * #5969 * #5940 Clients should not actually use the new registration functionality until https://github.com/matrix-org/synapse/pull/5972 is merged. UPGRADE.rst, changelog entries and config file changes should all be reviewed closely before this PR is merged.
-
- Sep 05, 2019
-
-
Erik Johnston authored
-
- Sep 04, 2019
-
-
Erik Johnston authored
Previously the stats were not being correctly populated.
-
- Aug 28, 2019
-
-
Jorik Schellekens authored
-
Jorik Schellekens authored
Template config files * Imagine a system composed entirely of x, y, z etc and the basic operations.. Wait George, why XOR? Why not just neq? George: Eh, I didn't think of that.. Co-Authored-By:
Erik Johnston <erik@matrix.org>
-
Amber Brown authored
-
- Aug 27, 2019
-
-
Olivier Wilkinson (reivilibre) authored
Signed-off-by:
Olivier Wilkinson (reivilibre) <olivier@librepush.net>
-
reivilibre authored
Admin API: Set adminship of a user
-
- Aug 23, 2019
-
-
Erik Johnston authored
-
- Aug 22, 2019
-
-
Jorik Schellekens authored
Propagate opentracing contexts through EDUs Co-Authored-By:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-
Richard van der Hoff authored
-
- Aug 21, 2019
-
-
Erik Johnston authored
This allows servers to separate keys that are used to sign remote keys when acting as a notary server.
-
- Aug 13, 2019
-
-
Amber Brown authored
-
- Aug 01, 2019
-
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
- Jul 30, 2019
-
-
Richard van der Hoff authored
The `expire_access_token` didn't do what it sounded like it should do. What it actually did was make Synapse enforce the 'time' caveat on macaroons used as access tokens, but since our access token macaroons never contained such a caveat, it was always a no-op. (The code to add 'time' caveats was removed back in v0.18.5, in #1656)
-
- Jul 29, 2019
-
-
Amber Brown authored
-
- Jul 23, 2019
-
-
Jorik Schellekens authored
* Allow Jaeger to be configured * Update sample config
-
Amber Brown authored
-