summary refs log tree commit diff
path: root/synapse/api/errors.py (unfollow)
Commit message (Expand)AuthorFilesLines
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-21