summary refs log tree commit diff
path: root/synapse/handlers/login.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simplify LoginHander and AuthHandlerDaniel Wagner-Hall2015-08-121-83/+0
| | | | | | | | | * Merge LoginHandler -> AuthHandler * Add a bunch of documentation * Improve some naming * Remove unused branches I will start merging the actual logic of the two handlers shortly
* Merge branch 'develop' of github.com:matrix-org/synapse into postgresErik Johnston2015-04-281-47/+14
|\
| * pep8David Baker2015-04-171-1/+1
| |
| * make add3pid servlet workDavid Baker2015-04-171-0/+7
| |
| * Delete pushers when changing passwordDavid Baker2015-03-261-0/+3
| |
| * pep8 / pyflakesDavid Baker2015-03-231-5/+1
| |
| * Implement password changing (finally) along with a start on making ↵David Baker2015-03-231-44/+5
| | | | | | | | client/server auth more general.
* | Fix unicode database supportErik Johnston2015-03-251-1/+1
|/
* Modify API for SimpleHttpClient.get_json and update usages.Kegan Dougal2015-02-041-14/+19
| | | | | | | | | | Previously, this would only return the HTTP body as JSON, and discard other response information (e.g. the HTTP response code). This has now been changed to throw a CodeMessageException on a non-2xx response, with the response code and body, which can then be parsed as JSON. Affected modules include: - Registration/Login (when using an email for IS auth)
* Update copyright noticesMark Haines2015-01-061-1/+1
|
* Fix pep8 and pyflakes warningsMark Haines2014-11-201-2/+3
|
* Separate out the matrix http client completely because just about all of its ↵David Baker2014-11-201-3/+7
| | | | code it now separate from the simple case we need for standard HTTP(S)
* Refactor the HTTP clients a little.David Baker2014-11-201-2/+2
|
* Fix pep8 warningsMark Haines2014-10-301-1/+1
|
* Split PlainHttpClient into separate clients for talking to Identity servers ↵Mark Haines2014-10-021-3/+3
| | | | and talking to Capatcha servers
* Added support for the HS to send emails. Use it to send password resets. ↵Kegan Dougal2014-09-161-0/+14
| | | | Added email_smtp_server and email_from_address config args. Added emailutils.
* Added PasswordResetRestServlet. Hit the IS to confirm the email/user. Need ↵Kegan Dougal2014-09-161-1/+28
| | | | to send email.
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org ↵Matthew Hodgson2014-09-031-1/+1
| | | | hasn't been incorporated in time for launch.
* Pass back the user_id in the response to /login in case it has changed. ↵Kegan Dougal2014-08-141-5/+1
| | | | Store and use that on the webclient rather than the input field.
* hs: Make /login accept full user IDs or just local parts. webclient: Only ↵Kegan Dougal2014-08-141-1/+5
| | | | enable Register button when both password fields match.
* Send forbidden codes when doing login attempts.Kegan Dougal2014-08-141-3/+3
|
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
|
* Reference Matrix Home Servermatrix.org2014-08-121-0/+64