summary refs log tree commit diff
path: root/synapse/server_notices/consent_server_notices.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use direct references for some configuration variables (part 3) (#10885)Patrick Cloke2021-09-231-3/+8
* Use inline type hints in various other places (in `synapse/`) (#10380)Jonathan de Jong2021-07-151-1/+1
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Add a type hints for service notices to the HomeServer object. (#9675)Patrick Cloke2021-03-241-8/+10
* Fix typos and spelling errors. (#8639)Patrick Cloke2020-10-231-1/+1
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-1/+1
* Fix some comments and types in service notices (#7996)Patrick Cloke2020-07-311-7/+5
* Replace all remaining six usage with native Python 3 equivalents (#7704)Dagfinn Ilmari Mannsåker2020-06-161-3/+1
* Replace iteritems/itervalues/iterkeys with native versions. (#7692)Patrick Cloke2020-06-151-2/+2
* async/await is_server_admin (#7363)Andrew Morgan2020-05-011-7/+4
* Clean up newline quote marks around the codebase (#6362)Andrew Morgan2019-11-211-1/+1
* Revert "Do not send consent notices if "no-consent-required" is set"Brendan Abolivier2019-08-221-4/+0
* Do not send consent notices if "no-consent-required" is setHalf-Shot2019-08-221-0/+4
* Run Black. (#5482)Amber Brown2019-06-201-15/+9
* run isortAmber Brown2018-07-091-1/+2
* Avoid sending consent notice to guest usersRichard van der Hoff2018-05-251-0/+5
* Support for putting %(consent_uri)s in messagesRichard van der Hoff2018-05-231-2/+39
* Move consent config parsing into ConsentConfigRichard van der Hoff2018-05-221-8/+2
* Send users a server notice about consentRichard van der Hoff2018-05-221-0/+101