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 |