Commit Graph

19747 Commits (84fac0f814f69645ff1ad564ef8294b31203dc95)
 

Author SHA1 Message Date
Dan Callahan d7141e0b8b
Fix Shellcheck SC2006: Use $(...) notation 3 years ago
Dan Callahan b5e910521b
Fix Shellcheck SC2129: Consider using {..} >> file 3 years ago
Dan Callahan 13f084eb58
Fix Shellcheck SC2086: Quote to prevent splitting 3 years ago
Dan Callahan 31096132c3
Fix Shellcheck SC2012: Use find instead of ls 3 years ago
Dan Callahan 9d0f9d51d5
Fix Shellcheck SC2016: Single quotes don't expand 3 years ago
Dan Callahan bab2bc844c
Fix Shellcheck SC1091: Can't follow file 3 years ago
Dan Callahan 7cf83c0aca
Fix Shellcheck SC1001: Meaningless char escapes 3 years ago
Dan Callahan 99e698d6ed
Fix Shellcheck SC2089 and SC2090: Quotes in vars 3 years ago
Dan Callahan dfa6143133
Fix Shellcheck SC2155: Declare + export separately 3 years ago
Dan Callahan 6a9d84a676
Fix Shellcheck SC2166: test -a is not well defined 3 years ago
Dan Callahan 6c736fa472
Fix Shellcheck SC2154: variable possibly undefined 3 years ago
Dan Callahan 898e3be4c9
Fix Shellcheck SC2064: Use single quotes on traps 3 years ago
Dan Callahan 5eb481cd5b
Fix Shellcheck SC2115: Ensure never expands to /* 3 years ago
Dan Callahan 64adbb7b54
Fix Shellcheck SC2046: Quote to prevent word split 3 years ago
Dan Callahan 12d79ff1b6
Fix Shellcheck SC2164: exit in case cd fails. 3 years ago
Sean Quah 2b82ec425f
Add type hints for most `HomeServer` parameters (#11095) 3 years ago
Jason Robinson b9ce53e878
Fix synapse.config module "read" command (#11145) 3 years ago
Dirk Klimpel b0f03aeb6a
Add more information what happens when a user is deactivated (#11083) 3 years ago
Patrick Cloke ba00e20234
Add a thread relation type per MSC3440. (#11088) 3 years ago
David Robertson 2d91b6256e
Fix adding excluded users to the private room sharing tables when joining a room (#11143) 3 years ago
Andrew Morgan 6408372234
Improve docstrings for methods related to sending EDUs to application services (#11138) 3 years ago
Patrick Cloke 0f9adc99ad
Add missing type hints to synapse.crypto. (#11146) 3 years ago
Richard van der Hoff 09eff1b3db
fix relative link in docker readme (#11144) 3 years ago
Dirk Klimpel ef7fe09778
Fix setting a user's external_id via the admin API returns 500 and deletes users existing external mappings if that external ID is already mapped (#11051) 3 years ago
Richard van der Hoff 57501d9194
Update `sign_json` to support inline key config (#11139) 3 years ago
Robert Edström 62db603fa0
Consider IP whitelist for identity server resolution (#11120) 3 years ago
Richard van der Hoff 0930e9ae12
Clean up `_update_auth_events_and_context_for_auth` (#11122) 3 years ago
Aaron R 2c61a318cc
Show error when timestamp in seconds is provided to the /purge_media_cache API (#11101) 3 years ago
Sean Quah ee2cee5f52 Merge branch 'master' into develop 3 years ago
Travis Ralston 106d99b8cd
Remove false warning about copying the log config to a homeserver.yaml (#11092) 3 years ago
Brendan Abolivier 78d5896d19
Document the version of Synapse each module callback was introduced in (#11132) 3 years ago
Sean Quah 9b016a0fb4 Remove link to #10947 from changelog 3 years ago
Sean Quah 522489fbcd 1.45.1 3 years ago
Sean Quah df95d3aec2
Revert change to counting of deactivated users towards the monthly active users limit (#11127) 3 years ago
Patrick Cloke 0dd0c40329
Add missing type hints to event fetching. (#11121) 3 years ago
Andrew Morgan 5e0e683541
Fix instances of [example]{.title-ref} in the upgrade notes (#11118) 3 years ago
David Robertson a6c318735d
Merge branch 'master' into develop 3 years ago
David Robertson 95813ff43c
Be less inconsistent about v1.2.3 versus 1.2.3 3 years ago
David Robertson a21f8c4b41
Duplicate known issues under 1.45 release 3 years ago
David Robertson 8b1185347a
1.45.0 3 years ago
Dan Callahan 191396f4ba
Reword changelog regarding a suspected regression (#11117) 3 years ago
Richard van der Hoff f3efa0036b
Move _persist_auth_tree into FederationEventHandler (#11115) 3 years ago
Richard van der Hoff 0170774b19
Rename `_auth_and_persist_fetched_events` (#11116) 3 years ago
Richard van der Hoff d85bc9a4a7
Include rejected status when we log events. (#11008) 3 years ago
Patrick Cloke 3ab55d43bd
Add missing type hints to synapse.api. (#11109) 3 years ago
Richard van der Hoff cc33d9eee2
Check auth on received events' auth_events (#11001) 3 years ago
Richard van der Hoff a5d2ea3d08
Check *all* auth events for room id and rejection (#11009) 3 years ago
Brendan Abolivier 73743b8ad1
Document Synapse's behaviour when dealing with multiple modules (#11096) 3 years ago
Richard van der Hoff e8f24b6c35
`_run_push_actions_and_persist_event`: handle no min_depth (#11014) 3 years ago
Hillery Shay 7d70582eb0
Fix broken export-data admin command and add a test for it to CI (#11078) 3 years ago