| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump black from 23.10.1 to 24.2.0 (#16936) | dependabot[bot] | 2024-03-13 | 1 | -3/+3 |
* | Correctly mention previous copyright (#16820) | Erik Johnston | 2024-01-23 | 1 | -0/+1 |
* | Update license headers | Patrick Cloke | 2023-11-21 | 1 | -10/+16 |
* | Asynchronous Uploads (#15503) | Sumner Evans | 2023-11-15 | 1 | -0/+6 |
* | Rename blacklist/whitelist internally. (#15620) | Patrick Cloke | 2023-05-19 | 1 | -4/+4 |
* | Add config option to prevent media downloads from listed domains. (#15197) | Travis Ralston | 2023-05-09 | 1 | -0/+4 |
* | Refactor media modules. (#15146) | Patrick Cloke | 2023-02-27 | 1 | -5/+7 |
* | Bump black from 22.12.0 to 23.1.0 (#15103) | dependabot[bot] | 2023-02-22 | 1 | -1/+0 |
* | Unpin build-system requirements, but impose an upper-bound (#14085) | David Robertson | 2022-10-07 | 1 | -1/+1 |
* | Provide more info why we don't have any thumbnails to serve (#13038) | Eric Eastwood | 2022-07-15 | 1 | -7/+28 |
* | Allow dependency errors to pass through (#13113) | Jacek Kuśnierz | 2022-06-30 | 1 | -8/+2 |
* | Remove code generating comments in configuration file (#12941) | Shay | 2022-06-14 | 1 | -164/+2 |
* | Add config options for media retention (#12732) | Andrew Morgan | 2022-05-31 | 1 | -0/+16 |
* | Add missing type hints to config classes. (#12402) | Patrick Cloke | 2022-04-11 | 1 | -3/+4 |
* | Use importlib.metadata to read requirements (#12088) | David Robertson | 2022-03-01 | 1 | -1/+1 |
* | Convert all namedtuples to attrs. (#11665) | Patrick Cloke | 2021-12-30 | 1 | -16/+18 |
* | Additional type hints for config module. (#11465) | Patrick Cloke | 2021-12-01 | 1 | -3/+6 |
* | Require direct references to configuration variables. (#10985) | Patrick Cloke | 2021-10-06 | 1 | -1/+1 |
* | Add warnings to ip_range_blacklist usage with proxies (#10129) | Kento Okamoto | 2021-08-03 | 1 | -5/+19 |
* | Use inline type hints in various other places (in `synapse/`) (#10380) | Jonathan de Jong | 2021-07-15 | 1 | -2/+2 |
* | Update links to documentation in sample config (#10287) | Dirk Klimpel | 2021-07-07 | 1 | -1/+1 |
* | Mention that you need to configure max upload size in reverse proxy as well (... | Aaron Raimist | 2021-06-10 | 1 | -0/+4 |
* | More robust handling of the Content-Type header for thumbnail generation (#9788) | rkfg | 2021-04-14 | 1 | -0/+1 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
* | Enable flake8-bugbear, but disable most checks. (#9499) | Jonathan de Jong | 2021-03-16 | 1 | -1/+3 |
* | Remove vestiges of uploads_path config (#9462) | Richard van der Hoff | 2021-02-22 | 1 | -1/+0 |
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 1 | -1/+1 |
* | Convert blacklisted IPv4 addresses to compatible IPv6 addresses. (#9240) | Patrick Cloke | 2021-02-03 | 1 | -10/+9 |
* | Default to blacklisting reserved IP ranges and add a whitelist. (#8870) | Patrick Cloke | 2020-12-09 | 1 | -12/+8 |
* | Better formatting for config errors from modules (#8874) | Richard van der Hoff | 2020-12-08 | 1 | -2/+4 |
* | Increase default max_upload_size from 10M to 50M (#8502) | Mateusz Przybyłowicz | 2020-10-09 | 1 | -2/+2 |
* | Support running multiple media repos. (#7706) | Erik Johnston | 2020-06-17 | 1 | -0/+6 |
* | Add support for webp thumbnailing (#7586) | WGH | 2020-06-05 | 1 | -0/+1 |
* | Clarify the comments for media_storage_providers options (#7272) | Tristan Lins | 2020-04-17 | 1 | -4/+3 |
* | Allow specifying the value of Accept-Language header for URL previews (#7265) | Andrew Morgan | 2020-04-15 | 1 | -0/+29 |
* | Remove unused, undocumented "content repo" resource (#6628) | Richard van der Hoff | 2020-01-03 | 1 | -5/+0 |
* | Refactor HomeserverConfig so it can be typechecked (#6137) | Amber Brown | 2019-10-10 | 1 | -0/+2 |
* | Fix up some typechecking (#6150) | Amber Brown | 2019-10-02 | 1 | -2/+3 |
* | fix broken copyrights | Matthew Hodgson | 2019-09-23 | 1 | -1/+1 |
* | Check dependencies on setup in the nicer way. (#5989) | Jorik Schellekens | 2019-09-11 | 1 | -20/+7 |
* | fix config being a dict, actually | Amber H. Brown | 2019-08-14 | 1 | -1/+1 |
* | Don't load the media repo when configured to use an external media repo (#5754) | Amber Brown | 2019-08-13 | 1 | -0/+20 |
* | Don't load the generated config as the default. | Richard van der Hoff | 2019-06-24 | 1 | -1/+1 |
* | Ensure that all config options have sensible defaults | Richard van der Hoff | 2019-06-24 | 1 | -2/+4 |
* | Pass config_dir_path and data_dir_path into Config.read_config. (#5522) | Richard van der Hoff | 2019-06-24 | 1 | -1/+1 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -46/+28 |
* | more config comment updates | Richard van der Hoff | 2019-05-03 | 1 | -2/+5 |
* | Blacklist 0.0.0.0 and :: by default for URL previews | Richard van der Hoff | 2019-05-03 | 1 | -10/+18 |
* | Comment out most options in the generated config. (#4863) | Richard van der Hoff | 2019-03-19 | 1 | -27/+50 |
* | Attempt to make default config more consistent | Richard van der Hoff | 2019-02-19 | 1 | -38/+45 |
* | Add a script to generate a clean config file (#4315) | Richard van der Hoff | 2018-12-22 | 1 | -4/+4 |
* | Fix a number of flake8 errors | Richard van der Hoff | 2018-10-24 | 1 | -1/+1 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -1/+1 |
* | Add private IPv6 addresses to preview blacklist #3312 | Felix Schäfer | 2018-06-01 | 1 | -0/+3 |
* | Fix passing wrong config to provider constructor | Erik Johnston | 2018-01-18 | 1 | -1/+1 |
* | Remove duplicate directory test | Erik Johnston | 2018-01-18 | 1 | -4/+0 |
* | Fixup comments | Erik Johnston | 2018-01-18 | 1 | -1/+5 |
* | Make storage providers more configurable | Erik Johnston | 2018-01-18 | 1 | -11/+72 |
* | Copy everything to backup | Erik Johnston | 2017-10-12 | 1 | -1/+3 |
* | Basic implementation of backup media store | Erik Johnston | 2017-10-12 | 1 | -0/+18 |
* | default config: blacklist more internal ips | Euan Kemp | 2016-11-06 | 1 | -0/+2 |
* | Clean up the blacklist/whitelist handling. | Mark Haines | 2016-05-16 | 1 | -6/+6 |
* | add a url_preview_ip_range_whitelist config param so we can whitelist the mat... | Matthew Hodgson | 2016-05-01 | 1 | -0/+14 |
* | Give install requirements | Erik Johnston | 2016-04-13 | 1 | -1/+7 |
* | Add back in helpful description for missing url_preview_ip_range_blacklist | Erik Johnston | 2016-04-13 | 1 | -1/+5 |
* | Sanitize the optional dependencies for spider API | Erik Johnston | 2016-04-13 | 1 | -10/+28 |
* | fix typo | Matthew Hodgson | 2016-04-08 | 1 | -1/+1 |
* | Add url_preview_enabled config option to turn on/off preview_url endpoint. de... | Matthew Hodgson | 2016-04-08 | 1 | -4/+73 |
* | Merge branch 'develop' into matthew/preview_urls | Matthew Hodgson | 2016-03-27 | 1 | -0/+3 |
|\ |
|
| * | add 800x600 thumbnails to make vector look prettier (and anyone else who like... | Matthew Hodgson | 2016-03-02 | 1 | -0/+3 |
* | | initial WIP of a tentative preview_url endpoint - incomplete, untested, exper... | Matthew Hodgson | 2016-01-24 | 1 | -1/+5 |
|/ |
|
* | Implement configurable stats reporting | Daniel Wagner-Hall | 2015-09-22 | 1 | -1/+1 |
* | Fix flake8 warning | Mark Haines | 2015-08-13 | 1 | -0/+1 |
* | Doc-string for config ultility function | Mark Haines | 2015-08-12 | 1 | -0/+11 |
* | Add config option for setting the list of thumbnail sizes to precalculate | Mark Haines | 2015-08-12 | 1 | -0/+39 |
* | Make a config option for whether to generate new thumbnail sizes dynamically | Mark Haines | 2015-08-12 | 1 | -0/+8 |
* | Make upload dir a configurable path. | Eric Myhre | 2015-06-18 | 1 | -0/+5 |
* | remove duplicate parse_size method | Mark Haines | 2015-04-30 | 1 | -9/+0 |
* | Manually generate the default config yaml, remove most of the commandline arg... | Mark Haines | 2015-04-30 | 1 | -19/+16 |
* | Increase default maximum attachment size to 10M | Mark Haines | 2015-01-06 | 1 | -1/+1 |
* | Update copyright notices | Mark Haines | 2015-01-06 | 1 | -1/+1 |
* | Limit the size of images that are thumbnailed serverside. Limit the size of f... | Mark Haines | 2014-12-11 | 1 | -0/+5 |
* | Get uploads working with new media repo | Mark Haines | 2014-12-02 | 1 | -0/+4 |
* | Fix pep8 warnings | Mark Haines | 2014-10-30 | 1 | -0/+1 |
* | pyflakes cleanup | Erik Johnston | 2014-09-30 | 1 | -1/+0 |
* | Limit the size of uploads | Mark Haines | 2014-09-03 | 1 | -0/+39 |