summary refs log tree commit diff
path: root/synapse/server_notices/consent_server_notices.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* run isortAmber Brown2018-07-091-1/+2
|
* Avoid sending consent notice to guest usersRichard van der Hoff2018-05-251-0/+5
| | | | we think it makes sense not to send the notices to guest users.
* Support for putting %(consent_uri)s in messagesRichard van der Hoff2018-05-231-2/+39
| | | | | Make it possible to put the URI in the error message and the server notice that get sent by the server
* Move consent config parsing into ConsentConfigRichard van der Hoff2018-05-221-8/+2
| | | | turns out we need to reuse this, so it's better in the config class.
* Send users a server notice about consentRichard van der Hoff2018-05-221-0/+101
When a user first syncs, we will send them a server notice asking them to consent to the privacy policy if they have not already done so.