Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ephemeral messages support (MSC2228) (#6409) | Brendan Abolivier | 2019-12-03 | 1 | -6/+120 |
* | Merge branch 'develop' into babolivier/message_retention | Brendan Abolivier | 2019-11-26 | 1 | -177/+180 |
|\ | |||||
| * | Clean up newline quote marks around the codebase (#6362) | Andrew Morgan | 2019-11-21 | 1 | -5/+3 |
| * | Move type annotation into docstring | Erik Johnston | 2019-11-08 | 1 | -3/+3 |
| * | Fix deleting state groups during room purge. | Erik Johnston | 2019-11-06 | 1 | -13/+14 |
| * | Use correct type annotation | Erik Johnston | 2019-11-06 | 1 | -2/+2 |
| * | Change to not require a state_groups.room_id index. | Erik Johnston | 2019-11-04 | 1 | -27/+43 |
| * | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_purg... | Erik Johnston | 2019-11-04 | 1 | -5/+39 |
| |\ | |||||
| * | | Fix up comment | Erik Johnston | 2019-11-01 | 1 | -2/+1 |
| * | | Update log line to lie a little less | Erik Johnston | 2019-10-31 | 1 | -1/+1 |
| * | | Docstrings | Erik Johnston | 2019-10-31 | 1 | -3/+11 |
| * | | Fix purge room API | Erik Johnston | 2019-10-31 | 1 | -5/+8 |
| * | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_purg... | Erik Johnston | 2019-10-31 | 1 | -2/+1 |
| |\ \ | |||||
| * | | | Split purge API into events vs state | Erik Johnston | 2019-10-30 | 1 | -175/+153 |
* | | | | Implement per-room message retention policies | Brendan Abolivier | 2019-11-04 | 1 | -0/+3 |
| |_|/ |/| | | |||||
* | | | Merge pull request #6301 from matrix-org/babolivier/msc2326 | Brendan Abolivier | 2019-11-01 | 1 | -1/+35 |
|\ \ \ | |||||
| * | | | Incorporate review | Brendan Abolivier | 2019-11-01 | 1 | -1/+1 |
| * | | | Add more data to the event_labels table and fix the indexes | Brendan Abolivier | 2019-11-01 | 1 | -3/+17 |
| * | | | Lint | Brendan Abolivier | 2019-11-01 | 1 | -1/+1 |
| * | | | Incorporate review | Brendan Abolivier | 2019-11-01 | 1 | -2/+10 |
| * | | | Lint | Brendan Abolivier | 2019-10-30 | 1 | -7/+1 |
| * | | | Store labels for new events | Brendan Abolivier | 2019-10-30 | 1 | -1/+19 |
* | | | | Update black to 19.10b0 (#6304) | Amber Brown | 2019-11-01 | 1 | -4/+4 |
| |_|/ |/| | | |||||
* | | | Fix /purge_room API. | Erik Johnston | 2019-10-31 | 1 | -1/+0 |
* | | | fix delete_existing for _persist_events (#6300) | Richard van der Hoff | 2019-10-30 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_out_... | Erik Johnston | 2019-10-30 | 1 | -4/+3 |
|\ \ | |||||
| * | | Port receipt and read markers to async/wait | Erik Johnston | 2019-10-29 | 1 | -4/+3 |
| |/ | |||||
* | | Review comments | Erik Johnston | 2019-10-30 | 1 | -5/+14 |
* | | Move persist_events out from main data store. | Erik Johnston | 2019-10-23 | 1 | -634/+67 |
|/ | |||||
* | Move storage classes into a main "data store". | Erik Johnston | 2019-10-21 | 1 | -0/+2489 |