Commit Graph

18900 Commits (27c06a6e0699f92bcd02b9e930dc8191ab87305e)
 

Author SHA1 Message Date
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
Richard van der Hoff ed53bf314f
Set opentracing priority before setting other tags (#10092) 4 years ago
Erik Johnston 3f96dbbda7
Log method and path when dropping request due to size limit (#10091) 4 years ago
Eric Eastwood ac3e02d089
Add `parse_strings_from_args` to get `prev_events` array (#10048) 4 years ago
Erik Johnston 5eed6348ce
Move some more endpoints off master (#10084) 4 years ago
Callum Brown 8fb9af570f
Make reason and score optional for report_event (#10077) 4 years ago
Brendan Abolivier f828a70be3
Limit the number of events sent over replication when persisting events. (#10082) 4 years ago
Erik Johnston 8e132fe64e Synapse 1.35.0rc2 (2021-05-27) 4 years ago
Erik Johnston b1bc26a909 1.35.0rc2 4 years ago
Erik Johnston 78b5102ae7
Fix up `BatchingQueue` (#10078) 4 years ago
Patrick Cloke 8e15c92c2f
Pass the origin when calculating the spaces summary over GET. (#10079) 4 years ago
Denis Kasak d9f44fd0b9
Clarify security note regarding the domain Synapse is hosted on. (#9221) 4 years ago
Richard van der Hoff dcbfec919b
Improve the error message printed by synctl when synapse fails to start. (#10059) 4 years ago
Richard van der Hoff 5447a76332
Remove redundant, unmaintained `convert_server_keys` script. (#10055) 4 years ago
Richard van der Hoff fe5dad46b0
Remove redundant code to reload tls cert (#10054) 4 years ago
Richard van der Hoff 224f2f949b
Combine `LruCache.invalidate` and `invalidate_many` (#9973) 4 years ago
Patrick Cloke f42e4c4eb9
Remove the experimental spaces enabled flag. (#10063) 4 years ago
Dan Callahan 49df2c28e3
Fix GitHub Actions lint for newsfragments (#10069) 4 years ago
Aaron Raimist f95e7a03fa
Tweak wording of database recommendation in INSTALL.md (#10057) 4 years ago
Dan Callahan 913a761a53
Tell CircleCI to build Docker images from `main` (#9906) 4 years ago
Dirk Klimpel 65e6c64d83
Add an admin API for unprotecting local media from quarantine (#10040) 4 years ago
Aaron Raimist 3e1beb75e6
Update CAPTCHA documentation to mention turning off verify origin feature (#10046) 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