| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct type hints for parse_string(s)_from_args. (#10137) | Patrick Cloke | 2021-06-08 | 1 | -5/+6 |
* | Improved validation for received requests (#9817) | Richard van der Hoff | 2021-04-23 | 1 | -2/+0 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
* | Import HomeServer from the proper module. (#9665) | Patrick Cloke | 2021-03-23 | 1 | -1/+1 |
* | Fix additional type hints from Twisted 21.2.0. (#9591) | Patrick Cloke | 2021-03-12 | 1 | -1/+2 |
* | Use the proper Request in type hints. (#9515) | Patrick Cloke | 2021-03-01 | 1 | -4/+7 |
* | Add check_media_file_for_spam spam checker hook | Erik Johnston | 2021-02-04 | 1 | -3/+9 |
* | Add type hints to media rest resources. (#9093) | Patrick Cloke | 2021-01-15 | 1 | -3/+11 |
* | Do not 500 if the content-length is not provided when uploading media. (#8862) | Patrick Cloke | 2020-12-04 | 1 | -1/+1 |
* | Discard an empty upload_name before persisting an uploaded file (#7905) | Will Hunt | 2020-09-29 | 1 | -0/+4 |
* | Merge different Resource implementation classes (#7732) | Erik Johnston | 2020-07-03 | 1 | -11/+3 |
* | add M_TOO_LARGE error code for uploading a too large file (#6151) | Anshul Angaria | 2019-10-08 | 1 | -2/+6 |
* | Make the http server handle coroutine-making REST servlets (#5475) | Amber Brown | 2019-06-29 | 1 | -13/+10 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -21/+9 |
* | Port over enough to get some sytests running on Python 3 (#3668) | Amber Brown | 2018-08-20 | 1 | -5/+5 |
* | Use parse_{int,str} and assert from http.servlet | Krombel | 2018-07-13 | 1 | -2/+3 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -4/+1 |
* | Set Server header in SynapseRequest | Richard van der Hoff | 2018-05-10 | 1 | -1/+0 |
* | Remove redundant request_handler decorator | Richard van der Hoff | 2018-05-10 | 1 | -7/+8 |
* | more bytes strings | Adrian Tschira | 2018-04-29 | 1 | -3/+3 |
* | Basic implementation of backup media store | Erik Johnston | 2017-10-12 | 1 | -1/+1 |
* | Log which files we saved attachments to in the media_repository | Mark Haines | 2017-01-10 | 1 | -0/+2 |
* | Report per request metrics for all of the things using request_handler | Mark Haines | 2016-04-28 | 1 | -1/+2 |
* | Split out BaseMediaResource into MediaRepository | Erik Johnston | 2016-04-19 | 1 | -34/+17 |
* | Introduce a Requester object | Daniel Wagner-Hall | 2016-01-11 | 1 | -2/+2 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | Allow guests to register and call /events?room_id= | Daniel Wagner-Hall | 2015-11-04 | 1 | -1/+1 |
* | Merge branch 'release-v0.10.0' into develop | Mark Haines | 2015-08-28 | 1 | -4/+8 |
|\ |
|
| * | Give a sensible error message if the filename is invalid UTF-8 | Mark Haines | 2015-08-26 | 1 | -1/+7 |
| * | Allow non-ascii filenames for attachments | Mark Haines | 2015-08-26 | 1 | -4/+2 |
* | | Remove completely unused concepts from codebase | Daniel Wagner-Hall | 2015-08-25 | 1 | -1/+1 |
|/ |
|
* | Enforce ascii filenames for uploads | Erik Johnston | 2015-06-30 | 1 | -1/+3 |
* | Add Content-Disposition headers to media repo v1 downloads | Erik Johnston | 2015-06-30 | 1 | -1/+5 |
* | Combine the request wrappers in rest/media/v1 and http/server into a single w... | Mark Haines | 2015-04-21 | 1 | -49/+36 |
* | Fix code-style | Mark Haines | 2015-02-10 | 1 | -2/+2 |
* | Code-style fixes | Mark Haines | 2015-02-10 | 1 | -3/+4 |
* | ...and here's the actual impl. git fail. | Matthew Hodgson | 2015-02-07 | 1 | -25/+32 |
* | Extract the id token of the token when authing users, include the token and d... | Mark Haines | 2015-01-28 | 1 | -1/+1 |
* | Return the device_id from get_auth_by_req | Mark Haines | 2015-01-28 | 1 | -1/+1 |
* | Move rest APIs back under the rest directory | Mark Haines | 2015-01-22 | 1 | -0/+113 |