summary refs log tree commit diff
path: root/synapse/api/errors.py (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-01Strip "join_authorised_via_users_server" from join events which do not need i...Patrick Cloke11-25/+46
2021-09-30 1.44.0rc2 v1.44.0rc2Olivier Wilkinson (reivilibre)6-4/+23
2021-09-30Fix event context for outliers in important MSC2716 spot (#10938)Eric Eastwood2-9/+5
2021-09-30Fix issue causing sending presence to ASes to fail (due to incomplete type an...reivilibre2-1/+4
2021-09-29Update installation instructions (#10919)Richard van der Hoff3-164/+167
2021-09-29Bump the date because the release ran over v1.44.0rc1Olivier Wilkinson (reivilibre)1-1/+1
2021-09-29Indicate when bugs were introduced and tidy upOlivier Wilkinson (reivilibre)1-12/+12
2021-09-29Tweak changelogOlivier Wilkinson (reivilibre)1-3/+3
2021-09-28Add #10932 to releaseErik Johnston1-1/+0
2021-09-28Fix exception responding to request that has been closed (#10932)Erik Johnston2-3/+12
2021-09-28Fixup changelogErik Johnston1-2/+2
2021-09-28Fixup changelogErik Johnston1-2/+2
2021-09-28 1.44.0rc1Erik Johnston61-60/+79
2021-09-28Fix debian package builds. (#10931)Erik Johnston2-2/+4
2021-09-28Encode JSON responses on a thread in C, mk2 (#10905)Erik Johnston4-18/+76
2021-09-27Sign the git tag in release script (#10925)Erik Johnston2-1/+2
2021-09-27Avoid storing URL cache files in storage providers (#10911)Sean Quah6-6/+154
2021-09-27Fix race conditions when creating media store and config directories (#10913)Sean Quah4-13/+6
2021-09-24Document changes to schema version 61 - 64 (#10917)Eric Eastwood2-0/+12
2021-09-24Add a spamchecker callback to allow or deny room creation based on invites (#...Brendan Abolivier5-6/+199
2021-09-24Update postgresql testing script (#10906)David Robertson7-19/+92
2021-09-24Stop trying to auth/persist events whose auth events we do not have. (#10907)Richard van der Hoff2-8/+17
2021-09-24Use direct references for configuration variables (part 5). (#10897)Patrick Cloke48-113/+128
2021-09-24Factor out common code for persisting fetched auth events (#10896)Richard van der Hoff4-58/+55
2021-09-24Simplify `_auth_and_persist_fetched_events` (#10901)Richard van der Hoff2-69/+23
2021-09-24Add reactor to `SynapseRequest` and fix up types. (#10868)Erik Johnston24-82/+123
2021-09-24Fix AuthBlocking check when requester is appservice (#10881)Jason Robinson3-1/+64
2021-09-24Improve typing in user_directory files (#10891)David Robertson4-37/+95
2021-09-24In `_purge_history_txn`, ensure that txn.fetchall has elements before accessi...Kokokokoka2-9/+14
2021-09-23Allow `.` and `~` chars in registration tokens (#10887)Callum Brown3-4/+7
2021-09-23Factor out `_get_remote_auth_chain_for_event` from `_update_auth_events_and_c...Richard van der Hoff2-52/+73
2021-09-23Use direct references for configuration variables (part 4). (#10893)Patrick Cloke32-64/+77
2021-09-23Break down cache expiry reasons in grafana (#10880)David Robertson2-2/+3
2021-09-23Fix reactivated users not being added to the user directory (#10782)David Robertson3-4/+48
2021-09-23Use direct references for some configuration variables (part 3) (#10885)Patrick Cloke32-119/+137
2021-09-23Remove unnecessary parentheses around tuples returned from methods (#10889)Andrew Morgan22-32/+33
2021-09-22Factor out a separate `EventContext.for_outlier` (#10883)Richard van der Hoff5-44/+21
2021-09-22Treat "\u0000" as "\u0020" for the purposes of message search (message indexi...Hillery Shay3-9/+100
2021-09-22Fix invalidating OTK count cache after claim (#10875)Tulir Asokan2-0/+5
2021-09-22Ensure we mark sent knocks as outliers (#10873)Richard van der Hoff2-0/+8
2021-09-22Include more information in oEmbed previews. (#10819)Patrick Cloke4-14/+68
2021-09-22Fix /initialSync error due to unhashable `RoomStreamToken` (#10827)Sean Quah3-6/+19
2021-09-22Add documentation for experimental feature flags. (#10865)Patrick Cloke3-0/+39
2021-09-22Opt out of cache expiry for `get_users_who_share_room_with_user` (#10826)David Robertson5-6/+30
2021-09-22Extend ModuleApi with the methods we'll need to reject spam based on …IP - ...David Teller4-8/+174
2021-09-22Include outlier status in `str(event)` for V2/V3 events (#10879)Richard van der Hoff2-22/+13
2021-09-22Track why we're evicting from caches (#10829)David Robertson4-15/+31
2021-09-21Rename MSC2716 things from `chunk` to `batch` to match `/batch_send` endpoint...Eric Eastwood13-117/+162
2021-09-21Add type hints for event streams. (#10856)Patrick Cloke18-60/+169
2021-09-21Add types to http.site (#10867)Erik Johnston2-18/+23
2021-09-21Clear our destination directories before copying files to GitHub pages. (#10869)Patrick Cloke2-1/+1
2021-09-21Refactor oEmbed previews (#10814)Patrick Cloke5-220/+299
2021-09-21Test that state events sent by modules correctly end up in the room's state (...Brendan Abolivier2-0/+85
2021-09-21Allow Synapse Admin API's Room Search to accept non-ASCII characters (#10859)Hillery Shay3-1/+29
2021-09-21Rename `/batch_send` query parameter from `?prev_event` to more obvious usage...Eric Eastwood2-7/+10
2021-09-21Always add local users to the user directory (#10796)David Robertson9-55/+54
2021-09-21Fix typo again v1.43.0David Robertson1-1/+1
2021-09-21Specify MSC name; fix typoDavid Robertson1-3/+3
2021-09-21Point to upgrade notesDavid Robertson1-0/+2
2021-09-21Move deprecation notice from 1.43 rc to releaseDavid Robertson1-3/+2
2021-09-21 1.43.0David Robertson3-1/+13
2021-09-21Allow sending a membership event to unban a user (#10807)Aaron Raimist4-2/+99
2021-09-20GHA: reintroduce an env var for `$GITHUB_HEAD_REF` (#10659)David Robertson2-0/+2
2021-09-20Require type hints in the handlers module. (#10831)Patrick Cloke35-295/+194
2021-09-20Fix remove_stale_pushers job on SQLite. (#10843)reivilibre9-23/+27
2021-09-17Fix #10837 by adding JSON encoding/d