summary refs log tree commit diff
path: root/synapse/storage/profile.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add the create_profile method back since the tests use itMark Haines2016-06-171-0/+6
|
* Remove registered_users from the distributor.Mark Haines2016-06-171-6/+0
| | | | | | | | | | The only place that was observed was to set the profile. I've made it so that the profile is set within store.register in the same transaction that creates the user. This required some slight changes to the registration code for upgrading guest users, since it previously relied on the distributor swallowing errors if the profile already existed.
* copyrightsMatthew Hodgson2016-01-071-1/+1
|
* Give sensible names for '_simple_...' transactionsErik Johnston2015-03-201-0/+5
|
* Update copyright noticesMark Haines2015-01-061-1/+1
|
* 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.
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
|
* Reference Matrix Home Servermatrix.org2014-08-121-0/+51