summary refs log tree commit diff
path: root/synapse/rest/client/v2_alpha/register.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add helper function for getting access_tokens from requestsMark Haines2016-09-091-2/+4
* Preserve some logcontextsErik Johnston2016-08-241-2/+1
* Fix adding emails on registrationDavid Baker2016-07-291-9/+7
* Implement deleting devicesRichard van der Hoff2016-07-261-5/+5
* Preserve device_id from first call to /registerRichard van der Hoff2016-07-211-11/+10
* Register a device_id in the /v2/register flow.Richard van der Hoff2016-07-201-15/+39
* Merge pull request #933 from matrix-org/rav/type_annotationsRichard van der Hoff2016-07-201-0/+9
|\
| * Type annotationsRichard van der Hoff2016-07-191-0/+9
* | Further registration refactoringRichard van der Hoff2016-07-191-13/+37
|/
* Don't bind email unless threepid contains expected fieldsRichard van der Hoff2016-07-191-28/+25
* rest/client/v2_alpha/register.py: Refactor flow somewhat.Richard van der Hoff2016-07-191-75/+102
* Use body.get to check for 'user'Will Hunt2016-07-161-2/+1
* Fall back to 'username' if 'user' is not given for appservice reg.Will Hunt2016-07-161-3/+5
* on_OPTIONS isn't neccessaryDavid Baker2016-07-121-3/+0
* Separate out requestTokens to separate handlersDavid Baker2016-07-111-28/+37
* Split out the auth handlerDavid Baker2016-06-021-1/+1
* More consistent config namingDavid Baker2016-05-101-1/+1
* Add config option to not send email notifs for new usersDavid Baker2016-05-101-1/+4
* Add an email pusher for new usersDavid Baker2016-04-291-0/+26
* Make v2_alpha reg follow the AS API specificationKegan Dougal2016-04-141-0/+5
* remove debug loggingDavid Baker2016-03-161-3/+0
* Unused importDavid Baker2016-03-161-1/+0
* Make registration idempotent, part 2: be idempotent if the client specifies a...David Baker2016-03-161-5/+17
* pep8 & remove debug loggingDavid Baker2016-03-161-4/+5
* Make registration idempotent: if you specify the same session, make it give y...David Baker2016-03-161-1/+26
* Register endpoint returns refresh_tokenblide2016-03-101-5/+8
* Add a parse_json_object functionMark Haines2016-03-091-4/+4
* Rename config field to reflect yaml nameDaniel Wagner-Hall2016-02-031-1/+1
* Fix flake8 warnings for new flake8Daniel Wagner-Hall2016-02-021-1/+2
* Pull guest access token out of the auth session params, otherwise it will bre...David Baker2016-02-011-0/+1
* Add is_guest flag to users db to track whether a user is a guest user or not....David Baker2016-01-061-1/+4
* Allow guests to upgrade their accountsDaniel Wagner-Hall2016-01-051-3/+9
* Host /unstable and /r0 versions of r0 APIsDaniel Wagner-Hall2015-12-011-2/+2
* Allow guests to register and call /events?room_id=Daniel Wagner-Hall2015-11-041-1/+26
* Merge pull request #211 from matrix-org/email_in_useMark Haines2015-08-201-0/+28
|\
| * Check absent before trying to access keysDavid Baker2015-08-121-3/+3
| * Just leaving off the $ is fine. r* == registerrrrrrrrrDavid Baker2015-08-121-1/+1
| * Remember to yield: not much point testing is a deferred is not NoneDavid Baker2015-08-041-1/+2
| * splt long lineDavid Baker2015-08-041-1/+3
| * Add endpoint that proxies ID server request token and errors if the given ema...David Baker2015-08-041-1/+26
* | Simplify LoginHander and AuthHandlerDaniel Wagner-Hall2015-08-121-2/+1
|/
* Don't try & check the username if we don't have one (which we won't if it's b...David Baker2015-08-031-1/+2
* Use the same reg paths as register v1 for ASes.Kegan Dougal2015-07-291-4/+6
* Fix v2_alpha registration. Add unit tests.Kegan Dougal2015-07-281-54/+70
* pep8 + debug lineDavid Baker2015-07-151-6/+8
* Add back in support for remembering parameters submitted to a user-interactiv...David Baker2015-07-151-2/+9
* Make shared secret registration work againDavid Baker2015-05-141-1/+4
* More underscoresDavid Baker2015-04-241-2/+2
* Use underscores instead of camelcase for id server stuffDavid Baker2015-04-241-2/+2
* make add3pid servlet workDavid Baker2015-04-171-12/+26
* Return user ID in use error straight awayDavid Baker2015-04-161-2/+23
* Dummy login so we can do the first POST request to get login flows without it...David Baker2015-04-151-4/+14
* Regstration with email in v2David Baker2015-04-151-4/+4
* Add app service auth back in to v2 registerDavid Baker2015-04-021-2/+7
* Add shared secret auth into register v2 and switch the script over.David Baker2015-04-021-11/+58
* Completely replace fallback auth for C/S V2:David Baker2015-04-011-1/+1
* pep8David Baker2015-03-311-2/+2
* New registration for C/S API v2. Only ReCAPTCHA working currently.David Baker2015-03-301-0/+86