summary refs log tree commit diff
path: root/CHANGES.md (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-13Move removal warning up changelog v1.25.0 release-v1.25.0Erik Johnston1-9/+9
2021-01-13Link to GH profile and fix tenseErik Johnston1-1/+1
2021-01-13Fix link in changelogErik Johnston1-1/+1
2021-01-13Fixup changelogErik Johnston1-9/+6
2021-01-13 1.25.0Erik Johnston4-4/+16
2021-01-12Announce Python / PostgreSQL deprecation policies (#9085)Dan Callahan2-0/+50
2021-01-12Don't apply the IP range blacklist to proxy connections (#9084)Marcus4-3/+145
2021-01-12Fix failures in Debian packaging (#9079)Dan Callahan3-4/+21
2021-01-06More updates to changes for consistency. v1.25.0rc1Patrick Cloke1-1/+1
2021-01-06A few more tweaks to changes.Patrick Cloke1-2/+2
2021-01-06Some manual tweaks to the changes file.Patrick Cloke1-23/+18
2021-01-061.25.0rc1Patrick Cloke80-79/+92
2021-01-05Fix-up assertions about last stream token in push (#9020)Patrick Cloke5-14/+8
2021-01-04Add type hints to the receipts and user directory handlers. (#8976)Patrick Cloke4-32/+64
2021-01-04Add type hints to the crypto module. (#8999)Patrick Cloke9-113/+158
2021-01-04Add link to Synapse dev room to the relevant README section (#9002)Eric Eastwood2-0/+3
2021-01-03Use the SSO handler helpers for CAS registration/login. (#8856)Patrick Cloke4-39/+199
2020-12-30Fix RoomDirectoryFederationTests and make them actually run (#8998)Andrew Morgan3-21/+19
2020-12-30Check if group IDs are valid before using them. (#8977)Patrick Cloke3-4/+47
2020-12-30Add additional type hints to the storage module. (#8980)Patrick Cloke12-148/+224
2020-12-30Doc/move database setup instructions in install md (#8987)Shashank Sabniveesu2-121/+141
2020-12-29Add type hints to admin and room list handlers. (#8973)Patrick Cloke5-70/+100
2020-12-29Validate input parameters for the sendToDevice API. (#8975)Patrick Cloke2-1/+3
2020-12-29Update the value of group_creation_prefix in sample config. (#8992)Jerin J Titus3-2/+3
2020-12-29Allow redacting events on workers (#8994)Patrick Cloke4-34/+16
2020-12-29Drop the unused local_invites table. (#8979)Patrick Cloke3-1/+19
2020-12-22Support PyJWT v2.0.0. (#8986)Patrick Cloke2-4/+13
2020-12-18Refactor the CAS handler in prep for using the abstracted SSO code. (#8958)Patrick Cloke4-69/+162
2020-12-18Send the location of the web client to the IS when inviting via 3PIDs. (#8930)Patrick Cloke4-0/+34
2020-12-18Allow server admin to get admin bit in rooms where local user is an admin (#8...Erik Johnston5-3/+294
2020-12-18Fix mainline ordering in state res v2 (#8971)Erik Johnston3-2/+58
2020-12-18Implement a username picker for synapse (#8942)Richard van der Hoff14-59/+683
2020-12-18Allow re-using a UI auth validation for a period of time (#8970)Patrick Cloke10-49/+193
2020-12-18Ensure that a URL exists in the content during push. (#8965)Patrick Cloke3-2/+7
2020-12-18