Commit Graph

740 Commits (a0a1ba697325601e1b1edf81a722b2354680b2c6)

Author SHA1 Message Date
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
Erik Johnston 05077e06fa Change admin_uri to admin_contact in config and errors 6 years ago
Erik Johnston cd77270a66 Implement trail users 6 years ago
Erik Johnston 9643a6f7f2 Update notice format 6 years ago
Amber Brown 324525f40c
Port over enough to get some sytests running on Python 3 (#3668) 6 years ago
Neil Johnson e07970165f rename error code 6 years ago
Neil Johnson c5171bf171 special case server_notices_mxid 6 years ago
Neil Johnson bcfeb44afe call reap on start up and fix under reaping bug 6 years ago
Neil Johnson 13ad9930c8 add new error type ResourceLimit 6 years ago
Neil Johnson c24fc9797b add new event types 6 years ago
Neil Johnson 87a824bad1 clean up AuthError 6 years ago
Neil Johnson b8429c7c81 update error codes for resource limiting 6 years ago
Neil Johnson ab035bdeac replace admin_email with admin_uri for greater flexibility 6 years ago
Neil Johnson 2545993ce4 make comments clearer 6 years ago
Neil Johnson 9b75c78b4d support server notice state events for resource limits 6 years ago
Neil Johnson f4b49152e2 support admin_email config and pass through into blocking errors, return AuthError in all cases 6 years ago
Neil Johnson ce7de9ae6b Revert "support admin_email config and pass through into blocking errors, return AuthError in all cases" 6 years ago
Neil Johnson 0d43f991a1 support admin_email config and pass through into blocking errors, return AuthError in all cases 6 years ago
Matthew Hodgson 0abb205b47 blindly incorporate PR review - needs testing & fixing 6 years ago
Matthew Hodgson 8ae64b270f implement /room_keys/version too (untested) 6 years ago
Neil Johnson 885ea9c602 rename _user_last_seen_monthly_active 6 years ago
Neil Johnson c1f9dec92a fix errant parenthesis 6 years ago
Neil Johnson 09cf130898 only block on sync where user is not part of the mau cohort 6 years ago
Erik Johnston 152c0aa58e Add constants for room versions 6 years ago
Neil Johnson 839a317c96
fix pep8 too many lines 6 years ago
Richard van der Hoff 3523f5432a Don't expose default_room_version as config opt 6 years ago
Neil Johnson 1911c037cb update comments to reflect new sig 6 years ago
Neil Johnson 42c6823827 disable HS from config 6 years ago
Neil Johnson e10830e976 wip commit - tests failing 6 years ago
Richard van der Hoff 0d63d93ca8 Enforce compatibility when processing make_join requests 6 years ago
Richard van der Hoff 0ca459ea33 Basic support for room versioning 6 years ago
Neil Johnson 74b1d46ad9 do mau checks based on monthly_active_users table 6 years ago
Neil Johnson 00f99f74b1 insertion into monthly_active_users 6 years ago
Richard van der Hoff 01e93f48ed Kill off MatrixCodeMessageException 6 years ago
Richard van der Hoff 018d75a148 Refactor code for turning HttpResponseException into SynapseError 6 years ago
Richard van der Hoff fa7dc889f1 Be more careful which errors we send back over the C-S API 6 years ago
Amber Brown da7785147d
Python 3: Convert some unicode/bytes uses (#3569) 6 years ago