summary refs log tree commit diff
path: root/tests/handlers/test_profile.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* run isortAmber Brown2018-07-091-3/+3
|
* s/replication_client/federation_client/Erik Johnston2018-03-131-1/+1
|
* s/replication_server/federation_serverErik Johnston2018-03-131-1/+1
|
* Fix testsErik Johnston2018-03-131-1/+2
|
* Fix testsErik Johnston2018-03-131-5/+4
|
* Split out profile handler to fix testsErik Johnston2017-08-251-3/+1
|
* fix testsRichard van der Hoff2017-03-231-1/+2
|
* Implement device key caching over federationErik Johnston2017-01-261-0/+1
|
* Add `create_requester` functionRichard van der Hoff2016-07-261-4/+6
| | | | | Wrap the `Requester` constructor with a function which provides sensible defaults, and use it throughout
* Pass whole requester to ratelimitingDaniel Wagner-Hall2016-03-031-4/+12
| | | | This will enable more detailed decisions
* Fix flake8 warnings for testsMark Haines2016-02-191-3/+6
|
* Remove old tests.Erik Johnston2016-02-181-3/+0
|
* copyrightsMatthew Hodgson2016-01-071-1/+1
|
* Factor out some of the common homeserver setup code into aMark Haines2015-02-111-19/+10
| | | | setup_test_homeserver function in utils.
* Replace hs.parse_userid with UserID.from_stringMark Haines2015-01-231-4/+4
|
* Mock ratelimiter to make tests pass.Kegan Dougal2014-12-191-1/+8
|
* Fix profile testsErik Johnston2014-11-051-1/+5
|
* Merge branch 'test-sqlite-memory' of github.com:matrix-org/synapse into developErik Johnston2014-09-181-43/+24
|\ | | | | | | | | Conflicts: tests/handlers/test_profile.py
| * Merge remote-tracking branch 'origin/develop' into test-sqlite-memoryPaul "LeoNerd" Evans2014-09-151-5/+1
| |\
| * | Need to prepare() the SQLiteMemoryDbPool before passing it to HomeServer ↵Paul "LeoNerd" Evans2014-09-111-3/+4
| | | | | | | | | | | | constructor, as DataStore's constructor will want it ready
| * | Test ProfileHandler against the real datastore layer using SQLite :memory:Paul "LeoNerd" Evans2014-09-101-25/+25
| | |
* | | SYN-40: When a user updates their displayname or avatar update all their ↵Erik Johnston2014-09-171-0/+21
| |/ |/| | | | | join events for all the rooms they are currently in.
* | Have all unit tests import from our own subclass of trial's unittest ↵Paul "LeoNerd" Evans2014-09-121-5/+1
|/ | | | TestCase; set up logging in ONE PLACE ONLY
* 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.
* Removed http_server from HomeServer. Updated unit tests to use either ↵Kegan Dougal2014-08-141-2/+2
| | | | resource_for_federation or resource_for_client depending on what is being tested.
* Use new Federation Query API to implement HS->HS fetching of remote users' ↵Paul "LeoNerd" Evans2014-08-131-8/+27
| | | | profile information instead of (ab)using the client-side REST API
* add in copyrights to everything, not just the synapse subdir, and add a ↵Matthew Hodgson2014-08-131-0/+14
| | | | copyrighter.pl whilst we're at it
* Reference Matrix Home Servermatrix.org2014-08-121-0/+112