summary refs log tree commit diff
path: root/tests/handlers/test_profile.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v1.37.0' into babolivier/dinsic_1.41.0Brendan Abolivier2021-09-011-1/+1
|\
| * update black to 21.6b0 (#10197)Marcus2021-06-171-1/+1
* | Merge tag 'v1.33.0' into babolivier/dinsic_1.41.0Brendan Abolivier2021-08-311-1/+0
|\|
| * Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* | Merge tag 'v1.32.0' into babolivier/dinsic_1.41.0Brendan Abolivier2021-08-311-1/+1
|\|
| * Use mock from the stdlib. (#9772)Patrick Cloke2021-04-091-1/+1
* | Merge commit 'd9f1dccba' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-231-1/+5
|\|
| * Add configs to make profile data more private (#9203)AndrewFerr2021-02-191-1/+5
* | Merge commit 'd2f0ec12d' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-231-83/+42
|\|
| * Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-1/+3
| * Convert some test cases to use HomeserverTestCase. (#9377)Patrick Cloke2021-02-111-82/+39
* | Merge commit '98a64b7f7' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-221-0/+30
|\|
| * Remove user's avatar URL and displayname when deactivated. (#8932)Dirk Klimpel2021-01-121-0/+30
* | Merge commit 'cf7d3c90d' into dinsicAndrew Morgan2021-04-161-2/+0
|\|
| * Remove redundant mockingRichard van der Hoff2020-12-021-2/+0
| * Apply an IP range blacklist to push and key revocation requests. (#8821)Patrick Cloke2020-12-021-1/+1
* | Port "Add support for no_proxy and case insensitive env variables" from mainl...Andrew Morgan2021-03-221-1/+1
* | Merge commit '74976a8e4' into dinsicAndrew Morgan2020-12-311-7/+0
|\|
| * Remove the deprecated Handlers object (#8494)Patrick Cloke2020-10-091-7/+0
* | Merge commit '17fa4c7ca' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-1/+1
|\|
| * Stop sub-classing object (#8249)Patrick Cloke2020-09-041-1/+1
* | Merge commit 'a466b6797' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-4/+21
|\|
| * Convert simple_select_one and simple_select_one_onecol to async (#8162)Patrick Cloke2020-08-261-12/+44
* | Merge commit 'c9c544cda' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-191-8/+23
|\|
* | Merge commit '050e20e7c' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-191-0/+3
|\|
| * Convert some of the general database methods to async (#8100)Patrick Cloke2020-08-171-2/+2
* | Merge commit 'c978f6c45' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-161-1/+2
|\|
| * Convert federation client to async/await. (#7975)Patrick Cloke2020-07-301-1/+2
* | Merge commit 'de119063f' into anoa/dinsic_release_1_18_xAndrew Morgan2020-08-031-6/+11
|\|
| * Convert _base, profile, and _receipts handlers to async/await (#7860)Patrick Cloke2020-07-171-6/+11
* | Merge branch 'release-v1.15.0' of github.com:matrix-org/synapse into dinsic-r...Andrew Morgan2020-06-241-5/+1
|\|
| * Performance improvements and refactor of Ratelimiter (#7595)Andrew Morgan2020-06-051-5/+1
* | Merge branch 'release-v1.13.0' of github.com:matrix-org/synapse into dinsic-r...Andrew Morgan2020-06-101-10/+91
|\|
| * async/await is_server_admin (#7363)Andrew Morgan2020-05-011-21/+39
| * Add options to prevent users from changing their profile. (#7096)Dirk Klimpel2020-03-271-1/+64
| * Revert "Add options to disable setting profile info for prevent changes. (#70...Richard van der Hoff2020-03-171-32/+1
| * updates after reviewdklimpel2020-03-091-3/+3
| * fix testsdklimpel2020-03-091-2/+2
| * add testsdklimpel2020-03-091-3/+3
| * Add options to disable setting profile info for prevent changes.dklimpel2020-03-081-1/+32
* | Dinsic Blacking with black==18.6b2Andrew Morgan2020-02-111-4/+2
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/dinsic-mergedErik Johnston2019-03-211-2/+2
|\|
| * Add rate-limiting on registration (#4735)Brendan Abolivier2019-03-051-2/+2
* | merge master into dinsic, again...Matthew Hodgson2018-11-031-2/+2
|\|
| * Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_prof...Erik Johnston2018-08-171-16/+10
| |\
| * | Split ProfileHandler into master and workerErik Johnston2018-08-171-2/+2
* | | merge in masterMatthew Hodgson2018-10-221-13/+9
|\ \ \ | | |/ | |/|
| * | Run tests under PostgreSQL (#3423)Amber Brown2018-08-131-0/+1
| * | Run black.black2018-08-101-16/+9
| |/
* | Merge remote-tracking branch 'origin/master' into dinsicDavid Baker2018-07-191-3/+3
|\|
| * run isortAmber Brown2018-07-091-3/+3
* | unbreak testsMatthew Hodgson2018-05-041-1/+0
* | remove create_profile from testsMatthew Hodgson2018-05-041-2/+0
* | PR feedbackDavid Baker2018-04-251-2/+2
* | Fix testsDavid Baker2018-04-171-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
* Pass whole requester to ratelimitingDaniel Wagner-Hall2016-03-031-4/+12
* 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
* 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
|\
| * 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 cons...Paul "LeoNerd" Evans2014-09-111-3/+4
| * | 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 join...Erik Johnston2014-09-171-0/+21
| |/ |/|
* | Have all unit tests import from our own subclass of trial's unittest TestCase...Paul "LeoNerd" Evans2014-09-121-5/+1
|/
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* Removed http_server from HomeServer. Updated unit tests to use either resourc...Kegan Dougal2014-08-141-2/+2
* Use new Federation Query API to implement HS->HS fetching of remote users' pr...Paul "LeoNerd" Evans2014-08-131-8/+27
* add in copyrights to everything, not just the synapse subdir, and add a copyr...Matthew Hodgson2014-08-131-0/+14
* Reference Matrix Home Servermatrix.org2014-08-121-0/+112