- May 23, 2018
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Support for putting %(consent_uri)s in messages
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Make it possible to put the URI in the error message and the server notice that get sent by the server
-
Richard van der Hoff authored
Block attempts to send server notices to remote users
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Neil Johnson authored
-
Richard van der Hoff authored
-
- May 22, 2018
-
-
Erik Johnston authored
Don't support limitless pagination
-
Erik Johnston authored
-
Erik Johnston authored
The pagination storage function supported not specifiying a limit on the number of events returned. This was triggered when using the search or context API with a limit of zero, which the storage function took to mean not being limited.
-
hera authored
-
Richard van der Hoff authored
-
David Baker authored
-
Richard van der Hoff authored
Add a 'has_consented' template var to consent forms
-
Richard van der Hoff authored
Fix dependency on jinja2
-
Richard van der Hoff authored
fixes #3260
-
Richard van der Hoff authored
... to reduce the risk of somebody introducing an html injection attack...
-
Richard van der Hoff authored
Delay the import of ConsentResource, so that we can get away without jinja2 if people don't have the consent resource enabled. Fixes #3259
-
Richard van der Hoff authored
Reject attempts to send event before privacy consent is given
-
Richard van der Hoff authored
Returns an M_CONSENT_NOT_GIVEN error (cf https://github.com/matrix-org/matrix-doc/issues/1252) if consent is not yet given.
-
Richard van der Hoff authored
Send users a server notice about consent
-
Richard van der Hoff authored
... and have the sync endpoints call it directly rather than obsure indirection via PresenceHandler
-
Richard van der Hoff authored
turns out we need to reuse this, so it's better in the config class.
-
Richard van der Hoff authored
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.
-
Richard van der Hoff authored
we're going to use it for the version we require too.
-
Erik Johnston authored
Fix logcontext resource usage tracking
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Add in flight request metrics
-