Commit Graph

17503 Commits (a5370072b53e7ea3ebbd9404ee4133508c2d55b2)
 

Author SHA1 Message Date
Erik Johnston eba98fb024
Add functions to `MultiWriterIdGen` used by events stream (#8164) 4 years ago
Patrick Cloke 5099bd68da
Do not allow send_nonmember_event to be called with shadow-banned users. (#8158) 4 years ago
Brendan Abolivier 6e1c64a668 Synapse 1.19.1rc1 (2020-08-25) 4 years ago
Brendan Abolivier 0a4e541dc5
Changelog fixes 4 years ago
Brendan Abolivier b79d69796c 1.19.1rc1 4 years ago
Erik Johnston 2231dffee6
Make StreamIdGen `get_next` and `get_next_mult` async (#8161) 4 years ago
Andrew Morgan 74bf8d4d06
Wording fixes to 'name' user admin api filter (#8163) 4 years ago
Andrew Morgan 79ac619403 Fix missing double-backtick in RST document 4 years ago
Manuel Stahl 97962ad17b
Search in columns 'name' and 'displayname' in the admin users endpoint (#7377) 4 years ago
Patrick Cloke 5758dcf30c
Add type hints for state. (#8140) 4 years ago
Patrick Cloke cbd8d83da7
Stop shadow-banned users from sending non-member events. (#8142) 4 years ago
Brendan Abolivier 420484a334
Allow capping a room's retention policy (#8104) 4 years ago
Christopher May-Townsend 64e8a4697a
Add healthcheck for default localhost 8008 port on /health endpoint. (#8147) 4 years ago
Patrick Cloke 3f8f96be00
Fix flaky shadow-ban tests. (#8152) 4 years ago
Brendan Abolivier 393a811a41
Fix join ratelimiter breaking profile updates and idempotency (#8153) 4 years ago
Will Hunt 2df82ae451
Do not apply ratelimiting on joins to appservices (#8139) 4 years ago
Brendan Abolivier 3f49f74610
Don't fail /submit_token requests on incorrect session ID if request_token_inhibit_3pid_errors is turned on (#7991) 4 years ago
Will Hunt cbbf9126cb
Do not apply ratelimiting on joins to appservices (#8139) 4 years ago
Richard van der Hoff 09fd0eda81
Micro-optimisations to get_auth_chain_ids (#8132) 4 years ago
Patrick Cloke 3f91638da6
Allow denying or shadow banning registrations via the spam checker (#8034) 4 years ago
Patrick Cloke e259d63f73
Stop shadow-banned users from sending invites. (#8095) 4 years ago
Richard van der Hoff 318f4e738e
Be more tolerant of membership events in unknown rooms (#8110) 4 years ago
Patrick Cloke 592cdf73be
Improve the error code when trying to register using a name reserved for guests. (#8135) 4 years ago
Patrick Cloke dbc630a628
Use the JSON encoder without whitespace in more places. (#8124) 4 years ago
Patrick Cloke 5eac0b7e76
Add more types to synapse.storage.database. (#8127) 4 years ago
Patrick Cloke 731dfff347
Ensure a group ID is valid before trying to get rooms for it. (#8129) 4 years ago
Patrick Cloke 76c43f086a
Do not assume calls to runInteraction return Deferreds. (#8133) 4 years ago
Richard van der Hoff 12aebdfa5a
Close the database connection we create during startup (#8131) 4 years ago
Erik Johnston c9c544cda5
Remove `ChainedIdGenerator`. (#8123) 4 years ago
Patrick Cloke f594e434c3
Switch the JSON byte producer from a pull to a push producer. (#8116) 4 years ago
Ryan Cole cfeb37f039
Updated docs: Added note about missing 308 redirect support. (#8120) 4 years ago
Patrick Cloke eebf52be06
Be stricter about JSON that is accepted by Synapse (#8106) 4 years ago
Patrick Cloke d89692ea84
Convert runWithConnection to async. (#8121) 4 years ago
Patrick Cloke d294f0e7e1
Remove the unused inlineCallbacks code-paths in the caching code (#8119) 4 years ago
Erik Johnston 76d21d14a0
Separate `get_current_token` into two. (#8113) 4 years ago
Patrick Cloke f40645e60b
Convert events worker database to async/await. (#8071) 4 years ago
Patrick Cloke acfb7c3b5d
Add a link to the matrix-synapse-rest-password-provider. (#8111) 4 years ago
Patrick Cloke 3c01724b33
Fix the return type of send_nonmember_events. (#8112) 4 years ago
Andrew Morgan 5cf7c12995
Remove : from allowed client_secret chars (#8101) 4 years ago
Patrick Cloke 408aef8276 Rename changelog from bugfix to misc. 4 years ago
Patrick Cloke 2f4d60a5ba
Iteratively encode JSON responses to avoid blocking the reactor. (#8013) 4 years ago
Patrick Cloke 25e55d2598
Return the previous stream token if a non-member event is a duplicate. (#8093) 4 years ago
Andrew Morgan 8b6c176aee
Add resources.consent conditional dependency back (#8107) 4 years ago
Patrick Cloke 050e20e7ca
Convert some of the general database methods to async (#8100) 4 years ago
Andrew Morgan e04e465b4d
Use the default templates when a custom template file cannot be found (#8037) 4 years ago
Olivier Wilkinson (reivilibre) 8390e00c7f Merge branch 'master' into develop 4 years ago
Olivier Wilkinson (reivilibre) 3234d5c305 Changelog changes 4 years ago
Olivier Wilkinson (reivilibre) ea4e4d2f0b 1.19.0 4 years ago
Patrick Cloke ad6190c925
Convert stream database to async/await. (#8074) 4 years ago
Patrick Cloke ac77cdb64e
Add a shadow-banned flag to users. (#8092) 4 years ago