Commit Graph

18775 Commits (7adcb20fc02d614b4a2b03b128b279f25633e2bd)
 

Author SHA1 Message Date
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
Andrew Morgan 976216959b
Update minimum supported version in postgres.md (#9988) 4 years ago
Patrick Cloke d19bccdbec
Update SSO mapping providers documentation about unique IDs. (#9980) 4 years ago
Brendan Abolivier 451f25172a
Incorporate changes from review 4 years ago
Brendan Abolivier 91143bb24e
Refer and link to the upgrade notes rather than to the file name 4 years ago
Brendan Abolivier 47806b0869 1.34.0rc1 4 years ago
Brendan Abolivier a683028d81
Correctly ratelimit invites when creating a room (#9968) 4 years ago
Richard van der Hoff 7562d887e1
Change the format of access tokens away from macaroons (#5588) 4 years ago
Erik Johnston affaffb0ab
Run cache_joined_hosts_for_event in background (#9951) 4 years ago
Richard van der Hoff 63fb220e5f
Tests for to-device messages (#9965) 4 years ago
Patrick Cloke 27c375f812
Sort child events according to MSC1772 for the spaces summary API. (#9954) 4 years ago
Patrick Cloke f4833e0c06
Support fetching the spaces summary via GET over federation. (#9947) 4 years ago