- May 23, 2018
-
-
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
-
- 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
-
Erik Johnston authored
-
Erik Johnston authored
-
- May 21, 2018
-
-
Richard van der Hoff authored
Stop the transaction cache caching failures
-
Neil Johnson authored
Tighter filtering for user_daily_visits
-
Richard van der Hoff authored
ONE DAY I WILL PURGE THE WORLD OF THIS EVIL
-
Richard van der Hoff authored
The transaction cache has some code which tries to stop it caching failures, but if the callback function failed straight away, then things would happen backwards and we'd end up with the failure stuck in the cache.
-
Michael Kaye authored
Add lxml to docker image for web previews
-
Erik Johnston authored
This tracks CPU and DB usage while requests are in flight, rather than when we write the response.
-
- May 18, 2018
-
-
Neil Johnson authored
-
Neil Johnson authored
fix psql compatability bug
-
Neil Johnson authored
-
Paul Tötterman authored
Signed-off-by:
Paul Tötterman <paul.totterman@iki.fi>
-
Neil Johnson authored
-