| Commit message (Expand) | Author | Age | Files | Lines |
* | Update license headers | Patrick Cloke | 2023-11-21 | 1 | -10/+16 |
* | Replace make_awaitable with AsyncMock (#16179) | Patrick Cloke | 2023-08-24 | 1 | -6/+3 |
* | Fix 404 on /profile when the display name is empty but not the avatar (#16012) | Mathieu Velten | 2023-07-27 | 1 | -0/+10 |
* | `N + 3`: Read from column `full_user_id` rather than `user_id` of tables `pro... | Shay | 2023-06-02 | 1 | -20/+8 |
* | Add column `full_user_id` to tables `profiles` and `user_filters`. (#15458) | Shay | 2023-04-26 | 1 | -14/+12 |
* | Add missing type hints to tests.handlers. (#14680) | Patrick Cloke | 2022-12-16 | 1 | -2/+2 |
* | fix broken avatar checks when server_name contains a port (#13927) | Ashish Kumar | 2022-10-26 | 1 | -0/+49 |
* | Remove redundant `get_success` calls in test code (#12346) | Richard van der Hoff | 2022-04-01 | 1 | -1/+1 |
* | Always allow the empty string as an avatar_url. (#12261) | David Robertson | 2022-03-25 | 1 | -0/+6 |
* | Add type hints to some tests/handlers files. (#12224) | Dirk Klimpel | 2022-03-15 | 1 | -19/+24 |
* | Replace assertEquals and friends with non-deprecated versions. (#12092) | Patrick Cloke | 2022-02-28 | 1 | -10/+10 |
* | Remove `HomeServer.get_datastore()` (#12031) | Richard van der Hoff | 2022-02-23 | 1 | -2/+2 |
* | Configurable limits on avatars (#11846) | Brendan Abolivier | 2022-01-28 | 1 | -2/+92 |
* | Use direct references for configuration variables (part 7). (#10959) | Patrick Cloke | 2021-10-04 | 1 | -2/+2 |
* | Always add local users to the user directory (#10796) | David Robertson | 2021-09-21 | 1 | -2/+5 |
* | [pyupgrade] `tests/` (#10347) | Jonathan de Jong | 2021-07-13 | 1 | -1/+1 |
* | update black to 21.6b0 (#10197) | Marcus | 2021-06-17 | 1 | -1/+1 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
* | Use mock from the stdlib. (#9772) | Patrick Cloke | 2021-04-09 | 1 | -1/+1 |
* | Add configs to make profile data more private (#9203) | AndrewFerr | 2021-02-19 | 1 | -1/+5 |
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 1 | -1/+3 |
* | Convert some test cases to use HomeserverTestCase. (#9377) | Patrick Cloke | 2021-02-11 | 1 | -82/+39 |
* | Remove user's avatar URL and displayname when deactivated. (#8932) | Dirk Klimpel | 2021-01-12 | 1 | -0/+30 |
* | Remove redundant mocking | Richard van der Hoff | 2020-12-02 | 1 | -2/+0 |
* | Apply an IP range blacklist to push and key revocation requests. (#8821) | Patrick Cloke | 2020-12-02 | 1 | -1/+1 |
* | Remove the deprecated Handlers object (#8494) | Patrick Cloke | 2020-10-09 | 1 | -7/+0 |
* | Stop sub-classing object (#8249) | Patrick Cloke | 2020-09-04 | 1 | -1/+1 |
* | Convert simple_select_one and simple_select_one_onecol to async (#8162) | Patrick Cloke | 2020-08-26 | 1 | -12/+44 |
* | Convert some of the general database methods to async (#8100) | Patrick Cloke | 2020-08-17 | 1 | -2/+2 |
* | Convert federation client to async/await. (#7975) | Patrick Cloke | 2020-07-30 | 1 | -1/+2 |
* | Convert _base, profile, and _receipts handlers to async/await (#7860) | Patrick Cloke | 2020-07-17 | 1 | -6/+11 |
* | Performance improvements and refactor of Ratelimiter (#7595) | Andrew Morgan | 2020-06-05 | 1 | -5/+1 |
* | async/await is_server_admin (#7363) | Andrew Morgan | 2020-05-01 | 1 | -21/+39 |
* | Add options to prevent users from changing their profile. (#7096) | Dirk Klimpel | 2020-03-27 | 1 | -1/+64 |
* | Revert "Add options to disable setting profile info for prevent changes. (#70... | Richard van der Hoff | 2020-03-17 | 1 | -32/+1 |
* | updates after review | dklimpel | 2020-03-09 | 1 | -3/+3 |
* | fix tests | dklimpel | 2020-03-09 | 1 | -2/+2 |
* | add tests | dklimpel | 2020-03-09 | 1 | -3/+3 |
* | Add options to disable setting profile info for prevent changes. | dklimpel | 2020-03-08 | 1 | -1/+32 |
* | Add rate-limiting on registration (#4735) | Brendan Abolivier | 2019-03-05 | 1 | -2/+2 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_prof... | Erik Johnston | 2018-08-17 | 1 | -16/+10 |
|\ |
|
| * | Run tests under PostgreSQL (#3423) | Amber Brown | 2018-08-13 | 1 | -0/+1 |
| * | Run black. | black | 2018-08-10 | 1 | -16/+9 |
* | | Split ProfileHandler into master and worker | Erik Johnston | 2018-08-17 | 1 | -2/+2 |
|/ |
|
* | run isort | Amber Brown | 2018-07-09 | 1 | -3/+3 |
* | s/replication_client/federation_client/ | Erik Johnston | 2018-03-13 | 1 | -1/+1 |
* | s/replication_server/federation_server | Erik Johnston | 2018-03-13 | 1 | -1/+1 |
* | Fix tests | Erik Johnston | 2018-03-13 | 1 | -1/+2 |
* | Fix tests | Erik Johnston | 2018-03-13 | 1 | -5/+4 |
* | Split out profile handler to fix tests | Erik Johnston | 2017-08-25 | 1 | -3/+1 |
* | fix tests | Richard van der Hoff | 2017-03-23 | 1 | -1/+2 |
* | Implement device key caching over federation | Erik Johnston | 2017-01-26 | 1 | -0/+1 |
* | Add `create_requester` function | Richard van der Hoff | 2016-07-26 | 1 | -4/+6 |
* | Pass whole requester to ratelimiting | Daniel Wagner-Hall | 2016-03-03 | 1 | -4/+12 |
* | Fix flake8 warnings for tests | Mark Haines | 2016-02-19 | 1 | -3/+6 |
* | Remove old tests. | Erik Johnston | 2016-02-18 | 1 | -3/+0 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | Factor out some of the common homeserver setup code into a | Mark Haines | 2015-02-11 | 1 | -19/+10 |
* | Replace hs.parse_userid with UserID.from_string | Mark Haines | 2015-01-23 | 1 | -4/+4 |
* | Mock ratelimiter to make tests pass. | Kegan Dougal | 2014-12-19 | 1 | -1/+8 |
* | Fix profile tests | Erik Johnston | 2014-11-05 | 1 | -1/+5 |
* | Merge branch 'test-sqlite-memory' of github.com:matrix-org/synapse into develop | Erik Johnston | 2014-09-18 | 1 | -43/+24 |
|\ |
|
| * | Merge remote-tracking branch 'origin/develop' into test-sqlite-memory | Paul "LeoNerd" Evans | 2014-09-15 | 1 | -5/+1 |
| |\ |
|
| * | | Need to prepare() the SQLiteMemoryDbPool before passing it to HomeServer cons... | Paul "LeoNerd" Evans | 2014-09-11 | 1 | -3/+4 |
| * | | Test ProfileHandler against the real datastore layer using SQLite :memory: | Paul "LeoNerd" Evans | 2014-09-10 | 1 | -25/+25 |
* | | | SYN-40: When a user updates their displayname or avatar update all their join... | Erik Johnston | 2014-09-17 | 1 | -0/+21 |
| |/
|/| |
|
* | | Have all unit tests import from our own subclass of trial's unittest TestCase... | Paul "LeoNerd" Evans | 2014-09-12 | 1 | -5/+1 |
|/ |
|
* | fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has... | Matthew Hodgson | 2014-09-03 | 1 | -1/+1 |
* | Removed http_server from HomeServer. Updated unit tests to use either resourc... | Kegan Dougal | 2014-08-14 | 1 | -2/+2 |
* | Use new Federation Query API to implement HS->HS fetching of remote users' pr... | Paul "LeoNerd" Evans | 2014-08-13 | 1 | -8/+27 |
* | add in copyrights to everything, not just the synapse subdir, and add a copyr... | Matthew Hodgson | 2014-08-13 | 1 | -0/+14 |
* | Reference Matrix Home Server | matrix.org | 2014-08-12 | 1 | -0/+112 |