summary refs log tree commit diff
path: root/synapse/rest/consent (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add config variables for enabling terms auth and the policy name (#4142)Travis Ralston2018-11-061-1/+1
* Tests for user consent resource (#4140)Amber Brown2018-11-061-1/+1
* Fix logic error that prevented guests from seeing the privacy policyTravis Ralston2018-11-011-1/+1
* Rely on the lack of ?u to represent public accessTravis Ralston2018-10-121-8/+4
* Use a flag rather than a new route for the public policyTravis Ralston2018-10-031-14/+22
* fix another consent encoding failRichard van der Hoff2018-08-211-1/+1
* Fix 500 error from /consent formRichard van der Hoff2018-08-211-2/+11
* run isortAmber Brown2018-07-091-7/+5
* Add a 'has_consented' template var to consent formsRichard van der Hoff2018-05-221-3/+14
* Enable auto-escaping for the consent templatesRichard van der Hoff2018-05-221-1/+4
* Move consent config parsing into ConsentConfigRichard van der Hoff2018-05-221-5/+3
* Rename 'version' param on user consent configRichard van der Hoff2018-05-221-1/+1
* ConsentResource to gather policy consent from usersRichard van der Hoff2018-05-152-0/+210