summary refs log tree commit diff
path: root/synapse/config/repository.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Default to blacklisting reserved IP ranges and add a whitelist. (#8870)Patrick Cloke2020-12-091-12/+8
* Better formatting for config errors from modules (#8874)Richard van der Hoff2020-12-081-2/+4
* Increase default max_upload_size from 10M to 50M (#8502)Mateusz Przybyłowicz2020-10-091-2/+2
* Support running multiple media repos. (#7706)Erik Johnston2020-06-171-0/+6
* Add support for webp thumbnailing (#7586)WGH2020-06-051-0/+1
* Clarify the comments for media_storage_providers options (#7272)Tristan Lins2020-04-171-4/+3
* Allow specifying the value of Accept-Language header for URL previews (#7265)Andrew Morgan2020-04-151-0/+29
* Remove unused, undocumented "content repo" resource (#6628)Richard van der Hoff2020-01-031-5/+0
* Refactor HomeserverConfig so it can be typechecked (#6137)Amber Brown2019-10-101-0/+2
* Fix up some typechecking (#6150)Amber Brown2019-10-021-2/+3
* fix broken copyrightsMatthew Hodgson2019-09-231-1/+1
* Check dependencies on setup in the nicer way. (#5989)Jorik Schellekens2019-09-111-20/+7
* fix config being a dict, actuallyAmber H. Brown2019-08-141-1/+1
* Don't load the media repo when configured to use an external media repo (#5754)Amber Brown2019-08-131-0/+20
* Don't load the generated config as the default.Richard van der Hoff2019-06-241-1/+1
* Ensure that all config options have sensible defaultsRichard van der Hoff2019-06-241-2/+4
* Pass config_dir_path and data_dir_path into Config.read_config. (#5522)Richard van der Hoff2019-06-241-1/+1
* Run Black. (#5482)Amber Brown2019-06-201-46/+28
* more config comment updatesRichard van der Hoff2019-05-031-2/+5
* Blacklist 0.0.0.0 and :: by default for URL previewsRichard van der Hoff2019-05-031-10/+18
* Comment out most options in the generated config. (#4863)Richard van der Hoff2019-03-191-27/+50
* Attempt to make default config more consistentRichard van der Hoff2019-02-191-38/+45
* Add a script to generate a clean config file (#4315)Richard van der Hoff2018-12-221-4/+4
* Fix a number of flake8 errorsRichard van der Hoff2018-10-241-1/+1
* run isortAmber Brown2018-07-091-1/+1
* Add private IPv6 addresses to preview blacklist #3312Felix Schäfer2018-06-011-0/+3
* Fix passing wrong config to provider constructorErik Johnston2018-01-181-1/+1
* Remove duplicate directory testErik Johnston2018-01-181-4/+0
* Fixup commentsErik Johnston2018-01-181-1/+5
* Make storage providers more configurableErik Johnston2018-01-181-11/+72
* Copy everything to backupErik Johnston2017-10-121-1/+3
* Basic implementation of backup media storeErik Johnston2017-10-121-0/+18
* default config: blacklist more internal ipsEuan Kemp2016-11-061-0/+2
* Clean up the blacklist/whitelist handling.Mark Haines2016-05-161-6/+6
* add a url_preview_ip_range_whitelist config param so we can whitelist the mat...Matthew Hodgson2016-05-011-0/+14
* Give install requirementsErik Johnston2016-04-131-1/+7
* Add back in helpful description for missing url_preview_ip_range_blacklistErik Johnston2016-04-131-1/+5
* Sanitize the optional dependencies for spider APIErik Johnston2016-04-131-10/+28
* fix typoMatthew Hodgson2016-04-081-1/+1
* Add url_preview_enabled config option to turn on/off preview_url endpoint. de...Matthew Hodgson2016-04-081-4/+73
* Merge branch 'develop' into matthew/preview_urlsMatthew Hodgson2016-03-271-0/+3
|\
| * add 800x600 thumbnails to make vector look prettier (and anyone else who like...Matthew Hodgson2016-03-021-0/+3
* | initial WIP of a tentative preview_url endpoint - incomplete, untested, exper...Matthew Hodgson2016-01-241-1/+5
|/
* Implement configurable stats reportingDaniel Wagner-Hall2015-09-221-1/+1
* Fix flake8 warningMark Haines2015-08-131-0/+1
* Doc-string for config ultility functionMark Haines2015-08-121-0/+11
* Add config option for setting the list of thumbnail sizes to precalculateMark Haines2015-08-121-0/+39
* Make a config option for whether to generate new thumbnail sizes dynamicallyMark Haines2015-08-121-0/+8
* Make upload dir a configurable path.Eric Myhre2015-06-181-0/+5
* remove duplicate parse_size methodMark Haines2015-04-301-9/+0
* Manually generate the default config yaml, remove most of the commandline arg...Mark Haines2015-04-301-19/+16
* Increase default maximum attachment size to 10MMark Haines2015-01-061-1/+1
* Update copyright noticesMark Haines2015-01-061-1/+1
* Limit the size of images that are thumbnailed serverside. Limit the size of f...Mark Haines2014-12-111-0/+5
* Get uploads working with new media repoMark Haines2014-12-021-0/+4
* Fix pep8 warningsMark Haines2014-10-301-0/+1
* pyflakes cleanupErik Johnston2014-09-301-1/+0
* Limit the size of uploadsMark Haines2014-09-031-0/+39