Commit Graph

943 Commits (c6b28fb4791d88e064cd88686dd32e7ed7834525)

Author SHA1 Message Date
Neil Johnson 69ce057ea6 block sync if auth checks fail 6 years ago
Amber Brown 2511f3f8a0
Test fixes for Python 3 (#3647) 6 years ago
Neil Johnson e92fb00f32 sync auth blocking 6 years ago
Neil Johnson 7f3d897e7a mock config.max_mau_value 6 years ago
Neil Johnson e8eba2b4e3 implement reserved users for mau limits 6 years ago
Neil Johnson fbe255f9a4 add default mau_limits_reserved_threepids 6 years ago
Neil Johnson 42c6823827 disable HS from config 6 years ago
Neil Johnson d08296f9f2 remove unused import 6 years ago
Neil Johnson 886be75ad1 bug fixes 6 years ago
Neil Johnson e10830e976 wip commit - tests failing 6 years ago
Richard van der Hoff 0ca459ea33 Basic support for room versioning 6 years ago
Neil Johnson 5593ff6773 fix (lots of) py3 test failures 6 years ago
Neil Johnson b2aab04d2c fix py3 test failure 6 years ago
Neil Johnson 950807d93a fix caching and tests 6 years ago
Neil Johnson 74b1d46ad9 do mau checks based on monthly_active_users table 6 years ago
Neil Johnson 9180061b49 remove unused count_monthly_users 6 years ago
Neil Johnson c4ffbecb68 fix test, update constructor call 6 years ago
Neil Johnson 00f99f74b1 insertion into monthly_active_users 6 years ago
Neil Johnson 165e067033 Revert "change monthly_active_users table to be a single column" 6 years ago
Neil Johnson ec716a35b2 change monthly_active_users table to be a single column 6 years ago
Amber Brown da7785147d
Python 3: Convert some unicode/bytes uses (#3569) 6 years ago
Neil Johnson c480c4c962 fix isort 6 years ago
Neil Johnson 6eed16d8a2 fix test for py3 6 years ago
Neil Johnson 4e6e00152c fix known broken test 6 years ago
Neil Johnson 7931393495 make count_monthly_users async synapse/handlers/auth.py 6 years ago
Neil Johnson 6ef983ce5c api into monthly_active_users table 6 years ago
Neil Johnson df2235e7fa coding style 6 years ago
Neil Johnson 7d05406a07 fix user_ips counting 6 years ago
Travis Ralston e908b86832 Remove pdu_failures from transactions 6 years ago
Neil Johnson cefac79c10 monthly_active_tests 6 years ago
Neil Johnson 251e6c1210 limit register and sign in on number of monthly users 6 years ago
Richard van der Hoff a8cbce0ced fix invalidation 6 years ago
Richard van der Hoff f102c05856 Rewrite cache list decorator 6 years ago
Matthew Hodgson 0620d27f4d flake8 6 years ago
Matthew Hodgson 0a7ee0ab8b add tests for _get_some_state_from_cache 6 years ago
Richard van der Hoff f59be4eb0e Fix unit tests 6 years ago
Matthew Hodgson cd241d6bda incorporate more review 6 years ago
Erik Johnston 8fbe418777 Fix unit tests 6 years ago
Amber Brown 3132b89f12
Make the rest of the .iterwhatever go away (#3562) 6 years ago
Richard van der Hoff 3d6df84658 Test and fix support for cancellation in Linearizer 6 years ago
Amber Brown e1a237eaab
Admin API for creating new users (#3415) 6 years ago
Richard van der Hoff 7c712f95bb Combine Limiter and Linearizer 6 years ago
Richard van der Hoff d7275eecf3 Add a sleep to the Limiter to fix stack overflows. 6 years ago
Matthew Hodgson 650daf5628 make test work 6 years ago
Matthew Hodgson 1fa4f7e03e first cut of a UT for testing state store (untested) 6 years ago
Amber Brown a97c845271
Move v1-only APIs into their own module & isolate deprecated ones (#3460) 6 years ago
Richard van der Hoff 8c69b735e3 Make Distributor run its processes as a background process 6 years ago
Richard van der Hoff d897be6a98 Fix visibility of events from erased users over federation 6 years ago
Richard van der Hoff 94440ae994 fix imports 6 years ago
Amber Brown bc006b3c9d
Refactor REST API tests to use explicit reactors (#3351) 6 years ago