summary refs log tree commit diff
path: root/LICENSE (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-22Add type hints for most `HomeServer` parameters (#11095)Sean Quah58-143/+342
2021-10-22Fix synapse.config module "read" command (#11145)Jason Robinson5-68/+138
2021-10-22Add more information what happens when a user is deactivated (#11083)Dirk Klimpel2-0/+11
2021-10-21Add a thread relation type per MSC3440. (#11088)Patrick Cloke8-8/+119
2021-10-21Fix adding excluded users to the private room sharing tables when joining a r...David Robertson3-29/+67
2021-10-21Improve docstrings for methods related to sending EDUs to application service...Andrew Morgan7-23/+148
2021-10-21Add missing type hints to synapse.crypto. (#11146)Patrick Cloke5-18/+36
2021-10-21fix relative link in docker readme (#11144)Richard van der Hoff2-1/+3
2021-10-21Fix setting a user's external_id via the admin API returns 500 and deletes us...Dirk Klimpel4-37/+321
2021-10-20Update `sign_json` to support inline key config (#11139)Richard van der Hoff2-7/+26
2021-10-20Consider IP whitelist for identity server resolution (#11120)Robert Edström2-1/+4
2021-10-20Clean up `_update_auth_events_and_context_for_auth` (#11122)Richard van der Hoff2-114/+38
2021-10-20Show error when timestamp in seconds is provided to the /purge_media_cache AP...Aaron R4-13/+133
2021-10-20Remove false warning about copying the log config to a homeserver.yaml (#11092)Travis Ralston2-6/+7
2021-10-20Document the version of Synapse each module callback was introduced in (#11132)Brendan Abolivier6-0/+45
2021-10-20Remove link to #10947 from changelog v1.45.1Sean Quah1-1/+1
2021-10-201.45.1Sean Quah4-2/+16
2021-10-20Revert change to counting of deactivated users towards the monthly active use...Sean Quah4-62/+4
2021-10-19Add missing type hints to event fetching. (#11121)Patrick Cloke2-61/+82
2021-10-19Fix instances of [example]{.title-ref} in the upgrade notes (#11118)Andrew Morgan2-27/+28
2021-10-19Be less inconsistent about v1.2.3 versus 1.2.3 v1.45.0David Robertson1-5/+5
2021-10-19Duplicate known issues under 1.45 releaseDavid Robertson1-0/+7
2021-10-191.45.0David Robertson4-2/+18
2021-10-19Reword changelog regarding a suspected regression (#11117)Dan Callahan2-3/+15
2021-10-19Move _persist_auth_tree into FederationEventHandler (#11115)Richard van der Hoff3-125/+120
2021-10-19Rename `_auth_and_persist_fetched_events` (#11116)Richard van der Hoff2-14/+10
2021-10-19Include rejected status when we log events. (#11008)Richard van der Hoff2-6/+11
2021-10-18Add missing type hints to synapse.api. (#11109)Patrick Cloke10-99/+84
2021-10-18Check auth on received events' auth_events (#11001)Richard van der Hoff2-2/+98
2021-10-18Check *all* auth events for room id and rejection (#11009)Richard van der Hoff8-85/+122
2021-10-18Document Synapse's behaviour when dealing with multiple modules (#11096)Brendan Abolivier8-8/+154
2021-10-18`_run_push_actions_and_persist_event`: handle no min_depth (#11014)Richard van der Hoff3-11/+20
2021-10-18Fix broken export-data admin command and add a test for it to CI (#11078)Hillery Shay4-8/+93
2021-10-18Don't remove local users from dir when the leave their last room (#11103)David Robertson3-5/+59
2021-10-15Correctly exclude users when making a room public or private (#11075)David Robertson4-83/+148
2021-10-15Move experimental & retention config out of the server module. (#11070)Patrick Cloke10-255/+290
2021-10-15Fix logging context warnings when losing replication connection (#10984)Sean Quah3-10/+27
2021-10-15Update doc of the allowed characters for registration tokens (#11093)Dirk Klimpel2-1/+2
2021-10-14Fix 500 error on `/messages` when we accumulate more than 5 backward extremit...Eric Eastwood4-12/+79
2021-10-14Ensure each charset is attempted only once during media preview. (#11089)Patrick Cloke3-14/+64
2021-10-14Attempt different character encodings when previewing a URL. (#11077)Patrick Cloke3-67/+80
2021-10-14Fix-up some type hints in the relations tests. (#11076)Patrick Cloke5-51/+64
2021-10-14Add a test for a workaround concerning the behaviour of third-party rule modu...reivilibre2-6/+51
2021-10-14it appeared in 1.44, not 45rc1 v1.45.0rc2David Robertson1-1/+1
2021-10-14mentioned -> which appearedDavid Robertson1-1/+1
2021-10-14Refer to the bugs mentioned in 1.45.0rc1 noteDavid Robertson1-0/+2
2021-10-141.45.0rc2David Robertson10-9/+28
2021-10-13Resolve and share `state_groups` for all historical events in batch (MSC2716)...Eric Eastwood8-47/+114
2021-10-13Fix upgrade dead links (#11069)David Robertson2-4/+5
2021-10-13Rearrange the user_directory's `_handle_deltas` function (#11035)David Robertson2-57/+79
2021-10-13Remove dead code from `MediaFilePaths` (#11056)Sean Quah2-17/+1
2021-10-13Add type hints to synapse.events.*. (#11066)Patrick Cloke11-145/+208
2021-10-13Port the Password Auth Providers module interface to the new generic interfac...Azrenbeth13-225/+790
2021-10-13Be more lenient when parsing the version for oEmbed responses. (#11065)Patrick Cloke5-8/+60
2021-10-13Stop user directory from failing if it encounters users not in the `users` ta...David Robertson13-93/+921
2021-10-13Mark Module API error imports as re-exported and mark Synapse as containing t...reivilibre4-2/+11
2021-10-12Always dump logs from trial during CI. (#11068)Patrick Cloke3-0/+9
2021-10-12Simplify the user admin API tests (#11048)Dirk Klimpel2-255/+147
2021-10-12Add support for ubuntu 21.10 "Impish Indri" (#11024)Hillery Shay2-0/+2
2021-10-12Add tests for `MediaFilePaths` (#11057)Sean Quah3-0/+240
2021-10-12Update `_wrap_in_base_path` type hints to preserve function arguments (#11055)Sean Quah2-3/+7
2021-10-12Fix formatting string when oEmbed errors occur. (#11061)Patrick Cloke2-1/+2
2021-10-12Fix race in `MultiWriterIdGenerator` (#11045)Erik Johnston2-15/+68
2021-10-12Reset global cache state before cache tests. (#11036)Patrick Cloke2-13/+12
2021-10-12Add type hints to `synapse.storage.databases.main.client_ips` (#10972)Sean Quah5-45/+121
2021-10-12Fixup changelog v1.45.0rc1Brendan Abolivier1-2/+2
2021-10-12TypoBrendan Abolivier1-1/+1
2021-10-12Add a link to the upgrade notesBrendan Abolivier1-0/+2
2021-10-12Fix inconsistent behavior of `get_last_client_by_ip` (#10970)Sean Quah3-4/+53
2021-10-12Update upgrade notesBrendan Abolivier1-0/+9
2021-10-12Fix opentracing and Prometheus metrics for replication requests (#10996)Sean Quah3-76/+87
2021-10-12Add warning about known issuesBrendan Abolivier1-0/+2
2021-10-12Fixup changelogBrendan Abolivier1-7/+7
2021-10-121.45.0rc1Brendan Abolivier66-66/+84
2021-10-12Add an approximate difference method to StateFilters (#10825)reivilibre3-3/+683
2021-10-11disallow-untyped-defs for synapse.push (#11023)David Robertson7-10/+28
2021-10-11Include the requirements for [mypy,lint] in [dev] (#11034)reivilibre4-11/+17
2021-10-11Pass through `SynapseError`s that are raised from experimental `check_event_a...reivilibre2-0/+10
2021-10-11Remove unnecessary list comprehension in `synapse_port_db` to fix linting in ...reivilibre2-1/+2
2021-10-11Release script improvements (#10966)reivilibre2-4/+33
2021-10-08Refactor MSC2716 `/batch_send` endpoint into separate handler functions (#10974)Eric Eastwood4-283/+485
2021-10-08Autodiscover oEmbed end