summary refs log tree commit diff
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* RoomAccessRules cleanup (#62)Andrew Morgan2020-09-101-34/+27
* Add a config option for validating 'next_link' parameters against a domain wh...Andrew Morgan2020-09-091-7/+96
* Merge commit 'f88c48f3b' into anoa/dinsic_release_1_18_xAndrew Morgan2020-08-039-1570/+1665
|\
| * Convert tests/rest/admin/test_room.py to unix file endings (#7953)Andrew Morgan2020-07-271-1447/+1447
| * Support oEmbed for media previews. (#7920)Patrick Cloke2020-07-271-8/+134
| * Convert state resolution to async/await (#7942)Patrick Cloke2020-07-245-50/+73
| * Convert more of the media code to async/await (#7873)Patrick Cloke2020-07-241-1/+4
| * Return an empty body for OPTIONS requests. (#7886)Patrick Cloke2020-07-241-6/+6
| * Downgrade warning on client disconnect to INFO (#7928)Richard van der Hoff2020-07-241-58/+1
* | Merge commit '68cd93582' into anoa/dinsic_release_1_18_xAndrew Morgan2020-08-032-37/+40
|\|
| * Convert the federation agent and related code to async/await. (#7874)Patrick Cloke2020-07-232-37/+40
* | Merge commit 'cc9bb3dc3' into anoa/dinsic_release_1_18_xAndrew Morgan2020-08-038-102/+120
|\|
| * Convert the message handler to async/await. (#7884)Patrick Cloke2020-07-228-102/+120
* | Merge commit 'de119063f' into anoa/dinsic_release_1_18_xAndrew Morgan2020-08-036-34/+280
|\|
| * Convert device handler to async/await (#7871)Patrick Cloke2020-07-173-28/+30
| * Convert _base, profile, and _receipts handlers to async/await (#7860)Patrick Cloke2020-07-171-6/+11
| * Add admin endpoint to get members in a room. (#7842)Michael Albert2020-07-161-0/+46
| * Add ability to run multiple pusher instances (#7855)Erik Johnston2020-07-161-0/+193
* | Merge commit 'a973bcb8a' into anoa/dinsic_release_1_18_xAndrew Morgan2020-08-039-433/+764
|\|
| * Merge branch 'erikj/faster_typing' of github.com:matrix-org/synapse into developErik Johnston2020-07-151-2/+2
| |\
| | * Fix testsErik Johnston2020-07-151-2/+2
| * | Allow accounts to be re-activated from the admin APIs. (#7847)Patrick Cloke2020-07-151-0/+47
| * | Fix client reader sharding tests (#7853)Erik Johnston2020-07-154-173/+271
| |/
| * Convert E2E key and room key handlers to async/await. (#7851)Patrick Cloke2020-07-152-237/+422
| * Return the proper 403 Forbidden error during errors with JWT logins. (#7844)Patrick Cloke2020-07-151-21/+22
* | Merge commit '491f0dab1' into anoa/dinsic_release_1_18_xAndrew Morgan2020-08-032-0/+403
|\|
| * Add delete room admin endpoint (#7613)Dirk Klimpel2020-07-142-0/+403
* | Merge commit '77d2c0541' into anoa/dinsic_release_1_18_xAndrew Morgan2020-08-031-6/+100
|\|
| * Add the option to validate the `iss` and `aud` claims for JWT logins. (#7827)Patrick Cloke2020-07-141-6/+100
* | Merge commit '457096e6d' into anoa/dinsic_release_1_18_xAndrew Morgan2020-08-031-0/+133
|\|
| * Support handling registration requests across multiple client readers. (#7830)Patrick Cloke2020-07-131-0/+133
* | Merge commit '66a4af8d9' into anoa/dinsic_release_1_18_xAndrew Morgan2020-08-031-1/+1
|\|
| * Do not use canonicaljson to magically handle decoding bytes from JSON. (#7802)Patrick Cloke2020-07-101-1/+1
* | Merge commit 'f299441cc' into anoa/dinsic_release_1_18_xAndrew Morgan2020-08-032-0/+287
|\|
| * Add ability to shard the federation sender (#7798)Erik Johnston2020-07-102-0/+287
* | Merge commit '43726783e' into dinsicAndrew Morgan2020-08-0313-54/+63
|\|
| * Fix some spelling mistakes / typos. (#7811)Patrick Cloke2020-07-096-7/+7
| * Add `HomeServer.signing_key` property (#7805)Richard van der Hoff2020-07-081-5/+2
| * Stop populating unused table `local_invites`. (#7793)Richard van der Hoff2020-07-071-1/+0
| * Convert the appservice handler to async/await. (#7775)Patrick Cloke2020-07-061-33/+35
| * Don't ignore `set_tweak` actions with no explicit `value`. (#7766)reivilibre2020-07-061-0/+17
| * isort 5 compatibility (#7786)Will Hunt2020-07-053-8/+2
* | Merge commit '5cdca53aa' into dinsicAndrew Morgan2020-08-035-44/+606
|\|
| * Merge different Resource implementation classes (#7732)Erik Johnston2020-07-032-9/+65
| * Fix inconsistent handling of upper and lower cases of email addresses. (#7021)Dirk Klimpel2020-07-032-30/+194
| * Hack to add push priority to push notifications (#7765)reivilibre2020-07-011-5/+347
* | Merge commit 'dc80a0762' into dinsicAndrew Morgan2020-08-036-122/+308
|\|
| * Back out MSC2625 implementation (#7761)Brendan Abolivier2020-07-012-45/+19
| * Additional configuration options for auto-join rooms (#7763)Patrick Cloke2020-06-301-2/+210
| * Yield during large v2 state res. (#7735)Erik Johnston2020-06-241-0/+9
| * add org.matrix.login.jwt so that m.login.jwt can be deprecated (#7675)Sorunome2020-06-241-3/+7
| * Allow local media to be marked as safe from being quarantined. (#7718)Patrick Cloke2020-06-221-72/+65
* | Merge commit '363082561' into dinsicAndrew Morgan2020-08-031-6/+7
|\|
| * Convert the typing handler to async/await. (#7679)Patrick Cloke2020-06-171-6/+7
* | Merge commit '434716e1d' into dinsicAndrew Morgan2020-08-031-1/+1
|\|
| * Fetch from the r0 media path instead of the unspecced v1. (#7714)Patrick Cloke2020-06-171-1/+1
* | Merge commit '46613aaf7' into dinsicAndrew Morgan2020-08-032-19/+45
|\|
| * Implement unread counter (MSC2625) (#7673)Brendan Abolivier2020-06-172-19/+45
| |\
| | * Merge branch 'develop' into babolivier/mark_unreadBrendan Abolivier2020-06-152-21/+141
| | |\
| | * \ Merge branch 'develop' into babolivier/mark_unreadBrendan Abolivier2020-06-154-7/+110
| | |\ \
| | * | | LintBrendan Abolivier2020-06-121-3/+1
| | * | | Test that a mark_unread action updates the right counter when using a slave s...Brendan Abolivier2020-06-121-0/+15
| | * | | Remove debug loggingBrendan Abolivier2020-06-121-2/+0
| | * | | Test that a mark_unread action updates the right counterBrendan Abolivier2020-06-121-5/+16
| | * | | Fix testsBrendan Abolivier2020-06-102-17/+21
* | | | | Merge commit 'ac51bd581' into dinsicAndrew Morgan2020-08-031-0/+10
|\| | | |
| * | | | Include a user agent in federation requests. (#7677)Patrick Cloke2020-06-161-0/+10
* | | | | Merge commit 'a3f11567d' into dinsicAndrew Morgan2020-08-0310-23/+14
|\| | | |
| * | | | Replace all remaining six usage with native Python 3 equivalents (#7704)Dagfinn Ilmari Mannsåker2020-06-1610-23/+14
* | | | | Merge commit '03619324f' into dinsicAndrew Morgan2020-08-0316-58/+373
|\| | | |
| * | | | Create a ListenerConfig object (#7681)Richard van der Hoff2020-06-165-19/+31
| * | | | Merge branch 'master' into developBrendan Abolivier2020-06-162-0/+54
| |\ \ \ \
| | * | | | Wrap register_device coroutine in an ensureDeferred (#7684)Andrew Morgan2020-06-162-0/+54
| | |/ / /
| * | | | Ensure the body is a string before comparing push rules. (#7701)Patrick Cloke2020-06-151-9/+30
| * | | | Ensure etag is a string for GET room_keys/version response (#7691)Hubert Chathi2020-06-151-0/+1
| | |_|/ | |/| |
| * | | Discard RDATA from already seen positions. (#7648)Patrick Cloke2020-06-152-21/+141
| | |/ | |/|
| * | Add option to enable encryption by default for new rooms (#7639)Andrew Morgan2020-06-104-7/+110
| |/
* | Add option to autobind user's email on registration (#51)Andrew Morgan2020-07-021-1/+84
* | Merge branch 'release-v1.15.0' of github.com:matrix-org/synapse into dinsic-r...Andrew Morgan2020-06-2419-244/+1412
|\|
| * Convert user directory handler and related classes to async/await. (#7640)Patrick Cloke2020-06-051-4/+4
| * Add an option to disable autojoin for guest accounts (#6637)Travis Ralston2020-06-051-0/+10
| * Allow new users to be registered via the admin API even if the monthly active...Dirk Klimpel2020-06-051-15/+163
| * Add device management to admin API (#7481)Dirk Klimpel2020-06-051-0/+541
| * Add support for webp thumbnailing (#7586)WGH2020-06-051-36/+99
| * Performance improvements and refactor of Ratelimiter (#7595)Andrew Morgan2020-06-058-68/+128
| * Fix encryption algorithm typos in tests/comments (#7637)Andrew Morgan2020-06-042-6/+6
| * Replace instances of reactor pumping with get_success. (#7619)Andrew Morgan2020-06-032-121/+151
| * Fix a bug in automatic user creation with m.login.jwt. (#7585)Olof Johansson2020-06-011-0/+153
| * Process cross-signing keys when resyncing device lists (#7594)Brendan Abolivier2020-06-011-0/+56
| * Email notifications for new users when creating via the Admin API. (#7267)Dirk Klimpel2020-06-011-0/+75
| * Add test for Linearizer.is_queued(..)Erik Johnston2020-05-271-0/+32
* | Prevent M_USER_IN_USE from being raised by registration methods until after e...Andrew Morgan2020-06-221-8/+0
* | Add a bulk user info endpoint and deprecate the old one (#46)Andrew Morgan2020-06-191-1/+134
* | Performance improvements to marking expired users as inactive (#47)Andrew Morgan2020-06-191-10/+27
* | Merge branch 'release-v1.14.0' of github.com:matrix-org/synapse into dinsic-r...Andrew Morgan2020-06-1042-237/+1832
|\|
| * Fix specifying cache factors via env vars with * in name. (#7580)Erik Johnston2020-05-271-0/+28
| * Don't apply cache factor to event cache. (#7578)Erik Johnston2020-05-271-0/+16
| * Fix recording of federation stream token (#7564)Richard van der Hoff2020-05-261-0/+71
| * Optimise some references to hs.config (#7546)Richard van der Hoff2020-05-224-117/+129
| * Fix missing CORS headers on OPTION responses (#7560)Erik Johnston2020-05-221-0/+28
| * Return 200 OK for all OPTIONS requests (#7534)Patrick Cloke2020-05-221-0/+53
| * Add ability to wait for replication streams (#7542)Erik Johnston2020-05-225-8/+15
| * Convert sending mail to async/await. (#7557)Erik Johnston2020-05-221-2/+2
| * Retry to sync out of sync device lists (#7453)Brendan Abolivier2020-05-211-1/+62
| * fix mypy for tests/replication (#7518)Richard van der Hoff2020-05-182-13/+7
| * Fix limit logic for AccountDataStream (#7384)Richard van der Hoff2020-05-151-0/+117
| * Support UI Authentication for OpenID Connect accounts (#7457)Patrick Cloke2020-05-151-5/+10
| * Implement room version 6 (MSC2240). (#7506)Patrick Cloke2020-05-153-15/+9
| * Strictly enforce canonicaljson requirements in a new room version (#7381)Patrick Cloke2020-05-141-1/+66
| * Enforce MSC2209: auth rules for notifications in power level event (#7502)Patrick Cloke2020-05-141-0/+33
| * Allow expired accounts to logout (#7443)Andrew Morgan2020-05-142-2/+103
| * Merge tag 'v1.13.0rc2' into developRichard van der Hoff2020-05-142-46/+59
| |\
| * | Clean up replication unit tests. (#7490)Erik Johnston2020-05-137-51/+15
| * | Shuffle persist event data store functions. (#7440)Erik Johnston2020-05-131-1/+2
| * | Fix new flake8 errors (#7470)Erik Johnston2020-05-121-1/+1
| * | Allow configuration of Synapse's cache without using synctl or environment va...Amber Brown2020-05-119-18/+178
| * | Merge branch 'release-v1.13.0' into developAndrew Morgan2020-05-111-88/+216
| |\ \
| * | | Extend spam checker to allow for multiple modules (#7435)Andrew Morgan2020-05-081-2/+2
| * | | Implement OpenID Connect-based login (#7256)Quentin Gliech2020-05-081-0/+565
| * | | Add room details admin endpoint (#7317)Manuel Stahl2020-05-072-0/+52
| * | | Merge branch 'release-v1.13.0' into developRichard van der Hoff2020-05-064-33/+53
| |\ \ \
| * \ \ \ Merge branch 'release-v1.13.0' into developRichard van der Hoff2020-05-062-6/+120
| |\ \ \ \
| * | | | | Fix catchup-on-reconnect for the Federation Stream (#7374)Richard van der Hoff2020-05-053-12/+94
| * | | | | Add MultiWriterIdGenerator. (#7281)Erik Johnston2020-05-041-0/+184
* | | | | | Merge branch 'release-v1.13.0' of github.com:matrix-org/synapse into dinsic-r...Andrew Morgan2020-06-1056-1041/+4321
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Stop `get_joined_users` corruption from custom statuses (#7376)Richard van der Hoff2020-05-141-1/+49
| * | | | | Do not validate that the client dict is stable during UI Auth. (#7483)Patrick Cloke2020-05-131-45/+10
| * | | | | Fix new flake8 errors (#7489)Patrick Cloke2020-05-131-1/+1
| | |_|_|/ | |/| | |
| * | | | Rework UI Auth session validation for registration (#7455)Patrick Cloke2020-05-081-88/+216
| | |_|/ | |/| |
| * | | Stop Auth methods from polling the config on every req. (#7420)Andrew Morgan2020-05-064-33/+53
| | |/ | |/|
| * | Fix bug in EventContext.deserialize. (#7393)Erik Johnston2020-05-052-6/+120
| |/
| * Convert synapse.server_notices to async/await. (#7394)Patrick Cloke2020-05-011-1/+1
| * Thread through instance name to replication client. (#7369)Erik Johnston2020-05-013-6/+6
| * Use `stream.current_token()` and remove `stream_positions()` (#7172)Erik Johnston2020-05-014-34/+26
| * async/await is_server_admin (#7363)Andrew Morgan2020-05-014-62/+81
| * Persist user interactive authentication sessions (#7302)Patrick Cloke2020-04-302-4/+44
| * Add instance name to RDATA/POSITION commands (#7364)Erik Johnston2020-04-292-2/+5
| * Don't relay REMOTE_SERVER_UP cmds to same conn. (#7352)Erik Johnston2020-04-291-0/+62
| * Fix limit logic for EventsStream (#7358)Richard van der Hoff2020-04-298-48/+579
| * Return total number of users and profile attributes in admin users endpoint (...Manuel Stahl2020-04-282-0/+48
| * Add some replication tests (#7278)Erik Johnston2020-04-282-11/+298
| * Fix collation for postgres for unit tests (#7359)Richard van der Hoff2020-04-281-1/+4
| * Revert "Revert "Merge pull request #7315 from matrix-org/babolivier/request_t...Brendan Abolivier2020-04-232-1/+62
| * Another go at fixing one-word commands (#7326)Richard van der Hoff2020-04-221-0/+42
| * Extend StreamChangeCache to support multiple entities per stream ID (#7303)Richard van der Hoff2020-04-221-9/+60
| * Extend room admin api with additional attributes (#7225)Dirk Klimpel2020-04-222-592/+680
| * Add ability to run replication protocol over redis. (#7040)Erik Johnston2020-04-221-2/+2
| * Do not treat display names as globs for push rules. (#7271)Patrick Cloke2020-04-161-0/+65
| * Convert auth handler to async/await (#7261)Patrick Cloke2020-04-154-57/+104
| * Allow specifying the value of Accept-Language header for URL previews (#7265)Andrew Morgan2020-04-151-0/+55
| * Fix the parameters of a test fixture (#7243)Zay11Zay2020-04-141-1/+1
| * Default PL100 to enable encryption in a room (#7230)Andrew Morgan2020-04-092-4/+297
| * Do not allow a deactivated user to login via SSO. (#7240)Patrick Cloke2020-04-091-3/+39
| * bg update to clear out duplicate outbound_device_list_pokes (#7193)Richard van der Hoff2020-04-071-0/+52
| * Move client command handling out of TCP protocol (#7185)Erik Johnston2020-04-063-29/+25
| * Server notices: Dissociate room creation/lookup from invite (#7199)Brendan Abolivier2020-04-041-12/+108
| * Merge pull request #7190 from matrix-org/rav/one_bg_update_at_a_timeRichard van der Hoff2020-04-032-13/+22
| |\
| | * Make do_next_background_update return a boolRichard van der Hoff2020-03-311-3/+3
| | * Set a logging context while running the bg updatesRichard van der Hoff2020-03-311-4/+7
| | * Make `has_completed_background_updates` asyncRichard van der Hoff2020-03-311-1/+3
| | * Remove unused `start_background_update`Richard van der Hoff2020-03-311-5/+9
| * | Fix device list update stream ids going backward (#7158)Richard van der Hoff2020-04-031-0/+6
| * | Allow admins to create aliases when they are not in the room (#7191)Patrick Cloke2020-04-011-0/+62
| |/
| * Rewrite prune_old_outbound_device_pokes for efficiency (#7159)Richard van der Hoff2020-03-301-0/+92
| * Merge pull request #7157 from matrix-org/rev.outbound_device_pokes_testsRichard van der Hoff2020-03-3010-22/+317
| |\
| | * Add tests for outbound device pokesRichard van der Hoff2020-03-272-3/+301
| | * Remove spurious "name" parameter to `default_config`Richard van der Hoff2020-03-249-19/+16
| * | Always whitelist the login fallback for SSO (#7153)Richard van der Hoff2020-03-271-1/+8
| * | Admin API to join users to a room. (#7051)Dirk Klimpel2020-03-271-0/+288
| * | Add options to prevent users from changing their profile. (#7096)Dirk Klimpel2020-03-272-1/+366
| * | Allow server admins to define and enforce a password policy (MSC2000). (#7118)Dirk Klimpel2020-03-261-0/+179
| * | Validate that the session is not modified during UI-Auth (#7068)Patrick Cloke2020-03-262-2/+69
| * | Move catchup of replication streams to worker. (#7024)Erik Johnston2020-03-252-23/+84
| * | Clean up some LoggingContext stuff (#7120)Richard van der Hoff2020-03-2411-56/+68
| |/
| * Convert `*StreamRow` classes to inner classes (#7116)Richard van der Hoff2020-03-231-2/+2
| * Improve database configuration docs (#6988)Richard van der Hoff2020-03-201-20/+2
| * Change device list streams to have one row per ID (#7010)Erik Johnston2020-03-191-45/+0
| |\
| | * Remove handling of multiple rows per IDErik Johnston2020-02-281-45/+0
* | | Do not treat display names as globs for push rules. (#7271)Patrick Cloke2020-05-281-0/+65
* | | apply lintingAndrew Morgan2020-05-143-12/+9
* | | Fix and refactor rewritten IS url feature. Add sample config docs (#40)Andrew Morgan2020-04-221-3/+4
* | | Merge branch 'dinsic' of github.com:matrix-org/synapse-dinsic into dinsic-rel...Andrew Morgan2020-03-241-2/+4
|\ \ \
| * | | Share SSL contexts for non-federation requests (#30)Richard van der Hoff2020-03-171-3/+3
| * | | Share SSL options for well-known requests (#29)Andrew Morgan2020-03-161-6/+6
* | | | Improve get auth chain difference algorithm. (#7095)Andrew Morgan2020-03-242-22/+148
|\ \ \ \ | | |/ / | |/| |
| * | | Improve get auth chain difference algorithm. (#7095)Erik Johnston2020-03-182-22/+148
* | | | Share SSL contexts for non-federation requests (#7094)Andrew Morgan2020-03-242-13/+22
|\| | |
| * | | Share SSL contexts for non-federation requests (#7094)Richard van der Hoff2020-03-172-13/+22
* | | | Remove special casing of `m.room.aliases` events (#7034)Andrew Morgan2020-03-242-15/+33
|\| | |
| * | | Remove special casing of `m.room.aliases` events (#7034)Patrick Cloke2020-03-172-15/+33
| * | | Revert "Add options to disable setting profile info for prevent changes. (#70...Richard van der Hoff2020-03-172-335/+1
| * | | Add options to disable setting profile info for prevent changes. (#7053)Brendan Abolivier2020-03-102-1/+335
| |\ \ \
| | * | | lint, fix testsdklimpel2020-03-091-2/+2
| | * | | updates after reviewdklimpel2020-03-092-13/+10
| | * | | fix testsdklimpel2020-03-091-2/+2
| | * | | lintdklimpel2020-03-091-10/+8
| | * | | add testsdklimpel2020-03-092-3/+311
| | * | | Add options to disable setting profile info for prevent changes.dklimpel2020-03-081-1/+32
| | | |/ | | |/|
* | | | Remove special auth and redaction rules for aliases events in experimental ro...Andrew Morgan2020-03-242-3/+125
|\| | |
| * | | Remove special auth and redaction rules for aliases events in experimental ro...Patrick Cloke2020-03-092-3/+125
* | | | Break down monthly active users by appservice_id (#7030)Andrew Morgan2020-03-241-0/+42
|\| | |
| * | | Break down monthly active users by appservice_id (#7030)Neil Johnson2020-03-061-0/+42
* | | | Allow deleting an alias if the user has sufficient power level (#6986)Andrew Morgan2020-03-241-24/+104
|\| | |
| * | | Allow deleting an alias if the user has sufficient power level (#6986)Patrick Cloke2020-03-041-24/+104
* | | | Read the room version from database when fetching events (#6874)Andrew Morgan2020-03-241-0/+10
|\| | |
| * | | Read the room version from database when fetching events (#6874)Richard van der Hoff2020-03-041-0/+10
| * | | Merge branch 'master' into developBrendan Abolivier2020-03-031-0/+111
| |\ \ \
* | \ \ \ v1.11.1Andrew Morgan2020-03-241-0/+111
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Add a whitelist for the SSO confirmation step.Richard van der Hoff2020-03-021-3/+29
| * | | | Merge remote-tracking branch 'origin/release-v1.11.1' into release-v1.11.1Richard van der Hoff2020-03-021-28/+181
| |\ \ \ \
| * | | | | Add a confirmation step to the SSO login flowBrendan Abolivier2020-03-021-0/+85
* | | | | | Validate the alt_aliases property of canonical alias events (#6971)Andrew Morgan2020-03-243-37/+191
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Validate the alt_aliases property of canonical alias events (#6971)Patrick Cloke2020-03-033-37/+191
| | |_|/ / | |/| | |
* | | | | Fix py35-old CI by using native tox. (#7018)Andrew Morgan2020-03-241-0/+60
|\| | | |
* | | | | Fixed set a user as an admin with the new API (#6928)Andrew Morgan2020-03-241-60/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Fixed set a user as an admin with the new API (#6928)Dirk Klimpel2020-03-021-28/+181
| | |/ / | |/| |
* | | | Fixed set a user as an admin with the new API (#6928)Andrew Morgan2020-03-241-32/+186
|\ \ \ \ | | |/ / | |/| |
| * | | Fixed set a user as an admin with the new API (#6928)Dirk Klimpel2020-02-281-32/+186
* | | | set worker_app for frontend proxy test (#7003)Andrew Morgan2020-03-241-0/+5
|\| | |
| * | | set worker_app for frontend proxy test (#7003)Richard van der Hoff2020-02-271-0/+5
* | | | Store room version on invite (#6983)Andrew Morgan2020-03-242-0/+9
|\| | |
| * | | Store room version on invite (#6983)Richard van der Hoff2020-02-262-0/+9
* | | | Port PresenceHandler to async/await (#6991)Andrew Morgan2020-03-241-6/+12
|\| | |
| * | | Port PresenceHandler to async/await (#6991)Erik Johnston2020-02-261-6/+12
* | | | Ensure 'deactivated' parameter is a boolean on user admin API, Fix error hand...Andrew Morgan2020-03-241-0/+59
|\| | |
| * | | Ensure 'deactivated' parameter is a boolean on user admin API, Fix error hand...Andrew Morgan2020-02-261-0/+59
* | | | Merge worker apps into one. (#6964)Andrew Morgan2020-03-242-10/+6
|\| | |
| * | | Merge worker apps into one. (#6964)Erik Johnston2020-02-252-10/+6
* | | | Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957)Andrew Morgan2020-03-2415-105/+87
|\| | |
| * | | Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957)Patrick Cloke2020-02-2115-105/+87
* | | | Reduce auth chains fetched during v2 state res. (#6952)Andrew Morgan2020-03-241-2/+4
|\| | |
| * | | Reduce auth chains fetched during v2 state res. (#6952)Erik Johnston2020-02-191-2/+4
| |/ /
* | | Merge pull request #6949 from matrix-org/rav/list_room_aliases_peekableAndrew Morgan2020-03-242-2/+19
|\| |
| * | Merge pull request #6949 from matrix-org/rav/list_room_aliases_peekableRichard van der Hoff2020-02-192-2/+19
| |\ \
| | * | Make room alias lists peekableRichard van der Hoff2020-02-191-0/+17
| | * | Refactor the membership check methods in AuthRichard van der Hoff2020-02-181-2/+2
* | | | Move MSC2432 stuff onto unstable prefix (#6948)Andrew Morgan2020-03-241-3/+13
|\| | |
| * | | Move MSC2432 stuff onto unstable prefix (#6948)Richard van der Hoff2020-02-191-3/+13
| |/ /
* | | Implement GET /_matrix/client/r0/rooms/{roomId}/aliases (#6939)Andrew Morgan2020-03-242-10/+88
|\| |
| * | Implement GET /_matrix/client/r0/rooms/{roomId}/aliases (#6939)Richard van der Hoff2020-02-182-10/+88
* | | Merge pull request #6872 from matrix-org/rav/dictpropertyAndrew Morgan2020-03-241-1/+1
|\| |
| * | Merge pull request #6872 from matrix-org/rav/dictpropertyRichard van der Hoff2020-02-181-1/+1
| |\ \
| | * | Replace _event_dict_property with DictPropertyRichard van der Hoff2020-02-141-1/+1
* | | | Stop sending events when creating or deleting aliases (#6904)Andrew Morgan2020-03-241-2/+152
|\| | |
| * | | Stop sending events when creating or deleting aliases (#6904)Patrick Cloke2020-02-181-2/+152
* | | | Raise the default power levels for invites, tombstones and server acls (#6834)Andrew Morgan2020-03-231-1/+3
|\| | |
| * | | Raise the default power levels for invites, tombstones and server acls (#6834)Andrew Morgan2020-02-171-1/+3
* | | | Convert the directory handler tests to use HomeserverTestCase (#6919)Andrew Morgan2020-03-231-24/+17
|\| | |
| * | | Convert the directory handler tests to use HomeserverTestCase (#6919)Patrick Cloke2020-02-141-24/+17
| |/ /
* | | Filter the results of user directory searching via the spam checker (#6888)Andrew Morgan2020-03-231-0/+92
|\| |