- May 24, 2018
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Allow overriding the server_notices user's avatar
-
- May 23, 2018
-
-
Richard van der Hoff authored
probably should have done this in the first place, like @turt2live suggested.
-
Richard van der Hoff authored
Use the localpart in the consent uri
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Docs on consent bits
-
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
... because it's shorter.
-
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
-