summary refs log tree commit diff
path: root/synapse/rest/consent (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update license headersPatrick Cloke2023-11-211-10/+16
* Refactor `get_user_by_id` (#16316)Erik Johnston2023-09-141-1/+1
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
* Use direct references for configuration variables (part 4). (#10893)Patrick Cloke2021-09-231-2/+2
* Use direct references for some configuration variables (part 3) (#10885)Patrick Cloke2021-09-231-4/+5
* Add missing type hints to non-client REST servlets. (#10817)Patrick Cloke2021-09-151-22/+17
* Add a return type to parse_string. (#10438)Patrick Cloke2021-07-211-1/+1
* Use inline type hints in `handlers/` and `rest/`. (#10382)Jonathan de Jong2021-07-161-2/+2
* Correct type hints for parse_string(s)_from_args. (#10137)Patrick Cloke2021-06-081-3/+6
* Remove various bits of compatibility code for Python <3.6 (#9879)Andrew Morgan2021-04-271-9/+1
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Replace username picker with a template (#9275)Richard van der Hoff2021-02-011-0/+1
* Remove unnecessary maybeDeferred calls (#8044)Patrick Cloke2020-08-071-3/+1
* Merge different Resource implementation classes (#7732)Erik Johnston2020-07-031-8/+2
* Merge branch 'master' into developPatrick Cloke2020-07-021-7/+3
|\
| * Ensure that HTML pages served from Synapse include headers to avoid embedding.Patrick Cloke2020-07-021-7/+3
* | Replace all remaining six usage with native Python 3 equivalents (#7704)Dagfinn Ilmari Mannsåker2020-06-161-3/+2
|/
* fix async/await consentresource (#5585)Amber Brown2019-07-011-1/+3
* Make the http server handle coroutine-making REST servlets (#5475)Amber Brown2019-06-291-23/+12
* Run Black. (#5482)Amber Brown2019-06-201-12/+16
* Fix registration on workers (#4682)Erik Johnston2019-02-201-1/+1
* Check consent dir path on startupAndrew Morgan2019-01-291-10/+1
* Neilj/fix autojoin (#4223)Neil Johnson2018-11-281-0/+2
* Add a test for the public T&Cs formRichard van der Hoff2018-11-141-1/+1
* Fix an internal server error when viewing the public privacy policyRichard van der Hoff2018-11-141-4/+7
* Fix encoding error for consent form on python3hera2018-11-081-1/+3
* 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