Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-11-08 | Drop PDUs of unknown rooms | Erik Johnston | 1 | -1/+23 | |
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. | |||||
2018-11-08 | Port hash_password to Python 3 (#4161) | Amber Brown | 3 | -8/+36 | |
* port hash_password * changelog | |||||
2018-11-08 | Fix URL preview bugs (type error when loading cache from db, content-type ↵ | Amber Brown | 5 | -10/+187 | |
including quotes) (#4157) | |||||
2018-11-07 | add purge_history.sh and purge_remote_media.sh scripts to contrib/purge_api/ | rubo77 | 4 | -0/+212 | |
Signed-off-by: Ruben Barkow <github@r.z11.de> | |||||
2018-11-07 | Remove some boilerplate in tests (#4156) | Amber Brown | 11 | -216/+162 | |
2018-11-06 | Add config variables for enabling terms auth and the policy name (#4142) | Travis Ralston | 10 | -11/+65 | |
So people can still collect consent the old way if they want to. | |||||
2018-11-05 | handle empty backups according to latest spec proposal (#4123) | Hubert Chathi | 4 | -52/+71 | |
fixes #4056 | |||||
2018-11-06 | Tests for user consent resource (#4140) | Amber Brown | 5 | -6/+140 | |
2018-11-06 | Add some tests for the HTTP pusher (#4149) | Amber Brown | 2 | -0/+160 | |
2018-11-06 | Add helpers for getting prev and auth events (#4139) | Erik Johnston | 10 | -45/ |