| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace assertEquals and friends with non-deprecated versions. (#12092) | Patrick Cloke | 2022-02-28 | 1 | -2/+2 |
* | Remove `HomeServer.get_datastore()` (#12031) | Richard van der Hoff | 2022-02-23 | 1 | -3/+3 |
* | Misc typing fixes for tests, part 2 of N (#11330) | David Robertson | 2021-11-16 | 1 | -3/+6 |
* | Clean-up registration tests (#10945) | Patrick Cloke | 2021-09-30 | 1 | -37/+52 |
* | Use direct references for configuration variables (part 6). (#10916) | Patrick Cloke | 2021-09-29 | 1 | -7/+7 |
* | Merge tag 'v1.37.0rc1' into develop | Brendan Abolivier | 2021-06-24 | 1 | -0/+76 |
|\ |
|
| * | Fix wrapping of legacy check_registration_for_spam (#10238) | Brendan Abolivier | 2021-06-23 | 1 | -0/+76 |
* | | Improve the reliability of auto-joining remote rooms (#10237) | Brendan Abolivier | 2021-06-23 | 1 | -1/+48 |
|/ |
|
* | Standardise the module interface (#10062) | Brendan Abolivier | 2021-06-18 | 1 | -36/+84 |
* | update black to 21.6b0 (#10197) | Marcus | 2021-06-17 | 1 | -1/+1 |
* | Change the format of access tokens away from macaroons (#5588) | Richard van der Hoff | 2021-05-12 | 1 | -8/+4 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
* | Use mock from the stdlib. (#9772) | Patrick Cloke | 2021-04-09 | 1 | -1/+1 |
* | Pass SSO IdP information to spam checker's registration function (#9626) | Andrew Morgan | 2021-03-16 | 1 | -0/+31 |
* | Remove the deprecated Handlers object (#8494) | Patrick Cloke | 2020-10-09 | 1 | -14/+8 |
* | kill off `send_nonmember_event` | Richard van der Hoff | 2020-10-05 | 1 | -1/+1 |
* | Allow for make_awaitable's return value to be re-used. (#8261) | Patrick Cloke | 2020-09-08 | 1 | -5/+5 |
* | Convert stats and related calls to async/await (#8192) | Patrick Cloke | 2020-08-27 | 1 | -7/+5 |
* | Allow denying or shadow banning registrations via the spam checker (#8034) | Patrick Cloke | 2020-08-20 | 1 | -1/+51 |
* | Converts event_federation and registration databases to async/await (#8061) | Patrick Cloke | 2020-08-11 | 1 | -5/+6 |
* | Additional configuration options for auto-join rooms (#7763) | Patrick Cloke | 2020-06-30 | 1 | -2/+210 |
* | Add an option to disable autojoin for guest accounts (#6637) | Travis Ralston | 2020-06-05 | 1 | -0/+10 |
* | async/await is_server_admin (#7363) | Andrew Morgan | 2020-05-01 | 1 | -15/+14 |
* | Convert auth handler to async/await (#7261) | Patrick Cloke | 2020-04-15 | 1 | -1/+3 |
* | Remove spurious "name" parameter to `default_config` | Richard van der Hoff | 2020-03-24 | 1 | -1/+1 |
* | Kill off RegistrationError (#6691) | Richard van der Hoff | 2020-01-13 | 1 | -2/+0 |
* | Only count real users when checking for auto-creation of auto-join room | Jason Robinson | 2019-09-09 | 1 | -2/+27 |
* | Remove unnecessary parentheses around return statements (#5931) | Andrew Morgan | 2019-08-30 | 1 | -1/+1 |
* | Remove non-functional 'expire_access_token' setting (#5782) | Richard van der Hoff | 2019-07-30 | 1 | -1/+1 |
* | Replace returnValue with return (#5736) | Amber Brown | 2019-07-23 | 1 | -1/+1 |
* | Implement access token expiry (#5660) | Richard van der Hoff | 2019-07-12 | 1 | -1/+4 |
* | Remove access-token support from RegistrationStore.register (#5642) | Richard van der Hoff | 2019-07-10 | 1 | -5/+1 |
* | Remove access-token support from RegistrationHandler.register (#5641) | Richard van der Hoff | 2019-07-08 | 1 | -25/+28 |
* | Move get_or_create_user to test code (#5628) | Richard van der Hoff | 2019-07-08 | 1 | -9/+59 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -17/+14 |
* | Limit UserIds to a length that fits in a state key (#5198) | ReidAnderson | 2019-05-20 | 1 | -0/+7 |
* | Migrate all tests to use the dict-based config format instead of hanging item... | Amber Brown | 2019-05-13 | 1 | -2/+6 |
* | Some more porting to HomeserverTestCase and remove old RESTHelper (#4913) | Amber Brown | 2019-03-22 | 1 | -66/+58 |
* | Fix RegistrationTestCase | Richard van der Hoff | 2019-03-19 | 1 | -2/+9 |
* | fix test_auto_create_auto_join_where_no_consent (#4886) | Neil Johnson | 2019-03-19 | 1 | -2/+22 |
* | Fix registration on workers (#4682) | Erik Johnston | 2019-02-20 | 1 | -1/+1 |
* | create support user (#4141) | Neil Johnson | 2018-12-14 | 1 | -2/+28 |
* | Rip out half-implemented m.login.saml2 support (#4265) | Richard van der Hoff | 2018-12-06 | 1 | -15/+0 |
* | Neilj/fix autojoin (#4223) | Neil Johnson | 2018-11-28 | 1 | -1/+11 |
* | improve auto room join logic, comments and tests | Neil Johnson | 2018-10-12 | 1 | -4/+17 |
* | move logic into register, fix room alias localpart bug, tests | Neil Johnson | 2018-10-04 | 1 | -19/+43 |
* | add new error type ResourceLimit | Neil Johnson | 2018-08-16 | 1 | -7/+7 |
* | fix off by 1 errors | Neil Johnson | 2018-08-14 | 1 | -2/+14 |
* | support admin_email config and pass through into blocking errors, return Auth... | Neil Johnson | 2018-08-14 | 1 | -4/+4 |
* | fix off by 1s on mau | Neil Johnson | 2018-08-14 | 1 | -4/+10 |
* | support admin_email config and pass through into blocking errors, return Auth... | Neil Johnson | 2018-08-13 | 1 | -4/+4 |
* | Revert "support admin_email config and pass through into blocking errors, ret... | Neil Johnson | 2018-08-13 | 1 | -4/+4 |
* | support admin_email config and pass through into blocking errors, return Auth... | Neil Johnson | 2018-08-13 | 1 | -4/+4 |
* | Run tests under PostgreSQL (#3423) | Amber Brown | 2018-08-13 | 1 | -0/+1 |
* | Run black. | black | 2018-08-10 | 1 | -4/+8 |
* | bug fixes | Neil Johnson | 2018-08-03 | 1 | -1/+0 |
* | do mau checks based on monthly_active_users table | Neil Johnson | 2018-08-02 | 1 | -37/+34 |
* | make count_monthly_users async synapse/handlers/auth.py | Neil Johnson | 2018-08-01 | 1 | -4/+6 |
* | limit register and sign in on number of monthly users | Neil Johnson | 2018-07-30 | 1 | -0/+49 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -2/+3 |
* | Split out profile handler to fix tests | Erik Johnston | 2017-08-25 | 1 | -2/+3 |
* | Fix email push in pusher worker | Erik Johnston | 2017-02-02 | 1 | -5/+2 |
* | Stop putting a time caveat on access tokens | Richard van der Hoff | 2016-11-29 | 1 | -4/+2 |
* | rest/client/v1/register: use the correct requester in createUser | Patrik Oldsberg | 2016-10-06 | 1 | -3/+5 |
* | Bug fix: expire invalid access tokens | Negar Fazeli | 2016-07-13 | 1 | -2/+2 |
* | Fix a bug caused by a change in auth_handler function | Negar Fazeli | 2016-06-08 | 1 | -6/+3 |
* | Fix set profile error with Requester. | Negi Fazeli | 2016-05-23 | 1 | -9/+25 |
* | Create user with expiry | Negi Fazeli | 2016-05-13 | 1 | -0/+67 |