| Commit message (Expand) | Author | Files | Lines |
2021-01-07 | Ensure that remote users' device list resyncing always happens on master (#9043) | Erik Johnston | 2 | -4/+14 |
2021-01-07 | Some cleanups to device inbox store. (#9041) | Erik Johnston | 3 | -57/+59 |
2021-01-07 | Fix typo in docs/systemd-with-workers/README.md (#9035) | Emelie | 2 | -1/+2 |
2021-01-07 | Improve the performance of calculating ignored users in large rooms (#9024) | Patrick Cloke | 6 | -34/+304 |
2021-01-07 | tox: Add a -noextras factor (#9030) | Richard van der Hoff | 2 | -2/+7 |
2021-01-07 | Skip unit tests which require optional dependencies (#9031) | Richard van der Hoff | 7 | -13/+90 |
2021-01-07 | Handle updating schema version without any deltas. (#9033) | Erik Johnston | 2 | -7/+11 |
2021-01-06 | Empty iterables should count towards cache usage. (#9028) | Patrick Cloke | 3 | -24/+52 |
2021-01-06 | More updates to changes for consistency. v1.25.0rc1 | Patrick Cloke | 1 | -1/+1 |
2021-01-06 | A few more tweaks to changes. | Patrick Cloke | 1 | -2/+2 |
2021-01-06 | Handle a display name / avatar URL not included in a federation request. (#9023) | Patrick Cloke | 2 | -2/+3 |
2021-01-06 | Some manual tweaks to the changes file. | Patrick Cloke | 1 | -23/+18 |
2021-01-06 | 1.25.0rc1 | Patrick Cloke | 80 | -79/+92 |
2021-01-05 | Fix-up assertions about last stream token in push (#9020) | Patrick Cloke | 5 | -14/+8 |
2021-01-05 | Ignore date-rotated logs (#9018) | Eric Eastwood | 2 | -0/+2 |
2021-01-05 | Add type hints to the logging context code. (#8939) | Patrick Cloke | 4 | -22/+47 |
2021-01-05 | Implement MSC2176: Updated redaction rules (#8984) | Patrick Cloke | 5 | -30/+206 |
2021-01-05 | Add initial support for a "pick your IdP" page (#9017) | Richard van der Hoff | 11 | -3/+194 |
2021-01-04 | Combine the SSO Redirect Servlets (#9015) | Richard van der Hoff | 8 | -113/+174 |
2021-01-04 | Add type hints to the receipts and user directory handlers. (#8976) | Patrick Cloke | 4 | -32/+64 |
2021-01-04 | Add type hints to the crypto module. (#8999) | Patrick Cloke | 9 | -113/+158 |
2021-01-04 | Add link to Synapse dev room to the relevant README section (#9002) | Eric Eastwood | 2 | -0/+3 |
2021-01-03 | Use the SSO handler helpers for CAS registration/login. (#8856) | Patrick Cloke | 4 | -39/+199 |
2020-12-30 | Fix RoomDirectoryFederationTests and make them actually run (#8998) | Andrew Morgan | 3 | -21/+19 |
2020-12-30 | Check if group IDs are valid before using them. (#8977) | Patrick Cloke | 3 | -4/+47 |
2020-12-30 | Add additional type hints to the storage module. (#8980) | Patrick Cloke | 12 | -148/+224 |
2020-12-30 | Doc/move database setup instructions in install md (#8987) | Shashank Sabniveesu | 2 | -121/+141 |
2020-12-29 | Add type hints to admin and room list handlers. (#8973) | Patrick Cloke | 5 | -70/+100 |
2020-12-29 | Validate input parameters for the sendToDevice API. (#8975) | Patrick Cloke | 2 | -1/+3 |
2020-12-29 | Update the value of group_creation_prefix in sample config. (#8992) | Jerin J Titus | 3 | -2/+3 |
2020-12-29 | Allow redacting events on workers (#8994) | Patrick Cloke | 4 | -34/+16 |
2020-12-29 | Drop the unused local_invites table. (#8979) | Patrick Cloke | 3 | -1/+19 |
2020-12-22 | Support PyJWT v2.0.0. (#8986) | Patrick Cloke | 2 | -4/+13 |
2020-12-18 | Refactor the CAS handler in prep for using the abstracted SSO code. (#8958) | Patrick Cloke | 4 | -69/+162 |
2020-12-18 | Send the location of the web client to the IS when inviting via 3PIDs. (#8930) | Patrick Cloke | 4 | -0/+34 |
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) | Richa |