summary refs log tree commit diff
path: root/synapse/config/consent_config.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename handler and config modules which end in handler/config. (#9816)Patrick Cloke2021-04-201-119/+0
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Clean-up the template loading code. (#9200)Patrick Cloke2021-01-271-1/+1
* Convert additional templates to Jinja (#8444)Patrick Cloke2020-10-021-0/+2
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-1/+1
* Add config linting script that checks for bool casing (#6203)Andrew Morgan2019-10-231-2/+2
* Refactor HomeserverConfig so it can be typechecked (#6137)Amber Brown2019-10-101-0/+3
* Fix up some typechecking (#6150)Amber Brown2019-10-021-2/+2
* Don't load the generated config as the default.Richard van der Hoff2019-06-241-1/+1
* Pass config_dir_path and data_dir_path into Config.read_config. (#5522)Richard van der Hoff2019-06-241-1/+1
* Run Black. (#5482)Amber Brown2019-06-201-15/+12
* Attempt to make default config more consistentRichard van der Hoff2019-02-191-14/+14
* Check consent dir path on startupAndrew Morgan2019-01-291-1/+13
* Add config variables for enabling terms auth and the policy name (#4142)Travis Ralston2018-11-061-0/+18
* 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