| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the server notices user profile in room if changed. (#12115) | Jorge Florian | 2022-04-08 | 1 | -4/+55 |
* | Remove `HomeServer.get_datastore()` (#12031) | Richard van der Hoff | 2022-02-23 | 3 | -3/+3 |
* | disallow-untyped-defs for synapse.server_notices (#11021) | David Robertson | 2021-10-07 | 1 | -6/+2 |
* | Use direct references for configuration variables (part 6). (#10916) | Patrick Cloke | 2021-09-29 | 1 | -4/+4 |
* | Use direct references for configuration variables (part 5). (#10897) | Patrick Cloke | 2021-09-24 | 1 | -11/+12 |
* | Use direct references for some configuration variables (part 3) (#10885) | Patrick Cloke | 2021-09-23 | 1 | -3/+8 |
* | Improve ServerNoticeServlet to avoid duplicate requests (#10679) | Dirk Klimpel | 2021-08-27 | 1 | -9/+8 |
* | Use inline type hints in various other places (in `synapse/`) (#10380) | Jonathan de Jong | 2021-07-15 | 3 | -4/+6 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 5 | -5/+0 |
* | Add a type hints for service notices to the HomeServer object. (#9675) | Patrick Cloke | 2021-03-24 | 5 | -28/+32 |
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 1 | -1/+1 |
* | Use the account handler in additional places. (#9166) | Patrick Cloke | 2021-01-20 | 2 | -2/+4 |
* | 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 |
* | Fix typos and spelling errors. (#8639) | Patrick Cloke | 2020-10-23 | 1 | -1/+1 |
* | Stop sub-classing object (#8249) | Patrick Cloke | 2020-09-04 | 5 | -5/+5 |
* | Fix some comments and types in service notices (#7996) | Patrick Cloke | 2020-07-31 | 5 | -59/+54 |
* | Replace all remaining six usage with native Python 3 equivalents (#7704) | Dagfinn Ilmari Mannsåker | 2020-06-16 | 1 | -3/+1 |
* | Replace iteritems/itervalues/iterkeys with native versions. (#7692) | Patrick Cloke | 2020-06-15 | 2 | -5/+3 |
* | Optimise some references to hs.config (#7546) | Richard van der Hoff | 2020-05-22 | 1 | -8/+7 |
* | Add ability to wait for replication streams (#7542) | Erik Johnston | 2020-05-22 | 1 | -3/+3 |
* | Convert synapse.server_notices to async/await. (#7394) | Patrick Cloke | 2020-05-01 | 1 | -10/+6 |
* | async/await is_server_admin (#7363) | Andrew Morgan | 2020-05-01 | 4 | -51/+39 |
* | Server notices: Dissociate room creation/lookup from invite (#7199) | Brendan Abolivier | 2020-04-04 | 2 | -10/+45 |
* | Add `local_current_membership` table (#6655) | Erik Johnston | 2020-01-15 | 1 | -1/+1 |
* | Clean up newline quote marks around the codebase (#6362) | Andrew Morgan | 2019-11-21 | 1 | -1/+1 |
* | Remove usage of deprecated logger.warn method from codebase (#6271) | Andrew Morgan | 2019-10-31 | 1 | -1/+1 |
* | Option to suppress resource exceeded alerting (#6173) | Neil Johnson | 2019-10-24 | 1 | -38/+72 |
* | Remove unnecessary parentheses around return statements (#5931) | Andrew Morgan | 2019-08-30 | 1 | -1/+1 |
* | Revert "Do not send consent notices if "no-consent-required" is set" | Brendan Abolivier | 2019-08-22 | 1 | -4/+0 |
* | Do not send consent notices if "no-consent-required" is set | Half-Shot | 2019-08-22 | 1 | -0/+4 |
* | Replace returnValue with return (#5736) | Amber Brown | 2019-07-23 | 2 | -4/+4 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 5 | -60/+39 |
* | 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 |