Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-12-18 | Allow server admin to get admin bit in rooms where local user is an admin (#8... | Erik Johnston | 5 | -3/+294 |
2020-12-18 | Fix mainline ordering in state res v2 (#8971) | Erik Johnston | 3 | -2/+58 |
2020-12-18 | Implement a username picker for synapse (#8942) | Richard van der Hoff | 14 | -59/+683 |
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 |
2020-12-18 | Try and drop stale extremities. (#8929) | Erik Johnston | 6 | -18/+523 |
2020-12-17 | Clean up tox.ini (#8963) | Richard van der Hoff | 3 | -19/+34 |
2020-12-17 | Update tests/test_mau.py | Erik Johnston | 1 | -1/+2 |
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 |
2020-12-17 | Correctly handle AS registerations and add test | Erik Johnston | 5 | -9/+77 |
2020-12-17 | Fix a bug that deactivated users appea |