Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add `local_current_membership` table (#6655) | Erik Johnston | 2020-01-15 | 1 | -1/+1 |
| | | | | | | | 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. | ||||
* | 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 |
| | | | | probably should have done this in the first place, like @turt2live suggested. | ||||
* | 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 |
Server Notices use a special room which the user can't dismiss. They are created on demand when some other bit of the code calls send_notice. (This doesn't actually do much yet becuse we don't call send_notice anywhere) |