Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-09-11 | Allow use of different ratelimits for admin redactions. | Erik Johnston | 4 | -12/+56 | |
This is useful to allow room admins to quickly deal with a large number of abusive messages. | |||||
2019-09-10 | Add changelog | Andrew Morgan | 3 | -4/+5 | |
2019-09-10 | Use account_threepid_delegate for 3pid validation | Andrew Morgan | 3 | -42/+45 | |
2019-09-10 | Add a build info metric to Prometheus (#6005) | Amber Brown | 3 | -2/+33 | |
2019-09-09 | Fix code style, again | Jason Robinson | 1 | -3/+1 | |
Signed-off-by: Jason Robinson <jasonr@matrix.org> | |||||
2019-09-09 | Fix comments | Erik Johnston | 1 | -2/+3 | |
2019-09-09 | Simplify count_real_users SQL to only count user_type is null rows | Jason Robinson | 1 | -1/+1 | |
Signed-off-by: Jason Robinson <jasonr@matrix.org> | |||||
2019-09-09 | Simplify is_real_user_txn check to trust user_type is null if real user | Jason Robinson | 1 | -1/+1 | |
Signed-off-by: Jason Robinson <jasonr@matrix.org> | |||||
2019-09-09 | Default to censoring redactions after seven days | Erik Johnston | 2 | -7/+11 | |
2019-09-09 | Use better names in SQL | Erik Johnston | 1 | -5/+8 | |
2019-09-09 | Fixup comment | Erik Johnston | 1 | -4/+12 | |
2019-09-09 |