synapse/contrib
Andrew Morgan 0c0b82b6d1
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](891afb57cb (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.
2019-09-06 11:35:28 +01:00
..
cmdclient Allow Synapse to send registration emails + choose Synapse or an external server to handle 3pid validation (#5987) 2019-09-06 11:35:28 +01:00
docker Deprecate the env var way of running the docker image (#5566) 2019-06-27 13:49:48 +01:00
experiments Move logging utilities out of the side drawer of util/ and into logging/ (#5606) 2019-07-04 00:07:04 +10:00
grafana Add extremities graphs to grafana dashboard 2019-06-25 11:51:32 +01:00
graph Run Black. (#5482) 2019-06-20 19:32:02 +10:00
jitsimeetbridge Run Black. (#5482) 2019-06-20 19:32:02 +10:00
prometheus cleanups for contrib/prometheus/README 2019-01-30 17:32:33 +00:00
purge_api Fix curl command typo in purge_remote_media.sh 2019-08-09 18:36:12 +02:00
scripts Run Black. (#5482) 2019-06-20 19:32:02 +10:00
systemd Update example systemd service file 2019-07-22 15:24:25 +01:00
systemd-with-workers Also update systemd-with-workers contrib examples 2019-07-23 10:14:01 +01:00
vertobot hacky support for video for FS CC DD 2015-08-06 18:18:36 +01:00
example_log_config.yaml Move logging utilities out of the side drawer of util/ and into logging/ (#5606) 2019-07-04 00:07:04 +10:00
README.rst Document contrib directory 2018-04-20 11:47:38 +01:00

Community Contributions
=======================

Everything in this directory are projects submitted by the community that may be useful
to others. As such, the project maintainers cannot guarantee support, stability
or backwards compatibility of these projects. 

Files in this directory should *not* be relied on directly, as they may not
continue to work or exist in future. If you wish to use any of these files then
they should be copied to avoid them breaking from underneath you.