summary refs log tree commit diff
path: root/synapse/rest/client/v2_alpha/account.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add hs objectErik Johnston2016-07-141-0/+1
* Only accept password authErik Johnston2016-07-141-12/+0
* Add an /account/deactivate endpointErik Johnston2016-07-141-0/+55
* be more pythonicDavid Baker2016-07-121-1/+1
* on_OPTIONS isn't neccessaryDavid Baker2016-07-121-7/+1
* Remove other debug loggingDavid Baker2016-07-121-2/+0
* Separate out requestTokens to separate handlersDavid Baker2016-07-111-37/+56
* Oops, remove debug loggingDavid Baker2016-07-111-4/+0
* Implement https://github.com/matrix-org/matrix-doc/pull/346/filesDavid Baker2016-07-081-0/+59
* Split out the auth handlerDavid Baker2016-06-021-2/+2
* Fix password resetDavid Baker2016-04-291-0/+1
* take extra return val from check_auth in account tooDavid Baker2016-03-161-1/+1
* Fix cache invalidation so deleting access tokens (which we did when changing ...David Baker2016-03-111-1/+1
* Add a parse_json_object functionMark Haines2016-03-091-4/+4
* Allow three_pid_creds as well as threePidCreds in /account/3pidMark Haines2016-01-291-2/+3
* Fix change_passwordErik Johnston2016-01-201-3/+2
* Introduce a Requester objectDaniel Wagner-Hall2016-01-111-9/+11
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Update endpoints to reflect current specDaniel Wagner-Hall2015-12-021-2/+2
* Host /unstable and /r0 versions of r0 APIsDaniel Wagner-Hall2015-12-011-3/+3
* Allow guests to register and call /events?room_id=Daniel Wagner-Hall2015-11-041-3/+3
* Merge pull request #274 from matrix-org/add_threepid_fixDavid Baker2015-09-101-0/+1
|\
| * Fix adding threepids to an existing accountDavid Baker2015-09-101-0/+1
* | Remove completely unused concepts from codebaseDaniel Wagner-Hall2015-08-251-2/+2
|/
* Remove spurious extra arg to set_passwordDavid Baker2015-08-201-1/+1
* Simplify LoginHander and AuthHandlerDaniel Wagner-Hall2015-08-121-5/+3
* user_id now in user_threepidsDavid Baker2015-05-011-3/+3
* pep8David Baker2015-04-271-1/+2
* logging argsDavid Baker2015-04-271-2/+2
* More underscoresDavid Baker2015-04-241-2/+2
* Dedicated error code for failed 3pid auth verificationDavid Baker2015-04-231-1/+3
* Password reset, finally.David Baker2015-04-171-5/+16
* Add endpoint to get threepids from serverDavid Baker2015-04-171-0/+12
* make add3pid servlet workDavid Baker2015-04-171-0/+38
* just the once would probably be fineDavid Baker2015-04-171-1/+0
* Register the 3pid servletDavid Baker2015-04-171-1/+3
* password -> account servlet and add start of an 'add 3pid' endpointDavid Baker2015-04-171-0/+94