Commit graph

11 commits

Author SHA1 Message Date
Neil Alexander d784b13560
Ignore shared secret when warning about open registration, since it's not strictly required when it is set if registration is otherwise enabled 2022-04-28 17:18:31 +01:00
Neil Alexander c4ba81a3d4
Merge branch 's7evink/config' of github.com:matrix-org/dendrite into s7evink/config 2022-04-28 17:00:52 +01:00
Neil Alexander 32eda925c0
Shuffle things around a bit 2022-04-28 16:58:29 +01:00
Till Faelligen e385cd18f6 Update error message 2022-04-28 17:43:01 +02:00
Till Faelligen 43b44a3d15 Enable registration for CI 2022-04-28 17:28:58 +02:00
Till Faelligen e2e1ff7ea3 Make enable open registration a parameter 2022-04-28 17:17:28 +02:00
Till Faelligen 1a3b645be0 Add restrications for open registration 2022-04-28 16:57:35 +02:00
Neil Alexander e1eb5807b6
Allow preventing guest registration (#2199)
* Allow disabling guest registration separately

* Update sample config

* Set `guests_disabled` to `true` in the sample config
2022-02-18 10:12:26 +00:00
Neil Alexander c9419e51af
Don't populate config defaults where it doesn't make sense (#2058)
* Don't populate config defaults where it doesn't make sense

* Fix dendritejs builds
2021-11-24 11:57:39 +00:00
sumitks866 dd1e31bee7
Mention unstable features in /_matrix/client/versions (#1710)
* Mention unstable features in /_matrix/client/versions

* list enabled mscs

* Don't update go.mod/go.sum

* goimports

Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
2021-01-18 13:09:28 +00:00
Neil Alexander b5aa7ca3ab
Top-level setup package (#1605)
* Move config, setup, mscs into "setup" top-level folder

* oops, forgot the EDU server

* Add setup

* goimports
2020-12-02 17:41:00 +00:00
Renamed from internal/config/config_clientapi.go (Browse further)