72 コミット (8ab16a92edd675453c78cfd9974081e374b0f998)

作成者 SHA1 メッセージ 日付
  Shay 8ab16a92ed
Persist CreateRoom events to DB in a batch (#13800) 1年前
  Andrew Morgan 40e3e68cd7
Register homeserver modules when creating test homeserver (#13558) 1年前
  Quentin Gliech 92103cb2c8
Decouple `synapse.api.auth_blocking.AuthBlocking` from `synapse.api.auth.Auth`. (#13021) 2年前
  David Robertson 6463244375
Remove unused `# type: ignore`s (#12531) 2年前
  Patrick Cloke 02d708568b
Replace assertEquals and friends with non-deprecated versions. (#12092) 2年前
  Richard van der Hoff e24ff8ebe3
Remove `HomeServer.get_datastore()` (#12031) 2年前
  David Robertson 0dda1a7968
Misc typing fixes for tests, part 2 of N (#11330) 2年前
  Patrick Cloke 9e5a429c8b
Clean-up registration tests (#10945) 2年前
  Patrick Cloke 94b620a5ed
Use direct references for configuration variables (part 6). (#10916) 2年前
  Brendan Abolivier c955e37868
Fix wrapping of legacy check_registration_for_spam (#10238) 3年前
  Brendan Abolivier e19e3d452d
Improve the reliability of auto-joining remote rooms (#10237) 3年前
  Brendan Abolivier 1b3e398bea
Standardise the module interface (#10062) 3年前
  Marcus 8070b893db
update black to 21.6b0 (#10197) 3年前
  Richard van der Hoff 7562d887e1
Change the format of access tokens away from macaroons (#5588) 3年前
  Jonathan de Jong 4b965c862d
Remove redundant "coding: utf-8" lines (#9786) 3年前
  Patrick Cloke 0b3112123d
Use mock from the stdlib. (#9772) 3年前
  Andrew Morgan 847ecdd8fa
Pass SSO IdP information to spam checker's registration function (#9626) 3年前
  Patrick Cloke c9c0ad5e20
Remove the deprecated Handlers object (#8494) 3年前
  Richard van der Hoff e775b5bb5b kill off `send_nonmember_event` 3年前
  Patrick Cloke cef00211c8
Allow for make_awaitable's return value to be re-used. (#8261) 3年前
  Patrick Cloke b49a5b9307
Convert stats and related calls to async/await (#8192) 3年前
  Patrick Cloke 3f91638da6
Allow denying or shadow banning registrations via the spam checker (#8034) 3年前
  Patrick Cloke a0acdfa9e9
Converts event_federation and registration databases to async/await (#8061) 3年前
  Patrick Cloke 71cccf1593
Additional configuration options for auto-join rooms (#7763) 4年前
  Travis Ralston 09099313e6
Add an option to disable autojoin for guest accounts (#6637) 4年前
  Andrew Morgan 6b22921b19
async/await is_server_admin (#7363) 4年前
  Patrick Cloke eed7c5b89e
Convert auth handler to async/await (#7261) 4年前
  Richard van der Hoff 28d9d6e8a9 Remove spurious "name" parameter to `default_config` 4年前
  Richard van der Hoff 326c893d24
Kill off RegistrationError (#6691) 4年前
  Jason Robinson be618e0551 Only count real users when checking for auto-creation of auto-join room 4年前
  Andrew Morgan 4548d1f87e
Remove unnecessary parentheses around return statements (#5931) 4年前
  Richard van der Hoff 8c97f6414c
Remove non-functional 'expire_access_token' setting (#5782) 4年前
  Amber Brown 4806651744
Replace returnValue with return (#5736) 4年前
  Richard van der Hoff 5f158ec039
Implement access token expiry (#5660) 4年前
  Richard van der Hoff 953dbb7980
Remove access-token support from RegistrationStore.register (#5642) 5年前
  Richard van der Hoff 824707383b
Remove access-token support from RegistrationHandler.register (#5641) 5年前
  Richard van der Hoff 1af2fcd492 Move get_or_create_user to test code (#5628) 5年前
  Amber Brown 32e7c9e7f2
Run Black. (#5482) 5年前
  ReidAnderson 3787133c9e Limit UserIds to a length that fits in a state key (#5198) 5年前
  Amber Brown df2ebd75d3
Migrate all tests to use the dict-based config format instead of hanging items off HomeserverConfig (#5171) 5年前
  Amber Brown a68e00fca8
Some more porting to HomeserverTestCase and remove old RESTHelper (#4913) 5年前
  Richard van der Hoff b5d48560c7 Fix RegistrationTestCase 5年前
  Neil Johnson 88f0675967 fix test_auto_create_auto_join_where_no_consent (#4886) 5年前
  Erik Johnston dbdc565dfd Fix registration on workers (#4682) 5年前
  Neil Johnson d2f7c4e6b1
create support user (#4141) 5年前
  Richard van der Hoff b0c24a66ec Rip out half-implemented m.login.saml2 support (#4265) 5年前
  Neil Johnson 7039ece8fb Neilj/fix autojoin (#4223) 5年前
  Neil Johnson a2bfb778c8 improve auto room join logic, comments and tests 5年前
  Neil Johnson 2dadc092b8 move logic into register, fix room alias localpart bug, tests 5年前
  Neil Johnson 13ad9930c8 add new error type ResourceLimit 5年前