summary refs log tree commit diff
path: root/synapse/storage/relations.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Run Black. (#5482)Amber Brown2019-06-201-5/+1
|
* Merge pull request #5203 from matrix-org/erikj/aggregate_by_senderErik Johnston2019-05-211-1/+1
|\ | | | | Only count aggregations from distinct senders
| * Only count aggregations from distinct sendersErik Johnston2019-05-171-1/+1
| | | | | | | | As a user isn't allowed to send a single emoji more than once.
* | Block attempts to annotate the same event twiceErik Johnston2019-05-201-3/+45
| |
* | Rename relation types to match MSCErik Johnston2019-05-201-4/+4
| |
* | Correctly update aggregation counts after redactionErik Johnston2019-05-201-0/+17
|/
* Fixup bsaed on review commentsErik Johnston2019-05-171-15/+17
|
* Add basic editing supportErik Johnston2019-05-161-2/+58
|
* Move parsing of tokens out of storage layerErik Johnston2019-05-161-14/+2
|
* Indirect tuple conversionErik Johnston2019-05-161-0/+6
|
* Fix relations in worker modeErik Johnston2019-05-161-1/+3
|
* Add cache to relationsErik Johnston2019-05-161-0/+8
|
* Add aggregations APIErik Johnston2019-05-161-6/+219
|
* Actually check for None rather falseyErik Johnston2019-05-151-2/+2
|
* Add simple pagination APIErik Johnston2019-05-151-0/+80
|
* Add simple send_relation API and track in DBErik Johnston2019-05-151-0/+62