Commit Graph

616 Commits (11f212588559c25c3bb897deb4e8975d61fed9b8)

Author SHA1 Message Date
Richard van der Hoff 0dbfae03f9 Enforce hs_disabled_message correctly 6 years ago
Brendan Abolivier 899e523d6d
Add ratelimiting on login (#4821) 6 years ago
Brendan Abolivier a4c3a361b7
Add rate-limiting on registration (#4735) 6 years ago
Matthew Hodgson ad7ac8853c by default include m.room.encryption on invites (#3902) 6 years ago
Neil Johnson 81b7e7eed3
Update constants.py 6 years ago
Neil Johnson c5a0f82cca define room dispositions for use in exposing room capabilities 6 years ago
Neil Johnson c7837dce24 reflect that rooms v3 is a stable room version 6 years ago
Erik Johnston a1b0e1879b Enable room version v3 6 years ago
Erik Johnston 47e2dd1994 Drop vdh support 6 years ago
Erik Johnston 84af577356 Implement event format v2 6 years ago
Erik Johnston b82a76c384 Finish comment... 6 years ago
Erik Johnston 64c1bd1d21 Remove dead function 6 years ago
Erik Johnston 7709d2bd16 Implement rechecking of redactions 6 years ago
Erik Johnston 7a3ec5b022 Add RoomVersions.V3 constant, without enabling it 6 years ago
Erik Johnston 5180f12bae Replace usage of builder.user_id with builder.sender 6 years ago
Erik Johnston ae2a957dba Pass through room version to event auth 6 years ago
Neil Johnson 893107be78 backout v3 6 years ago
Neil Johnson 53ef4da8c2 track unstable room v3 6 years ago
Richard van der Hoff 8ea509a935
Update synapse/api/filtering.py 6 years ago
Erik Johnston c5a296b10c Add support for persisting event format versions 6 years ago
Neil Johnson d619b113ed Fix None guard in config.server.is_threepid_reserved 6 years ago
Andrew Morgan c433f61091 Ensure new filter is actually created 6 years ago
Andrew Morgan c9bfb058d8 Fix a bug with single-room search searching all rooms 6 years ago
Andrew Morgan 702c4b750c Migrate encryption state on room upgrade (#4411) 6 years ago
Andrew Morgan df3a661e4a Search for messages across predecessor rooms 6 years ago
Neil Johnson 9ec56d6935 ALL_USER_TYPES should be a tuple 6 years ago
Erik Johnston 4a4d2e17bc Add /v2/invite federation API 6 years ago
Erik Johnston bb63e7ca4f Add groundwork for new versions of federation APIs 6 years ago
Richard van der Hoff 566947ff34 Skip macaroon check for access tokens in the db 6 years ago
Erik Johnston b970cb0e96 Refactor request sending to have better excpetions (#4358) 6 years ago
Michael Telatynski a27e501b09 fix the check for whether `is_url` to match all the other ones in codebase (#3405) 6 years ago
Erik Johnston df89f8afb8 Add v2 room version 6 years ago
Neil Johnson d2f7c4e6b1
create support user (#4141) 6 years ago
Travis Ralston 1737753a62 Add an option to enable recording IPs for appservice users (#3831) 6 years ago
Erik Johnston b3dd6fa981 Add STATE_V2_TEST room version 6 years ago
Amber Brown f79f454485
Remove deprecated v1 key exchange endpoint (#4119) 6 years ago
Richard van der Hoff 0f7d1c9906 Basic initial support for room upgrades 6 years ago
Richard van der Hoff 7e07d25ed6 Allow backslashes in event field filters 6 years ago
David Baker 83e72bb2f0 PR feedback pt. 1 6 years ago
David Baker b8d9e108be Fix mergefail 6 years ago
Travis Ralston fd99787162 Incorporate Dave's work for GDPR login flows 6 years ago
Amber Brown 6e05fd032c
Fix userconsent on Python 3 (#3938) 6 years ago
Schnuffle dc5db01ff2 Replaced all occurences of e.message with str(e) 6 years ago
Hubert Chathi 3801b8aa03 try to make flake8 and isort happy 6 years ago
Richard van der Hoff 87c18d12ee Implement 'event_format' filter param in /sync 6 years ago
Neil Johnson 301cb60d0b assert rather than warn 6 years ago
Neil Johnson 0b01281e77 move threepid checker to config, add missing yields 6 years ago
Neil Johnson e8e540630e fix reference to is_threepid_reserved 6 years ago
Neil Johnson 09f3cf1a7e ensure post registration auth checks do not fail erroneously 6 years ago
Neil Johnson ea068d6f3c fix bug where preserved threepid user comes to sign up and server is mau blocked 6 years ago