| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
* | Add a type hints for service notices to the HomeServer object. (#9675) | Patrick Cloke | 2021-03-24 | 1 | -1/+1 |
* | Use the account handler in additional places. (#9166) | Patrick Cloke | 2021-01-20 | 1 | -1/+2 |
* | Add admin API for logging in as a user (#8617) | Erik Johnston | 2020-11-17 | 1 | -3/+10 |
* | Check support room has only two users before sending a notice (#8728) | Will Hunt | 2020-11-11 | 1 | -1/+1 |
* | Stop sub-classing object (#8249) | Patrick Cloke | 2020-09-04 | 1 | -1/+1 |
* | Fix some comments and types in service notices (#7996) | Patrick Cloke | 2020-07-31 | 1 | -13/+16 |
* | Add ability to wait for replication streams (#7542) | Erik Johnston | 2020-05-22 | 1 | -3/+3 |
* | async/await is_server_admin (#7363) | Andrew Morgan | 2020-05-01 | 1 | -18/+14 |
* | Server notices: Dissociate room creation/lookup from invite (#7199) | Brendan Abolivier | 2020-04-04 | 1 | -9/+42 |
* | Add `local_current_membership` table (#6655) | Erik Johnston | 2020-01-15 | 1 | -1/+1 |
* | Replace returnValue with return (#5736) | Amber Brown | 2019-07-23 | 1 | -3/+3 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -18/+12 |
* | Ensure we wake up /sync when we add tag to notice room | Erik Johnston | 2018-08-24 | 1 | -1/+7 |
* | Make content of tag an empty object rather than null | Erik Johnston | 2018-08-24 | 1 | -1/+1 |
* | refactor for readability, and reuse caching for setting tags | Neil Johnson | 2018-08-16 | 1 | -1/+5 |
* | fix case where empty string state check is evaulated as False | Neil Johnson | 2018-08-16 | 1 | -1/+2 |
* | wip cut at sending resource server notices | Neil Johnson | 2018-08-15 | 1 | -10/+20 |
* | backout ability to pass in event type to server notices | Neil Johnson | 2018-08-14 | 1 | -2/+2 |
* | support server notice state events for resource limits | Neil Johnson | 2018-08-14 | 1 | -2/+2 |
* | Allow overriding the server_notices user's avatar | Richard van der Hoff | 2018-05-23 | 1 | -3/+14 |
* | fix typo | Richard van der Hoff | 2018-05-23 | 1 | -1/+1 |
* | Block attempts to send server notices to remote users | Richard van der Hoff | 2018-05-23 | 1 | -0/+4 |
* | Better docstrings | Richard van der Hoff | 2018-05-18 | 1 | -0/+16 |
* | Make sure we reject attempts to invite the notices user | Richard van der Hoff | 2018-05-18 | 1 | -0/+5 |
* | Infrastructure for a server notices room | Richard van der Hoff | 2018-05-17 | 1 | -0/+110 |