Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move storage classes into a main "data store". | Erik Johnston | 2019-10-21 | 1 | -359/+0 |
| | | | | | This is in preparation for having multiple data stores that offer different functionality, e.g. splitting out state or event storage. | ||||
* | Replace returnValue with return (#5736) | Amber Brown | 2019-07-23 | 1 | -3/+1 |
| | |||||
* | Include the original event in /relations (#5626) | Andrew Morgan | 2019-07-09 | 1 | -1/+1 |
| | | | When asking for the relations of an event, include the original event in the response. This will mostly be used for efficiently showing edit history, but could be useful in other circumstances. | ||||
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -5/+1 |
| | |||||
* | Merge pull request #5203 from matrix-org/erikj/aggregate_by_sender | Erik Johnston | 2019-05-21 | 1 | -1/+1 |
|\ | | | | | Only count aggregations from distinct senders | ||||
| * | Only count aggregations from distinct senders | Erik Johnston | 2019-05-17 | 1 | -1/+1 |
| | | | | | | | | As a user isn't allowed to send a single emoji more than once. | ||||
* | | Block attempts to annotate the same event twice | Erik Johnston | 2019-05-20 | 1 | -3/+45 |
| | | |||||
* | | Rename relation types to match MSC | Erik Johnston | 2019-05-20 | 1 | -4/+4 |
| | | |||||
* | | Correctly update aggregation counts after redaction | Erik Johnston | 2019-05-20 | 1 | -0/+17 |
|/ | |||||
* | Fixup bsaed on review comments | Erik Johnston | 2019-05-17 | 1 | -15/+17 |
| | |||||
* | Add basic editing support | Erik Johnston | 2019-05-16 | 1 | -2/+58 |
| | |||||
* | Move parsing of tokens out of storage layer | Erik Johnston | 2019-05-16 | 1 | -14/+2 |
| | |||||
* | Indirect tuple conversion | Erik Johnston | 2019-05-16 | 1 | -0/+6 |
| | |||||
* | Fix relations in worker mode | Erik Johnston | 2019-05-16 | 1 | -1/+3 |
| | |||||
* | Add cache to relations | Erik Johnston | 2019-05-16 | 1 | -0/+8 |
| | |||||
* | Add aggregations API | Erik Johnston | 2019-05-16 | 1 | -6/+219 |
| | |||||
* | Actually check for None rather falsey | Erik Johnston | 2019-05-15 | 1 | -2/+2 |
| | |||||
* | Add simple pagination API | Erik Johnston | 2019-05-15 | 1 | -0/+80 |
| | |||||
* | Add simple send_relation API and track in DB | Erik Johnston | 2019-05-15 | 1 | -0/+62 |