summary refs log tree commit diff
path: root/synapse/handlers/relations.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'madlittlemods/11850-migrate-to-opentelemetry' into madlittlemod... github/madlittlemods/13356-messages-investigation-scratch-v1 madlittlemods/13356-messages-investigation-scratch-v1Eric Eastwood2022-11-181-29/+164
|\
| * Merge branch 'develop' into madlittlemods/11850-migrate-to-opentelemetryEric Eastwood2022-11-181-1/+55
| |\
| | * Implement MSC3912: Relation-based redactions (#14260)Brendan Abolivier2022-11-031-1/+55
| * | Merge branch 'develop' into madlittlemods/11850-migrate-to-opentelemetryEric Eastwood2022-10-201-28/+109
| |\|
| | * Do not allow a None-limit on PaginationConfig. (#14146)Patrick Cloke2022-10-141-3/+0
| | * Add an API for listing threads in a room. (#13394)Patrick Cloke2022-10-131-1/+85
| | * Remove support for the unstable dir flag on relations. (#14106)Patrick Cloke2022-10-071-17/+16
| | * Do not return unspecced original_event field when using the stable /relations...Patrick Cloke2022-10-031-12/+13
* | | Merge branch 'madlittlemods/11850-migrate-to-opentelemetry' into madlittlemod...Eric Eastwood2022-09-201-1/+1
|\| |
| * | Merge branch 'develop' into madlittlemods/11850-migrate-to-opentelemetryEric Eastwood2022-09-091-1/+1
| |\|
| | * `synapse.api.auth.Auth` cleanup: make permission-related methods use `Request...Quentin Gliech2022-08-221-1/+1
| * | Fix tracing imports after merging in developEric Eastwood2022-08-031-1/+1
| |/
| * Instrument `/messages` for understandable traces in Jaeger (#13368)Eric Eastwood2022-08-031-0/+2
* | More tracingEric Eastwood2022-08-111-1/+9
* | Fix imports after OTEL changesEric Eastwood2022-08-021-1/+1
* | Merge branch 'madlittlemods/instrument-messages-tracing' into madlittlemods/1...Eric Eastwood2022-08-021-0/+2
|\ \ | |/ |/|
| * Instrument /messages for understandable tracesEric Eastwood2022-07-221-0/+2
* | Remove unused argument for get_relations_for_event. (#13383)Patrick Cloke2022-07-261-3/+0
|/
* Implement MSC3816, consider the root event for thread participation. (#12766)Patrick Cloke2022-06-061-21/+37
* Rename storage classes (#12913)Erik Johnston2022-05-311-2/+5
* Consolidate logic for parsing relations. (#12693)Patrick Cloke2022-05-161-10/+10
* Edits/annotations should not have any bundled aggregations calculated. (#12633)Patrick Cloke2022-05-051-20/+18
* Include bundled aggregations for the latest event in a thread. (#12273)Patrick Cloke2022-05-041-20/+54
* Consistently use collections.abc.Mapping to check frozendict. (#12564)Patrick Cloke2022-04-271-2/+2
* Misc. clean-ups to the relations code (#12519)Patrick Cloke2022-04-251-62/+32
* Do not consider events by ignored users for bundled aggregations (#12235)Patrick Cloke2022-04-111-30/+214
* Remove an unnecessary class from the relations code. (#12338)Patrick Cloke2022-03-311-12/+23
* Remove the unused and unstable `/aggregations` endpoint. (#12293)Patrick Cloke2022-03-301-4/+2
* Do not consider events by ignored users for relations (#12285)Patrick Cloke2022-03-241-1/+8
* Move get_bundled_aggregations to relations handler. (#12237)Patrick Cloke2022-03-181-2/+149
* Add a relations handler to avoid duplication. (#12227)Patrick Cloke2022-03-161-0/+117