Commit Graph

77 Commits (c7446906bdd2e30e5e830a77c05ab9a15aece254)

Author SHA1 Message Date
Eric Eastwood 7b67e93d49
Provide more info why we don't have any thumbnails to serve (#13038) 2 years ago
Jacek Kuśnierz 50f0e4028b
Allow dependency errors to pass through (#13113) 2 years ago
Shay 493c2fc44a
Remove code generating comments in configuration file (#12941) 2 years ago
Andrew Morgan 2fc787c341
Add config options for media retention (#12732) 3 years ago
Patrick Cloke 4586119f0b
Add missing type hints to config classes. (#12402) 3 years ago
David Robertson 313581e4e9
Use importlib.metadata to read requirements (#12088) 3 years ago
Patrick Cloke cbd82d0b2d
Convert all namedtuples to attrs. (#11665) 3 years ago
Olivier Wilkinson (reivilibre) 4dd9ea8f4f Revert "Revert accidental fast-forward merge from v1.49.0rc1" 3 years ago
Sean Quah 158d73ebdd Revert accidental fast-forward merge from v1.49.0rc1 3 years ago
Patrick Cloke f44d729d4c
Additional type hints for config module. (#11465) 3 years ago
Patrick Cloke f4b1a9a527
Require direct references to configuration variables. (#10985) 3 years ago
Kento Okamoto 72935b7c50
Add warnings to ip_range_blacklist usage with proxies (#10129) 3 years ago
Jonathan de Jong bf72d10dbf
Use inline type hints in various other places (in `synapse/`) (#10380) 3 years ago
Dirk Klimpel 56fd5fa8e1
Update links to documentation in sample config (#10287) 3 years ago
Aaron Raimist e6245e6d48
Mention that you need to configure max upload size in reverse proxy as well (#10122) 4 years ago
rkfg c9a2b5d402
More robust handling of the Content-Type header for thumbnail generation (#9788) 4 years ago
Jonathan de Jong 4b965c862d
Remove redundant "coding: utf-8" lines (#9786) 4 years ago
Jonathan de Jong 27d2820c33
Enable flake8-bugbear, but disable most checks. (#9499) 4 years ago
Richard van der Hoff 1b2d6d55c5
Remove vestiges of uploads_path config (#9462) 4 years ago
Eric Eastwood 0a00b7ff14
Update black, and run auto formatting over the codebase (#9381) 4 years ago
Patrick Cloke 4ca054a4ea
Convert blacklisted IPv4 addresses to compatible IPv6 addresses. (#9240) 4 years ago
Patrick Cloke 344ab0b53a
Default to blacklisting reserved IP ranges and add a whitelist. (#8870) 4 years ago
Richard van der Hoff ab7a24cc6b
Better formatting for config errors from modules (#8874) 4 years ago
Mateusz Przybyłowicz ca2db5dd0c
Increase default max_upload_size from 10M to 50M (#8502) 4 years ago
Erik Johnston b44bdd7f7b
Support running multiple media repos. (#7706) 5 years ago
WGH e55ee7c32f
Add support for webp thumbnailing (#7586) 5 years ago
Tristan Lins c07fca9e2f
Clarify the comments for media_storage_providers options (#7272) 5 years ago
Andrew Morgan a48138784e
Allow specifying the value of Accept-Language header for URL previews (#7265) 5 years ago
Richard van der Hoff 98247c4a0e
Remove unused, undocumented "content repo" resource (#6628) 5 years ago
Amber Brown f743108a94
Refactor HomeserverConfig so it can be typechecked (#6137) 5 years ago
Amber Brown 864f144543
Fix up some typechecking (#6150) 5 years ago
Matthew Hodgson 7ef319aefe fix broken copyrights 5 years ago
Jorik Schellekens 6604b64fae
Check dependencies on setup in the nicer way. (#5989) 5 years ago
Amber H. Brown 18bdac8ee4 fix config being a dict, actually 5 years ago
Amber Brown 0b6fbb28a8
Don't load the media repo when configured to use an external media repo (#5754) 5 years ago
Richard van der Hoff 16b52642e2 Don't load the generated config as the default. 6 years ago
Richard van der Hoff 7c2f8881a9 Ensure that all config options have sensible defaults 6 years ago
Richard van der Hoff c3c6b00d95
Pass config_dir_path and data_dir_path into Config.read_config. (#5522) 6 years ago
Amber Brown 32e7c9e7f2
Run Black. (#5482) 6 years ago
Richard van der Hoff 1565ebec2c more config comment updates 6 years ago
Richard van der Hoff 1a7104fde3 Blacklist 0.0.0.0 and :: by default for URL previews 6 years ago
Richard van der Hoff fd463b4f5d
Comment out most options in the generated config. (#4863) 6 years ago
Richard van der Hoff 5f9bdf90fe Attempt to make default config more consistent 6 years ago
Richard van der Hoff 9c2af7b2c5 Add a script to generate a clean config file (#4315) 6 years ago
Richard van der Hoff ef771cc4c2 Fix a number of flake8 errors 6 years ago
Amber Brown 49af402019 run isort 6 years ago
Felix Schäfer 4ef76f3ac4 Add private IPv6 addresses to preview blacklist #3312 7 years ago
Erik Johnston d69768348f Fix passing wrong config to provider constructor 7 years ago
Erik Johnston 8e85220373 Remove duplicate directory test 7 years ago
Erik Johnston aae77da73f Fixup comments 7 years ago