Commit Graph

18786 Commits (408ecf8ece397bcf08564031379b461d5c9b0de5)
 

Author SHA1 Message Date
Erik Johnston 408ecf8ece
Announce deprecation of experimental `msc2858_enabled` option. (#10101) 4 years ago
Erik Johnston 4f41b711d8 CHANGELOG 4 years ago
Erik Johnston 258a9a9e8b 1.35.0rc3 4 years ago
Erik Johnston 6b6c6a02db Merge remote-tracking branch 'origin/release-v1.35.0' into release-v1.35 4 years ago
Brendan Abolivier 9408b86f5c Limit the number of events sent over replication when persisting events. (#10082) 4 years ago
Erik Johnston 1641c5c707 Log method and path when dropping request due to size limit (#10091) 4 years ago
Erik Johnston 84cf3e47a0
Allow response of `/send_join` to be larger. (#10093) 4 years ago
Erik Johnston b1bc26a909 1.35.0rc2 4 years ago
Patrick Cloke 8e15c92c2f
Pass the origin when calculating the spaces summary over GET. (#10079) 4 years ago
Erik Johnston 557635f69a 1.35.0rc1 4 years ago
Patrick Cloke 7d90d6ce9b
Run complement with Synapse workers manually. (#10039) 4 years ago
Patrick Cloke 7adcb20fc0
Add missing type hints to synapse.util (#9982) 4 years ago
Sergio Miguéns 22a8838f62
Fix docker image to not log at `/homeserver.log` (#10045) 4 years ago
Jerin J Titus 057ce7b754
Remove tls_fingerprints option (#9280) 4 years ago
Richard van der Hoff 82eacb0e07
Fix --no-daemonize for synctl with workers (#9995) 4 years ago
Richard van der Hoff daca7b2794
Fix off-by-one-error in synapse_port_db (#9991) 4 years ago
Richard van der Hoff c0df6bae06
Remove `keylen` from `LruCache`. (#9993) 4 years ago
Patrick Cloke 316f89e87f
Enable experimental spaces by default. (#10011) 4 years ago
Dirk Klimpel 387c297489
Add missing entry to the table of contents of room admin API (#10043) 4 years ago
Eric Eastwood 5f1198a67e
Fix `get_state_ids_for_event` return type typo to match what the function actually does (#10050) 4 years ago
Erik Johnston 3e831f24ff
Don't hammer the database for destination retry timings every ~5mins (#10036) 4 years ago
Michael Telatynski e8ac9ac8ca
Fix /upload 500'ing when presented a very large image (#10029) 4 years ago
Andrew Morgan 21bd230831
Add a test for update_presence (#10033) 4 years ago
Patrick Cloke c5413d0e9e
Remove unused properties from the SpaceSummaryHandler. (#10038) 4 years ago
Marek Matys 6a8643ff3d
Fixed removal of new presence stream states (#10014) 4 years ago
Erik Johnston 7958eadcd1
Add a batching queue implementation. (#10017) 4 years ago
Erik Johnston 1c6a19002c
Add `Keyring.verify_events_for_server` and reduce memory usage (#10018) 4 years ago
Erik Johnston 64887f06fc
Use ijson to parse the response to `/send_join`, reducing memory usage. (#9958) 4 years ago
Patrick Cloke 551d2c3f4b
Allow a user who could join a restricted room to see it in spaces summary. (#9922) 4 years ago
Andrew Morgan d983ced596 Merge branch 'master' of github.com:matrix-org/synapse into develop 4 years ago
Javier Junquera Sánchez 141b073c7b
Update user_directory.md (#10016) 4 years ago
Erik Johnston 9c76d0561b
Update the contrib grafana dashboard (#10001) 4 years ago
Savyasachee Jha 5bba1b4905
Hardened systemd unit files (#9803) 4 years ago
Patrick Cloke ac6bfcd52f
Refactor checking restricted join rules (#10007) 4 years ago
Andrew Morgan 4d6e5a5e99
Use a database table to hold the users that should have full presence sent to them, instead of something in-memory (#9823) 4 years ago
Patrick Cloke 206a7b5f12
Fix the allowed range of valid ordering characters for spaces. (#10002) 4 years ago
Patrick Cloke 9752849e2b
Clarify comments in the space summary handler. (#9974) 4 years ago
Erik Johnston 653fe2f3cd Merge branch 'master' into develop 4 years ago
Erik Johnston 13b0673b5a Changelog 4 years ago
Erik Johnston 8dde0bf8b3 Update UPGRADE.rst 4 years ago
Erik Johnston afb6dcf806 1.34.0 4 years ago
Brendan Abolivier 41ac128fd3
Split multiplart email sending into a dedicated handler (#9977) 4 years ago
Richard van der Hoff 6660912226
Update postgres docs (#9989) 4 years ago
Richard van der Hoff 6482075c95
Run `black` on the scripts (#9981) 4 years ago
Richard van der Hoff 5090f26b63
Minor `@cachedList` enhancements (#9975) 4 years ago
Dan Callahan 52ed9655ed
Remove unnecessary SystemRandom from SQLBaseStore (#9987) 4 years ago
Dan Callahan ebdef256b3
Remove superfluous call to bool() (#9986) 4 years ago
Dan Callahan bd918d874f
Simplify exception handling in is_ascii. (#9985) 4 years ago
Dan Callahan 498084228b
Use Python's secrets module instead of random (#9984) 4 years ago
Richard van der Hoff c14f99be46
Support enabling opentracing by user (#9978) 4 years ago