summary refs log tree commit diff
path: root/synapse/storage/profile.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dinsic Blacking with black==18.6b2Andrew Morgan2020-02-111-28/+18
|
* Make index uniqueBrendan Abolivier2019-06-141-0/+1
|
* LintBrendan Abolivier2019-06-131-1/+1
|
* Fix snafuBrendan Abolivier2019-06-131-2/+3
|
* Create the index in a background updateBrendan Abolivier2019-06-131-2/+13
|
* Merge branch 'develop' into dinsicAndrew Morgan2019-04-151-3/+3
|\
| * Run black on the rest of the storage module (#4996)Amber Brown2019-04-031-6/+4
| |
* | hide_profile: false should mean not to hide the profile :/ github/matthew/red_list matthew/red_listMatthew Hodgson2018-12-121-0/+2
| |
* | fix sense of 'hide'Matthew Hodgson2018-11-041-1/+1
| |
* | add im.vector.hide_profile to user account_dataMatthew Hodgson2018-11-041-2/+2
| |
* | merge master into dinsic, again...Matthew Hodgson2018-11-031-2/+2
|\|
| * Remote profile cache should remain in master workerErik Johnston2018-08-171-4/+2
| |
| * Allow profile changes to happen on workersErik Johnston2018-08-071-2/+4
| |
* | Merge remote-tracking branch 'origin/master' into dinsicDavid Baker2018-07-191-1/+1
|\|
| * run isortAmber Brown2018-07-091-1/+1
| |
* | Hopefully fix postgresDavid Baker2018-07-191-1/+1
| |
* | Remove deactivated users from profile searchDavid Baker2018-07-181-1/+17
| |
* | make set_profile_* an upsert rather than update, now create_profile is goneMatthew Hodgson2018-05-041-11/+6
| |
* | Use COALESCE rather than IFNULLDavid Baker2018-05-011-1/+1
| | | | | | | | as this works on sqlite and postgres (postgres doesn't have IFNULL)
* | PR feedbackDavid Baker2018-04-251-9/+3
| | | | | | | | | | Unnecessary inlineCallbacks, missing yield, SQL comments & trailing commas.
* | pep8David Baker2018-04-171-2/+4
| |
* | Merge remote-tracking branch 'origin/dinsic' into dbkr/profile_replicationDavid Baker2018-04-161-30/+32
|\|
| * Split up ProfileStoreErik Johnston2018-03-131-24/+26
| |
* | Trigger profile replication on profile changeDavid Baker2018-04-111-4/+10
| |
* | Written but untested profile replicationDavid Baker2018-04-101-0/+56
|/
* fix StoreError syntaxMatthew Hodgson2017-12-051-1/+1
|
* fix thinkos galoreMatthew Hodgson2017-11-301-9/+22
|
* untested WIP but might actually workMatthew Hodgson2017-11-291-0/+14
|
* Add user profiles to summary from group serverErik Johnston2017-08-251-1/+1
|
* Add remote profile cacheErik Johnston2017-08-251-0/+98
|
* 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