summary refs log tree commit diff
path: root/synapse/storage/registration.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 1) Pushers are now associated with an access tokenDavid Baker2015-03-241-1/+1
* Make deleting other access tokens when you change your password actually workDavid Baker2015-03-241-5/+11
* Implement password changing (finally) along with a start on making client/ser...David Baker2015-03-231-4/+29
* Give sensible names for '_simple_...' transactionsErik Johnston2015-03-201-2/+7
* @cached() annotate get_user_by_token() - achieves a minor DB performance impr...Paul "LeoNerd" Evans2015-03-171-1/+6
* Also give _execute() a descriptionPaul "LeoNerd" Evans2015-03-111-2/+1
* Extract the id token of the token when authing users, include the token and d...Mark Haines2015-01-281-1/+2
* Update copyright noticesMark Haines2015-01-061-1/+1
* Fix pep8 codestyle warningsMark Haines2014-11-201-7/+9
* Add an EventValidator. Fix bugs in auth ++ storageErik Johnston2014-11-101-1/+5
* Add transaction level logging and timing information. Add a _simple_delete me...Erik Johnston2014-10-281-2/+5
* Update docstringErik Johnston2014-09-291-1/+2
* SYN-48: Implement WHOIS rest servletErik Johnston2014-09-291-11/+15
* Add auth check to test if a user is an admin or not.Erik Johnston2014-09-291-0/+8
* Add a .runInteraction() method on SQLBaseStore itself to wrap the .db_poolPaul "LeoNerd" Evans2014-09-121-2/+2
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* Be more helpful when failing to register/login, stating why (communication er...Kegan Dougal2014-08-141-2/+2
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
* Reference Matrix Home Servermatrix.org2014-08-121-0/+113