Commit Graph

19637 Commits (82d2168a15741ed4546c12c06d797627469fb684)
 

Author SHA1 Message Date
Erik Johnston 82d2168a15
Add metrics to the threadpools (#11178) 3 years ago
Sean Quah 2451003f6f
Test that `ClientIpStore` combines database and in-memory data correctly (#11179) 3 years ago
JohannesKleine 29ffd680bf
Stop synapse from saving messages in device_inbox for hidden devices. (#10097) 3 years ago
Brendan Abolivier e320f5dba3
Deprecate user_may_create_room_with_invites (#11206) 3 years ago
Dirk Klimpel bfd7a9b65c
Fix comments referencing v1.46.0 from PR #10969. (#11212) 3 years ago
Brendan Abolivier ad4eab9862
Add a module API method to retrieve state from a room (#11204) 3 years ago
Sean Quah 3ed17ff651
Clarify lack of Windows support in documentation (#11198) 3 years ago
Patrick Cloke 56e281bf6c
Additional type hints for relations database class. (#11205) 3 years ago
Rafael Gonçalves 0e16b418f6
Add knock information in admin exported data (#11171) 3 years ago
Shay e002faee01
Fetch verify key locally rather than trying to do so over federation if origin and host are the same. (#11129) 3 years ago
Brendan Abolivier adc0d35b17
Add a ModuleApi method to update a user's membership in a room (#11147) 3 years ago
David Robertson 1bfd141205
Type hints for the remaining two files in `synapse.http`. (#11164) 3 years ago
Skyler Mäntysaari a19bf32a03
docs/openid: Add Authentik documentation. (#11151) 3 years ago
Dan Callahan a1ba7a850a
Update scripts to pass Shellcheck lints (#11166) 3 years ago
Dan Callahan 0dffa9d0e0
Merge remote-tracking branch 'origin/develop' into shellcheck 3 years ago
reivilibre 75ca0a6168
Annotate `log_function` decorator (#10943) 3 years ago
Samuel Philipp 4e393af52f
Fixed config parse bug in review_recent_signups (#11191) 3 years ago
Patrick Cloke 19d5dc6931
Refactor `Filter` to handle fields according to data being filtered. (#11194) 3 years ago
Dirk Klimpel 8d46fac98e
Delete messages from `device_inbox` table when deleting device (#10969) 3 years ago
Patrick Cloke a930da3291
Include the stable identifier for MSC3288. (#11187) 3 years ago
Erik Johnston 179dc8ae9e Merge remote-tracking branch 'origin/release-v1.46' into develop 3 years ago
Erik Johnston e0ef8fe58d Update release date 3 years ago
Erik Johnston b615fc35d6 Update changelog with new changes 3 years ago
Sean Quah f3a4be8700
Shut down the DNS threadpool (#11190) 3 years ago
Erik Johnston 72626b78ef
Fix thread BG update to not seq scan event_json (#11192) 3 years ago
Sean Quah 2dbef6c10a Update CHANGES.md 3 years ago
Sean Quah 60ad9460c4
Move #10975 to bugfix section in changelog 3 years ago
Sean Quah 400f391f71
Update CHANGES.md 3 years ago
Brendan Abolivier c7a5e49664
Implement an `on_new_event` callback (#11126) 3 years ago
Sean Quah 34b0222c2b
Update CHANGES.md 3 years ago
Sean Quah cc75a6b1b2 1.46.0rc1 3 years ago
Erik Johnston 7004f43da1
Move DNS lookups into separate thread pool (#11177) 3 years ago
Patrick Cloke d52c58dfa3
Add a background update for updating MSC3440 relation threads. (#11181) 3 years ago
Brendan Abolivier 8c8e36af0d
Document the version each module API method was added to Synapse (#11183) 3 years ago
Jason Robinson 63cbdd8af0
Enable changing user type via users admin API (#11174) 3 years ago
Brendan Abolivier c1510c97b5
Fix cyclic import in the module API (#11180) 3 years ago
AndrewFerr 4387b791e0
Don't set new room alias before potential 403 (#10930) 3 years ago
Richard van der Hoff da957a60e8
Ensure that we correctly auth events returned by `send_join` (#11012) 3 years ago
Sean Quah 85a09f8b8b
Fix module API's `get_user_ip_and_agents` function when run on workers (#11112) 3 years ago
Dan Callahan 1afc6ecae1
Changelog 3 years ago
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