Commit Graph

177 Commits (b1605cdd23a37701c55906c9118e43b4d32ceb7f)

Author SHA1 Message Date
Jorik Schellekens cf2972c818
Fix servlet metric names (#5734) 5 years ago
Richard van der Hoff 9481707a52
Fixes to the federation rate limiter (#5621) 5 years ago
Amber Brown 463b072b12
Move logging utilities out of the side drawer of util/ and into logging/ (#5606) 5 years ago
Richard van der Hoff c3c6b00d95
Pass config_dir_path and data_dir_path into Config.read_config. (#5522) 5 years ago
Amber Brown 32e7c9e7f2
Run Black. (#5482) 6 years ago
Neil Johnson a11865016e
Set default room version to v4. (#5379) 6 years ago
Andrew Morgan 3719680ee4
Add ability to perform password reset via email without trusting the identity server (#5377) 6 years ago
Amber Brown f1e5b41388
Make all the rate limiting options more consistent (#5181) 6 years ago
Erik Johnston dc4f6d1b01 Use correct config option for ratelimiting in tests 6 years ago
Amber Brown df2ebd75d3
Migrate all tests to use the dict-based config format instead of hanging items off HomeserverConfig (#5171) 6 years ago
Amber Brown b36c82576e
Run Black on the tests again (#5170) 6 years ago
Richard van der Hoff 54a87a7b08
Collect room-version variations into one place (#4969) 6 years ago
Richard van der Hoff a54a44734f
Use an explicit dbname for postgres connections in the tests. (#4928) 6 years ago
Erik Johnston cc09685830 Add test 6 years ago
Richard van der Hoff 13bc1e0746 Use a regular HomeServerConfig object for unit tests 6 years ago
Brendan Abolivier 651ad8bc96 Add ratelimiting on failed login attempts (#4865) 6 years ago
Brendan Abolivier 899e523d6d
Add ratelimiting on login (#4821) 6 years ago
Amber Brown 26eefca3b7 setup master 6 years ago
Andrew Morgan d6e0be92fe
Disable captcha registration by default in tests 6 years ago
Brendan Abolivier a4c3a361b7
Add rate-limiting on registration (#4735) 6 years ago
Richard van der Hoff 2c3548d9d8
Update test_typing to use HomeserverTestCase. (#4771) 6 years ago
Amber Brown f2a753ea38
Move from TravisCI to BuildKite (#4752) 6 years ago
Erik Johnston d4dc527a1a Fix unit tests 6 years ago
Erik Johnston 9770ed91c2 Fix tests 6 years ago
Erik Johnston be6a7e47fa
Revert "Require event format version to parse or create events" 6 years ago
Erik Johnston e79ba9eb34 Fix tests 6 years ago
Neil Johnson d619b113ed Fix None guard in config.server.is_threepid_reserved 6 years ago
Richard van der Hoff f85676cc93
Return well_known in /login response (#4319) 6 years ago
Neil Johnson d2f7c4e6b1
create support user (#4141) 6 years ago
Richard van der Hoff c7401a697f
Implement SAML2 authentication (#4267) 6 years ago
Travis Ralston 835779f7fb Add option to track MAU stats (but not limit people) (#3830) 6 years ago
Travis Ralston 0f5e51f726 Add config variables for enabling terms auth and the policy name (#4142) 6 years ago
Neil Johnson 2dadc092b8 move logic into register, fix room alias localpart bug, tests 6 years ago
Amber Brown 7232917f12
Disable frozen dicts by default (#3987) 6 years ago
Amber Brown 6e05fd032c
Fix userconsent on Python 3 (#3938) 6 years ago
Amber Brown 1f3f5fcf52
Fix client IPs being broken on Python 3 (#3908) 6 years ago
Amber Brown 52ec6e9dfa
Port tests/ to Python 3 (#3808) 6 years ago
Neil Johnson 84a750e0c3 ensure guests never enter mau list 6 years ago
Richard van der Hoff c127c8d042 Fix origin handling for pushed transactions 6 years ago
Amber Brown 77055dba92
Fix tests on postgresql (#3740) 6 years ago
Neil Johnson 0b01281e77 move threepid checker to config, add missing yields 6 years ago
Amber Brown 14e4d4f4bf
Port storage/ to Python 3 (#3725) 6 years ago
Richard van der Hoff 414fa36f3e Fix up tests 6 years ago
Erik Johnston 05077e06fa Change admin_uri to admin_contact in config and errors 6 years ago
Amber Brown c334ca67bb
Integrate presence from hotfixes (#3694) 6 years ago
Neil Johnson 13ad9930c8 add new error type ResourceLimit 6 years ago
Neil Johnson ab035bdeac replace admin_email with admin_uri for greater flexibility 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