summary refs log tree commit diff
path: root/synapse/config/consent_config.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into developRichard van der Hoff2018-06-051-0/+3
|\
| * remove trailing whitespaceRichard van der Hoff2018-05-301-2/+2
| * fix english and wrap commentRichard van der Hoff2018-05-301-1/+2
| * add link to thorough instruction how to configure consentRuben Barkow2018-05-251-0/+2
* | Fix default for send_server_notice_to_guestsRichard van der Hoff2018-05-251-1/+1
* | Avoid sending consent notice to guest usersRichard van der Hoff2018-05-251-1/+7
|/
* Support for putting %(consent_uri)s in messagesRichard van der Hoff2018-05-231-4/+7
* Reject attempts to send event before privacy consent is givenRichard van der Hoff2018-05-221-0/+10
* Move consent config parsing into ConsentConfigRichard van der Hoff2018-05-221-1/+15
* Send users a server notice about consentRichard van der Hoff2018-05-221-0/+8
* Rename 'version' param on user consent configRichard van der Hoff2018-05-221-4/+6
* ConsentResource to gather policy consent from usersRichard van der Hoff2018-05-151-0/+42