summary refs log tree commit diff
path: root/tests/util/test_linearizer.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Fix noop checks when updating device keysErik Johnston1-0/+5
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.
2018-11-08Port hash_password to Python 3 (#4161)Amber Brown3-8/+36
* port hash_password * changelog
2018-11-08Fix URL preview bugs (type error when loading cache from db, content-type ↵Amber Brown5-10/+187
including quotes) (#4157)
2018-11-07add purge_history.sh and purge_remote_media.sh scripts to contrib/purge_api/rubo774-0/+212
Signed-off-by: Ruben Barkow <github@r.z11.de>
2018-11-07Remove some boilerplate in tests (#4156)Amber Brown11-216/+162
2018-11-06Add config variables for enabling terms auth and the policy name (#4142)Travis Ralston10-11/+65
So people can still collect consent the old way if they want to.
2018-11-05handle empty backups according to latest spec proposal (#4123)Hubert Chathi4-52/+71
fixes #4056
2018-11-06Tests for user consent resource (#4140)Amber Brown5-6/+140
2018-11-06Add some tests for the HTTP pusher (#4149)Amber Brown2-0/+160
2018-11-06