| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Benjamin Saunders <ben.e.saunders@gmail.com>
|
|
|
|
| |
Signed-off-by: Joseph Weston <joseph@weston.cloud>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix command hint to generate a config file
When trying to start Synapse without a config file, it will complain
and give a hint towards what command to run. This hinted command
is missing the "report_stats" parameter, which is required with either
yes or no value. Add this to the command.
Not an ideal situation but makes the given command work without the
user getting another error, even though it might be unclear what
"report_stats" represents.
Signed-off-by: Jason Robinson <jasonr@matrix.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Per the Client-Server API[0] we should return
`M_NOT_FOUND` if the room isn't found instead
of generic SynapseError.
This ensures that /directory/list API returns
404 for room not found instead of 400.
[0]: https://matrix.org/docs/spec/client_server/unstable.html#get-matrix-client-r0-directory-list-room-roomid
Signed-off-by: Serban Constantin <serban.constantin@gmail.com>
|
| |
|
|
|
|
| |
Signed-off-by: Christoph Witzany <christoph@web.crofting.com>
|
| |
|
|
|
|
| |
Signed-off-by: Florent VIOLLEAU <floviolleau@gmail.com>
|
|
|
|
| |
Signed-off-by: Mads Robin Christensen <mads@v42.dk>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|