dendrite/setup
kegsay 1ed732cc78
Implement /_synapse/admin/v1/register (#1911)
* Implement /_synapse/admin/v1/register

This is implemented identically to Synapse, so scripts which work
with Synapse should work with Dendrite.

```
    Test 27 POST /_synapse/admin/v1/register with shared secret... OK
    Test 28 POST /_synapse/admin/v1/register admin with shared secret... OK
    Test 29 POST /_synapse/admin/v1/register with shared secret downcases capitals... OK
    Test 30 POST /_synapse/admin/v1/register with shared secret disallows symbols... OK
```

Sytest however has `implementation_specific => "synapse"` which stops these
tests from running.

* Add missing muxes to gobind

* Linting
2021-07-09 16:52:31 +01:00
..
config Set MaxFileSizeBytes <= 0 to "unlimited" (#1875) 2021-06-14 14:12:03 +01:00
kafka Top-level setup package (#1605) 2020-12-02 17:41:00 +00:00
mscs Update MSC2946 implementation for stable spaces (#1859) 2021-05-18 15:17:37 +01:00
process Graceful shutdowns (#1734) 2021-01-26 12:56:20 +00:00
base.go Implement /_synapse/admin/v1/register (#1911) 2021-07-09 16:52:31 +01:00
federation.go Top-level setup package (#1605) 2020-12-02 17:41:00 +00:00
flags.go Top-level setup package (#1605) 2020-12-02 17:41:00 +00:00
monolith.go Implement /_synapse/admin/v1/register (#1911) 2021-07-09 16:52:31 +01:00