summary refs log tree commit diff
path: root/synapse/rest/client/register.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Send an email if the address is already bound to an user account (#16819)mcalinghee2024-04-231-2/+10
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+2
* Update license headersPatrick Cloke2023-11-211-11/+16
* Describe which rate limiter was hit in logs (#16135)David Robertson2023-08-301-2/+1
* Stop accepting 'user' parameter for application service registration. (#15928)Patrick Cloke2023-07-131-8/+4
* Make AS tokens work & allow ASes to /registerQuentin Gliech2023-05-301-0/+69
* Refactor config to be an experimental featureHugh Nimmo-Smith2023-05-301-1/+1
* Disable account related endpoints when using OAuth delegationQuentin Gliech2023-05-301-0/+3
* Add a primitive helper script for listing worker endpoints. (#15243)reivilibre2023-03-231-0/+2
* Load `/register/available` endpoint on workers (#15268)Jason Little2023-03-171-1/+1
* Bump black from 22.12.0 to 23.1.0 (#15103)dependabot[bot]2023-02-221-7/+11
* Remove unnecessary reactor reference from `_PerHostRatelimiter` (#14842)Sean Quah2023-01-161-1/+0
* Fix stack overflow in `_PerHostRatelimiter` due to synchronous requests (#14812)Sean Quah2023-01-131-0/+1
* Use ClientRestResource on both the main process and workers. (#14528)Patrick Cloke2022-12-021-4/+5
* Allow admins to require a manual approval process before new accounts can be ...Brendan Abolivier2022-09-291-2/+20
* Drop support for delegating email validation, round 2 (#13596)David Robertson2022-08-231-39/+20
* `synapse.api.auth.Auth` cleanup: make permission-related methods use `Request...Quentin Gliech2022-08-221-3/+0
* Rename `RateLimitConfig` to `RatelimitSettings` (#13442)Dirk Klimpel2022-08-031-2/+2
* Revert "Drop support for delegating email validation (#13192)" (#13406)3nprob2022-07-291-20/+39
* Drop support for delegating email validation (#13192)Richard van der Hoff2022-07-121-39/+20
* Fix typo in some instances of enable_registration_token_3pid_bypass. (#12639)Will Hunt2022-05-051-1/+1
* Use `getClientAddress` instead of `getClientIP`. (#12599)Patrick Cloke2022-05-041-3/+3
* Add option to enable token registration without requiring 3pids (#12526)Will Hunt2022-04-271-1/+6
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-5/+5
* Allow modules to set a display name on registration (#12009)Brendan Abolivier2022-02-171-0/+7
* Add a callback to allow modules to deny 3PID (#11854)Brendan Abolivier2022-02-081-3/+5
* Stabilise MSC3231 (Token Based Registration) (#11867)Jonathan de Jong2022-02-041-4/+3
* Add a module callback to set username at registration (#11790)Brendan Abolivier2022-01-261-1/+11
* Add a config flag to inhibit `M_USER_IN_USE` during registration (#11743)Brendan Abolivier2022-01-261-0/+11
* Stabilise support for MSC2918 refresh tokens as they have now been merged int...reivilibre2021-12-061-13/+10
* Update MSC2918 refresh token support to confirm with the latest revision: acc...reivilibre2021-11-261-3/+6
* Rename unstable `access_token_lifetime` configuration option to `refreshable_...reivilibre2021-11-231-1/+3
* Use direct references for configuration variables (part 7). (#10959)Patrick Cloke2021-10-041-13/+13
* Use direct references for configuration variables (part 6). (#10916)Patrick Cloke2021-09-291-3/+3
* Use direct references for some configuration variables (part 3) (#10885)Patrick Cloke2021-09-231-14/+16
* Add types to synapse.util. (#10601)reivilibre2021-09-101-4/+7
* Additional type hints for client REST servlets (part 4) (#10728)Patrick Cloke2021-09-011-7/+7
* Additional type hints for the client REST servlets (part 3). (#10707)Patrick Cloke2021-08-311-48/+30
* Remove unused `compare_digest` function. (#10706)Patrick Cloke2021-08-271-13/+0
* Implement MSC3231: Token authenticated registration (#10142)Callum Brown2021-08-211-0/+72
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-0/+879