Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-12-18 | Allow re-using a UI auth validation for a period of time (#8970) | Patrick Cloke | 10 | -49/+193 | |
2020-12-18 | Ensure that a URL exists in the content during push. (#8965) | Patrick Cloke | 3 | -2/+7 | |
This fixes an KeyError exception, after this PR the content is just considered unknown. | |||||
2020-12-18 | Try and drop stale extremities. (#8929) | Erik Johnston | 6 | -18/+523 | |
If we see stale extremities while persisting events, and notice that they don't change the result of state resolution, we drop them. | |||||
2020-12-17 | Clean up tox.ini (#8963) | Richard van der Hoff | 3 | -19/+34 | |
... and disable coverage tracking for mypy and friends. | |||||
2020-12-17 | Update tests/test_mau.py | Erik Johnston | 1 | -1/+2 | |
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | |||||
2020-12-17 | Fix `UsersListTestCase` (#8964) | Richard van der Hoff | 2 | -6/+5 | |
2020-12-17 | Use the simple dictionary in full text search for the user directory (#8959) | Brendan Abolivier | 3 | -12/+36 | |
* Use the simple dictionary in fts for the user directory * Clarify naming | |||||
2020-12-17 | Correctly handle AS registerations and add test | Erik Johnston | 5 | -9/+77 | |
2020-12-17 | Fix a bug that deactivated users appear in the directory (#8933) | Dirk Klimpel | 4 | -4/+95 | |
Fixes a bug that deactivated users appear in the directory when their profile information was updated. To change profile information of deactivated users is neccesary for example you will remove displayname or avatar. But they should not appear in |