| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/admin_contact | Erik Johnston | 2018-08-24 | 1 | -4/+3 |
|\ |
|
| * | Fix checking if service notice room is already tagged | Erik Johnston | 2018-08-24 | 1 | -4/+3 |
* | | Change admin_uri to admin_contact in config and errors | Erik Johnston | 2018-08-24 | 1 | -1/+1 |
|/ |
|
* | Ensure we wake up /sync when we add tag to notice room | Erik Johnston | 2018-08-24 | 2 | -2/+13 |
* | Make content of tag an empty object rather than null | Erik Johnston | 2018-08-24 | 2 | -2/+2 |
* | Fix bug where we broke sync when using limit_usage_by_mau | Erik Johnston | 2018-08-24 | 1 | -0/+4 |
* | Fix bug where we resent "limit exceeded" server notices | Erik Johnston | 2018-08-23 | 1 | -1/+5 |
* | Update notice format | Erik Johnston | 2018-08-22 | 1 | -3/+11 |
* | special case server_notices_mxid | Neil Johnson | 2018-08-18 | 1 | -1/+1 |
* | clean up, no functional changes | Neil Johnson | 2018-08-17 | 2 | -41/+47 |
* | flake8 | Neil Johnson | 2018-08-16 | 1 | -3/+2 |
* | refactor for readability, and reuse caching for setting tags | Neil Johnson | 2018-08-16 | 2 | -68/+114 |
* | add room tagging | Neil Johnson | 2018-08-16 | 1 | -9/+5 |
* | check for room state before deciding on action | Neil Johnson | 2018-08-16 | 2 | -67/+26 |
* | WIP impl commiting to get feedback | Neil Johnson | 2018-08-16 | 1 | -6/+74 |
* | 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 | 2 | -44/+55 |
* | backout ability to pass in event type to server notices | Neil Johnson | 2018-08-14 | 3 | -4/+5 |
* | support server notice state events for resource limits | Neil Johnson | 2018-08-14 | 3 | -8/+20 |
* | fix typo | Neil Johnson | 2018-08-13 | 1 | -1/+1 |
* | implementation of server notices to alert on hitting resource limits | Neil Johnson | 2018-08-10 | 2 | -45/+65 |
* | wip at implementing MSC 7075 | Neil Johnson | 2018-08-09 | 1 | -0/+84 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -1/+2 |
* | Avoid sending consent notice to guest users | Richard van der Hoff | 2018-05-25 | 1 | -0/+5 |
* | Allow overriding the server_notices user's avatar | Richard van der Hoff | 2018-05-23 | 1 | -3/+14 |
* | Merge pull request #3271 from matrix-org/rav/consent_uri_in_messages | Richard van der Hoff | 2018-05-23 | 1 | -2/+39 |
|\ |
|
| * | Support for putting %(consent_uri)s in messages | Richard van der Hoff | 2018-05-23 | 1 | -2/+39 |
* | | 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 |
|/ |
|
* | fix synchrotron | hera | 2018-05-22 | 1 | -1/+1 |
* | Stub out ServerNoticesSender on the workers | Richard van der Hoff | 2018-05-22 | 2 | -4/+50 |
* | Move consent config parsing into ConsentConfig | Richard van der Hoff | 2018-05-22 | 1 | -8/+2 |
* | Send users a server notice about consent | Richard van der Hoff | 2018-05-22 | 2 | -0/+159 |
* | 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 | 2 | -0/+110 |