Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-12-04 | Add additional validation to pusher URLs. (#8865) | Patrick Cloke | 6 | -30/+106 | |
Pusher URLs now must end in `/_matrix/push/v1/notify` per the specification. | |||||
2020-12-04 | Do not 500 if the content-length is not provided when uploading media. (#8862) | Patrick Cloke | 2 | -1/+2 | |
Instead return the proper 400 error. | |||||
2020-12-04 | Minor update to CHANGES. v1.24.0rc2 | Patrick Cloke | 1 | -1/+1 | |
2020-12-04 | 1.24.0rc2 | Patrick Cloke | 4 | -3/+16 | |
2020-12-04 | Fix a regression that mapping providers should be able to redirect users. ↵ | Patrick Cloke | 6 | -8/+60 | |
(#8878) This was broken in #8801. | |||||
2020-12-04 | Remove version pin prometheus_client dependency (#8875) | Jordan Bancino | 3 | -9/+7 | |
This removes the version pin of the `prometheus_client` dependency, in direct response to #8831. If merged, this will close #8831 As far as I can tell, no other changes are needed, but as I'm no synapse expert, I'm relying heavily on CI and maintainer reviews for this. My very primitive test of synapse with prometheus_client v0.9.0 on my home server didn't bring up any issues, so we'll see what happens. Signed-off-by: Jordan Bancino | |||||
2020-12-04 | Fix a buglet in the SAML username mapping provider doc (#8873) | Richard van der Hoff | 2 | -1/+4 | |
the constructor is called with a `module_api`. | |||||
2020-12-03 | Fix errorcode for disabled registration (#8867) | Richard van der Hoff | 3 | -1/+3 | |
The spec says we should return `M_FORBIDDEN` when someone tries to register and registration is disabled. | |||||
2020-12-02 | remove unused FakeResponse (#8864) | Richard van der Hoff | 2 | -26/+1 | |