- Nov 19, 2018
-
-
Amber Brown authored
-
- Nov 14, 2018
-
-
Richard van der Hoff authored
Fix an internal server error when viewing the public privacy policy
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
David Baker authored
Make e2e backup versions numeric in the DB
- Nov 09, 2018
-
-
David Baker authored
-
Erik Johnston authored
Drop incoming events from federation for unknown rooms
-
Erik Johnston authored
-
David Baker authored
-
David Baker authored
-
Erik Johnston authored
-
Richard van der Hoff authored
Co-Authored-By:
erikjohnston <erikj@jki.re>
-
Richard van der Hoff authored
Co-Authored-By:
erikjohnston <erikj@jki.re>
-
David Baker authored
-
Brendan Abolivier authored
Add a Content-Type header on POST requests to the federation client script
-
Brendan Abolivier authored
-
- Nov 08, 2018
-
-
Erik Johnston authored
Fix noop checks when updating device keys
-
Erik Johnston authored
-
Richard van der Hoff authored
Fix encoding error for consent form on python3
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Clients often reupload their device keys (for some reason) so its important for the server to check for no-ops before sending out device list update notifications. The check is broken in python 3 due to the fact comparing bytes and unicode always fails, and that we write bytes to the DB but get unicode when we read.
-
Erik Johnston authored
When we receive events over federation we will need to know the room version to be able to correctly handle them, e.g. once we start changing event formats. Currently, we attempt to handle events in unknown rooms.
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
hera authored
The form was rendering this as "b'01234....'". -- richvdh
-
- Nov 07, 2018
-
-
Amber Brown authored
* port hash_password * changelog
-
Amber Brown authored
-
Richard van der Hoff authored
add purge_history.sh and purge_remote_media.sh scripts
-
rubo77 authored
Signed-off-by:
Ruben Barkow <github@r.z11.de>
-
- Nov 06, 2018
-
-
Amber Brown authored
-
Travis Ralston authored
So people can still collect consent the old way if they want to.
-
- Nov 05, 2018
-
-
Hubert Chathi authored
fixes #4056
-
Amber Brown authored
-
Amber Brown authored
-
Erik Johnston authored
* Add helpers for getting prev and auth events This is in preparation for allowing the event format to change between room versions.
-
- Nov 02, 2018
-
-
Amber Brown authored
-