Commit Graph

8623 Commits (9fbaed325f7e3ed4edff25636043b885b1cf388d)

Author SHA1 Message Date
Neil Johnson 372bf073c1 block event creation and room creation on hitting resource limits 6 years ago
Neil Johnson 13ad9930c8 add new error type ResourceLimit 6 years ago
Neil Johnson 51b17ec566 flake8 6 years ago
Neil Johnson 3c1080b6e4 refactor for readability, and reuse caching for setting tags 6 years ago
Neil Johnson eff3ae3b9a add room tagging 6 years ago
Erik Johnston 7d5b1a60a3 Fix inbound federation on reader worker 6 years ago
Neil Johnson a675f9c556 check for room state before deciding on action 6 years ago
Will Hunt c151b32b1d Add GET media/v1/config (#3184) 6 years ago
Matthew Hodgson 762a758fea lazyload aware /messages (#3589) 6 years ago
Neil Johnson df1e4f259f WIP impl commiting to get feedback 6 years ago
Neil Johnson c055c91655 fix case where empty string state check is evaulated as False 6 years ago
Matthew Hodgson 3f543dc021 initial cut at a room summary API (#3574) 6 years ago
Matthew Hodgson 2f78f432c4 speed up /members and add at= and membership params (#3568) 6 years ago
Neil Johnson eabc5f8271 wip cut at sending resource server notices 6 years ago
Neil Johnson c24fc9797b add new event types 6 years ago
Richard van der Hoff afcd655ab6 Use a producer to stream back responses 6 years ago
Erik Johnston 488ffe6fdb Use federation handler function rather than duplicate 6 years ago
Erik Johnston 773db62a22 Rename slave TransactionStore to SlaveTransactionStore 6 years ago
Richard van der Hoff eaaa2248ff Refactor request logging code 6 years ago
Neil Johnson 87a824bad1 clean up AuthError 6 years ago
Neil Johnson 55afba0fc5 update admin email to uri 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 9ecbaf8ba8 adding missing yield 6 years ago
Neil Johnson e5962f845c pep8 6 years ago
Neil Johnson e7d091fb86 combine mau metrics into one group 6 years ago
Neil Johnson 2545993ce4 make comments clearer 6 years ago
Neil Johnson 8f9a7eb58d support admin_email config and pass through into blocking errors, return AuthError in all cases 6 years ago
Neil Johnson c74c71128d remove blank line 6 years ago
Neil Johnson ed4bc3d2fc fix off by 1s on mau 6 years ago
Neil Johnson 99ebaed8e6
Update register.py 6 years ago
Neil Johnson e2c9fe0a6a backout ability to pass in event type to server notices 6 years ago
Neil Johnson 9b75c78b4d support server notice state events for resource limits 6 years ago
Neil Johnson 63417c31e9 fix typo 6 years ago
Neil Johnson f4b49152e2 support admin_email config and pass through into blocking errors, return AuthError in all cases 6 years ago
Richard van der Hoff 34f51babc5
Revert "Use recaptcha_ajax.js directly from Google" 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
Amber Brown 99dd975dae
Run tests under PostgreSQL (#3423) 6 years ago
Neil Johnson 31fa743567 fix sqlite/postgres incompatibility in reap_monthly_active_users 6 years ago
Neil Johnson 6c6aba76e1 implementation of server notices to alert on hitting resource limits 6 years ago
Richard van der Hoff c08f9d95b2 log *after* reloading log config 6 years ago
Amber Brown b37c472419
Rename async to async_helpers because `async` is a keyword on Python 3.7 (#3678) 6 years ago
Andrej Shadura c75b71a397
Use recaptcha_ajax.js directly from Google 6 years ago
Richard van der Hoff 638d35ef08 Fix linearizer cancellation on twisted < 18.7 6 years ago
Neil Johnson 01021c812f wip at implementing MSC 7075 6 years ago
Jeroen 2e9c73e8ca more generic conversion of str/bytes to unicode 6 years ago
Jeroen 64899341dc include private functions from twisted 6 years ago
Neil Johnson 885ea9c602 rename _user_last_seen_monthly_active 6 years ago
Neil Johnson c1f9dec92a fix errant parenthesis 6 years ago