| Commit message (Expand) | Author | Files | Lines |
2021-06-09 | Implement knock feature (#6739) | Sorunome | 6 | -67/+495 |
2021-06-09 | Limit the number of in-flight /keys/query requests from a single device. (#10... | Patrick Cloke | 4 | -173/+196 |
2021-06-09 | Clean up the interface for injecting opentracing over HTTP (#10143) | Richard van der Hoff | 4 | -92/+26 |
2021-06-08 | Add type hints to the federation server transport. (#10080) | Patrick Cloke | 5 | -75/+194 |
2021-06-08 | Make changelog lines consistent v1.36.0rc1 | Andrew Morgan | 1 | -1/+1 |
2021-06-08 | fix typo in changelog | Andrew Morgan | 1 | -1/+1 |
2021-06-08 | 1.36.0rc1 | Andrew Morgan | 46 | -45/+69 |
2021-06-08 | Fix logging context when opening new DB connection (#10141) | Erik Johnston | 2 | -3/+10 |
2021-06-08 | Correct type hints for parse_string(s)_from_args. (#10137) | Patrick Cloke | 8 | -83/+132 |
2021-06-08 | Name release branches just after major.minor (#10013) | Dan Callahan | 3 | -5/+6 |
2021-06-08 | When joining a remote room limit the number of events we concurrently check s... | Erik Johnston | 5 | -256/+202 |
2021-06-08 | Handle /backfill returning no events (#10133) | Erik Johnston | 2 | -13/+26 |
2021-06-07 | More database opentracing (#10136) | Richard van der Hoff | 2 | -2/+6 |
2021-06-07 | opentracing: use a consistent name for background processes (#10135) | Richard van der Hoff | 3 | -2/+5 |
2021-06-07 | Make link in docs use HTTPS (#10130) | Rohan Sharma | 2 | -1/+2 |
2021-06-07 | Fix broken link to README at root of repo (#10132) | Chris Castle | 2 | -1/+2 |
2021-06-07 | Always update AS last_pos, even on no events (#10107) | 14mRh4X0r | 3 | -17/+15 |
2021-06-07 | Add missing type hints to the admin API servlets (#10105) | Dirk Klimpel | 6 | -40/+48 |
2021-06-07 | Delete completes to-device messages earlier in /sync (#10124) | Richard van der Hoff | 2 | -10/+12 |
2021-06-04 | Don't try and backfill the same room in parallel. (#10116) | Erik Johnston | 2 | -0/+9 |
2021-06-04 | Limit number of events in a replication request (#10118) | Erik Johnston | 2 | -2/+4 |
2021-06-04 | Enable Prometheus metrics for the jaeger client library (#10112) | Richard van der Hoff | 3 | -1/+5 |
2021-06-03 | Compile and render Synapse's docs into a browsable, mobile-friendly and searc... | Andrew Morgan | 35 | -54/+978 |
2021-06-03 | Add OpenTracing for database activity. (#10113) | Richard van der Hoff | 3 | -33/+60 |
2021-06-03 | Improve opentracing annotations for Notifier (#10111) | Richard van der Hoff | 2 | -33/+34 |
2021-06-03 | Convert admin api docs to markdown (#10089) | Andrew Morgan | 9 | -1132/+1160 |
2021-06-03 | r0.6.1 support: /rooms/:roomId/aliases endpoint (#9224) | Travis Ralston | 3 | -3/+3 |
2021-06-03 | Clarify changelog. v1.35.1 github/release-v1.35 release-v1.35 | Patrick Cloke | 1 | -1/+1 |
2021-06-03 | 1.35.1 | Patrick Cloke | 4 | -2/+16 |
2021-06-03 | Do not show invite-only rooms in spaces summary (unless joined/invited). (#10... | Patrick Cloke | 2 | -10/+10 |
2021-06-02 | Add new admin APIs to remove media by media ID from quarantine. (#10044) | Dirk Klimpel | 5 | -10/+201 |
2021-06-02 | github actio |