Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add admin API for logging in as a user (#8617) | Erik Johnston | 2020-11-17 | 1 | -4/+10 |
| | |||||
* | Stop Auth methods from polling the config on every req. (#7420) | Andrew Morgan | 2020-05-06 | 1 | -5/+8 |
| | |||||
* | Add `local_current_membership` table (#6655) | Erik Johnston | 2020-01-15 | 1 | -2/+2 |
| | | | | | | | Currently we rely on `current_state_events` to figure out what rooms a user was in and their last membership event in there. However, if the server leaves the room then the table may be cleaned up and that information is lost. So lets add a table that separately holds that information. | ||||
* | Port SyncHandler to async/await | Erik Johnston | 2019-12-05 | 1 | -17/+16 |
| | |||||
* | rename error code | Neil Johnson | 2018-08-18 | 1 | -2/+2 |
| | |||||
* | add new error type ResourceLimit | Neil Johnson | 2018-08-16 | 1 | -3/+3 |
| | |||||
* | update error codes | Neil Johnson | 2018-08-15 | 1 | -2/+2 |
| | |||||
* | fix setup_test_homeserver to be postgres compatible | Neil Johnson | 2018-08-14 | 1 | -1/+1 |
| | |||||
* | fix imports | Neil Johnson | 2018-08-09 | 1 | -1/+1 |
| | |||||
* | only block on sync where user is not part of the mau cohort | Neil Johnson | 2018-08-09 | 1 | -9/+31 |
| | |||||
* | block sync if auth checks fail | Neil Johnson | 2018-08-09 | 1 | -6/+13 |
| | |||||
* | sync auth blocking | Neil Johnson | 2018-08-08 | 1 | -0/+42 |