Commit Graph

203 Commits (c619253db80c8d1c606dc40756dd3c9e3a55a9fb)

Author SHA1 Message Date
Patrick Cloke c619253db8
Stop sub-classing object (#8249) 5 years ago
Erik Johnston 18de00adb4 Add ratelimiting on joins 5 years ago
Patrick Cloke 3345c166a4
Convert storage layer to async/await. (#7963) 5 years ago
Patrick Cloke cc9bb3dc3f
Convert the message handler to async/await. (#7884) 5 years ago
Dagfinn Ilmari Mannsåker a3f11567d9
Replace all remaining six usage with native Python 3 equivalents (#7704) 5 years ago
Richard van der Hoff 03619324fc
Create a ListenerConfig object (#7681) 5 years ago
Amber Brown 7cb8b4bc67
Allow configuration of Synapse's cache without using synctl or environment variables (#6391) 5 years ago
Patrick Cloke 627b0f5f27
Persist user interactive authentication sessions (#7302) 5 years ago
Richard van der Hoff fb8ff79efd
Fix collation for postgres for unit tests (#7359) 5 years ago
Patrick Cloke eed7c5b89e
Convert auth handler to async/await (#7261) 5 years ago
Richard van der Hoff 39230d2171
Clean up some LoggingContext stuff (#7120) 5 years ago
Erik Johnston 8df862e45d
Add `rooms.room_version` column (#6729) 5 years ago
Erik Johnston 75d8f26ac8
Split state groups into a separate data store (#6296) 5 years ago
Erik Johnston 2284eb3a53
Add database config class (#6513) 5 years ago
Erik Johnston bc5cb8bfe8 Remove database config parsing from apps. 5 years ago
Erik Johnston 4ca3ef10b9 Fixup tests 5 years ago
Amber Brown 0f87b912ab
Implementation of MSC2314 (#6176) 5 years ago
Neil Johnson 2794b79052 Option to suppress resource exceeded alerting (#6173) 5 years ago
Erik Johnston 3ca4c7c516 Use new EventPersistenceStore 5 years ago
Erik Johnston 336eeea3ff Fix postgres unit tests to use prepare_database 5 years ago
Andrew Morgan 4548d1f87e
Remove unnecessary parentheses around return statements (#5931) 6 years ago
Richard van der Hoff 8c97f6414c
Remove non-functional 'expire_access_token' setting (#5782) 6 years ago
Jorik Schellekens cf2972c818
Fix servlet metric names (#5734) 6 years ago
Amber Brown 4806651744
Replace returnValue with return (#5736) 6 years ago
Richard van der Hoff 9481707a52
Fixes to the federation rate limiter (#5621) 6 years ago
Amber Brown 463b072b12
Move logging utilities out of the side drawer of util/ and into logging/ (#5606) 6 years ago
Richard van der Hoff c3c6b00d95
Pass config_dir_path and data_dir_path into Config.read_config. (#5522) 6 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