Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-11-26 | Fix phone home stats (#6418) | Erik Johnston | 2 | -1/+2 | |
Fix phone home stats | |||||
2019-11-25 | 1.6.0rc2 v1.6.0rc2 | Richard van der Hoff | 3 | -2/+10 | |
2019-11-25 | Fix exceptions from background database update for event labels. (#6407) | Richard van der Hoff | 2 | -18/+26 | |
Add some exception handling here so that events whose json cannot be parsed are ignored rather than getting us stuck in a loop. Fixes #6404. | |||||
2019-11-20 | 1.6.0rc1 v1.6.0rc1 | Andrew Morgan | 62 | -61/+75 | |
2019-11-20 | Docker: Change permissions for data dir before attempting to write to it (#6389) | Andrew Morgan | 2 | -3/+4 | |
2019-11-20 | Move admin endpoints into separate files (#6308) | Manuel Stahl | 5 | -555/+622 | |
2019-11-20 | Lint | Brendan Abolivier | 1 | -1/+3 | |
2019-11-18 | Apply suggestions from code review | Erik Johnston | 2 | -3/+3 | |
Co-Authored-By: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Co-Authored-By: Brendan Abolivier <babolivier@matrix.org> | |||||
2019-11-15 | Replace UPDATE with UPSERT on device_max_stream_id table (#6363) | Andrew Morgan | 2 | -2/+16 | |
2019-11-14 | Add optional python dependencies to snap packaging (#6317) | James | 2 | -0/+21 | |
Signed-off-by: James Hebden <james@ec0.io> | |||||
2019-11-14 | Fix guest -> real account upgra |