Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | changelog | Richard van der Hoff | 2019-06-25 | 1 | -0/+1 |
| | |||||
* | Update github templates | Richard van der Hoff | 2019-06-25 | 1 | -2/+3 |
| | |||||
* | Update SUPPORT.md | Richard van der Hoff | 2019-06-25 | 1 | -3/+3 |
| | |||||
* | Change to absolute path for contrib/docker | Neil Johnson | 2019-06-13 | 1 | -1/+1 |
| | | | because this file is reproduced on dockerhub and relative paths don't work | ||||
* | 1.0.0 v1.0.0 | Erik Johnston | 2019-06-11 | 6 | -4/+28 |
| | |||||
* | Merge pull request #5424 from matrix-org/erikj/change_password_reset_links | Erik Johnston | 2019-06-11 | 12 | -32/+262 |
|\ | | | | | Change password reset links to /_matrix. | ||||
| * | Bump bleach version so that tests can run on old deps. | Erik Johnston | 2019-06-11 | 5 | -25/+1 |
| | | |||||
| * | Newsfile | Erik Johnston | 2019-06-11 | 1 | -0/+1 |
| | | |||||
| * | Change password reset links to /_matrix. | Erik Johnston | 2019-06-11 | 6 | -7/+260 |
| | | |||||
* | | Neilj/improve federation docs (#5419) | Neil Johnson | 2019-06-11 | 4 | -16/+106 |
|/ | | | | Add FAQ questions to federate.md. Add a health warning making it clear that the 1711 upgrade FAQ is now out of date. | ||||
* | 1.0.0rc3 v1.0.0rc3 | Erik Johnston | 2019-06-11 | 2 | -1/+7 |
| | |||||
* | Fix defaults on checking threepids | Erik Johnston | 2019-06-10 | 2 | -1/+2 |
| | |||||
* | Merge pull request #5418 from matrix-org/erikj/fix_send_fed_with_limit_zero | Erik Johnston | 2019-06-10 | 2 | -0/+5 |
|\ | | | | | Fix bug sending federation transactions with lots of EDUs | ||||
| * | Update changelog.d/5418.bugfix | Erik Johnston | 2019-06-10 | 1 | -1/+1 |
| | | | | | | Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | ||||
| * | Newsfile | Erik Johnston | 2019-06-10 | 1 | -0/+1 |
| | | |||||
| * | Fix bug sending federation transactions with lots of EDUs | Erik Johnston | 2019-06-10 | 1 | -0/+4 |
| | | | | | | | | | | | | If we try and send a transaction with lots of EDUs and we run out of space, we call get_new_device_msgs_for_remote with a limit of 0, which then failed. | ||||
* | | 1.0.0rc2 v1.0.0rc2 | Erik Johnston | 2019-06-10 | 5 | -4/+12 |
| | | |||||
* | | Merge pull request #5417 from matrix-org/rav/shared_ssl_context | Erik Johnston | 2019-06-10 | 10 | -182/+455 |
|\ \ | |/ |/| | Share an SSL context object between SSL connections | ||||
| * | fix ci on py2, again | Richard van der Hoff | 2019-06-10 | 1 | -1/+1 |
| | | |||||
| * | rename gutwrenched attr | Richard van der Hoff | 2019-06-10 | 1 | -5/+9 |
| | | |||||
| * | fix CI on python 2.7 | Richard van der Hoff | 2019-06-10 | 1 | -6/+4 |
| | | |||||
| * | fix build fails | Richard van der Hoff | 2019-06-10 | 2 | -1/+4 |
| | | |||||
| * | Tests for SSL certs for federation connections | Richard van der Hoff | 2019-06-10 | 6 | -106/+343 |
| | | | | | | | | Add some tests for bad certificates for federation and .well-known connections | ||||
| * | Fix federation connections to literal IP addresses | Richard van der Hoff | 2019-06-10 | 2 | -6/+11 |
| | | | | | | | | | | turns out we need a shiny version of service_identity to enforce this correctly. | ||||
| * | clean up impl, and import idna directly | Richard van der Hoff | 2019-06-10 | 2 | -15/+12 |
| | | |||||
| * | Share an SSL context object between SSL connections | Richard van der Hoff | 2019-06-09 | 1 | -60/+89 |
| | | | | | | | | This involves changing how the info callbacks work. | ||||
* | | Merge branch 'erikj/fix_null_valid_until_ms' of ↵ | Erik Johnston | 2019-06-10 | 3 | -1/+58 |
|\ \ | | | | | | | | | | github.com:matrix-org/synapse into release-v1.0.0 | ||||
| * | | Newsfile | Erik Johnston | 2019-06-10 | 1 | -0/+1 |
| | | | |||||
| * | | Fix key verification when key stored with null valid_until_ms | Erik Johnston | 2019-06-10 | 2 | -1/+57 |
| |/ | | | | | | | | | | | | | | | | | | | Some keys are stored in the synapse database with a null valid_until_ms which caused an exception to be thrown when using that key. We fix this by treating nulls as zeroes, i.e. they keys will match verification requests with a minimum_valid_until_ms of zero (i.e. don't validate ts) but will not match requests with a non-zero minimum_valid_until_ms. Fixes #5391. | ||||
* / | Improve startup checks for insecure notary configs (#5392) | Richard van der Hoff | 2019-06-10 | 3 | -11/+24 |
|/ | | | | | | | | | | | | | It's not really a problem to trust notary responses signed by the old key so long as we are also doing TLS validation. This commit adds a check to the config parsing code at startup to check that we do not have the insecure matrix.org key without tls validation, and refuses to start without it. This allows us to remove the rather alarming-looking warning which happens at runtime. | ||||
* | 1.0.0rc1 v1.0.0rc1 | Neil Johnson | 2019-06-07 | 81 | -83/+84 |
| | |||||
* | Automatically retry builds when a buildkite agent is lost (#5380) | Andrew Morgan | 2019-06-07 | 2 | -0/+67 |
| | | | | | | | | | | | | Sometimes the build agents get lost or die (error codes -1 and 2). Retry automatically a maximum of 2 times if this happens. Error code reference: * -1: Agent was lost * 0: Build successful * 1: There was an error in your code * 2: The build stopped abruptly * 255: The build was cancelled | ||||
* | Prevent multiple device list updates from breaking a batch send (#5156) | Andrew Morgan | 2019-06-06 | 4 | -31/+196 |
| | | | fixes #5153 | ||||
* | Set default room version to v4. (#5379) | Neil Johnson | 2019-06-06 | 5 | -3/+11 |
| | | | | Set default room version to v4. | ||||
* | Merge pull request #5320 from matrix-org/hawkowl/full-schema-v1 | Erik Johnston | 2019-06-06 | 7 | -2/+2356 |
|\ | | | | | Make a full SQL schema | ||||
| * | fix maybe | Amber H. Brown | 2019-06-07 | 1 | -20/+2 |
| | | |||||
| * | just user dir? | Amber H. Brown | 2019-06-07 | 1 | -1/+19 |
| | | |||||
| * | remove background updates that arent needed | Amber H. Brown | 2019-06-07 | 1 | -33/+1 |
| | | |||||
| * | add more comments | Amber Brown | 2019-06-06 | 1 | -0/+5 |
| | | |||||
| * | Merge remote-tracking branch 'origin/develop' into hawkowl/full-schema-v1 | Amber Brown | 2019-06-04 | 45 | -329/+299 |
| |\ | |||||
| * | | add stuff in bg updates | Amber Brown | 2019-06-04 | 1 | -10/+62 |
| | | | |||||
| * | | WHY IS THIS CALLED A SLIGHTLY DIFFERENT THING | Amber Brown | 2019-06-03 | 1 | -0/+1 |
| | | | |||||
| * | | more fix | Amber Brown | 2019-06-03 | 2 | -0/+4 |
| | | | |||||
| * | | more fix | Amber Brown | 2019-06-03 | 2 | -2/+38 |
| | | | |||||
| * | | fix schemas | Amber Brown | 2019-06-03 | 5 | -61/+22 |
| | | | |||||
| * | | full schema | Amber Brown | 2019-06-03 | 3 | -0/+2315 |
| | | | |||||
| * | | prepare | Amber Brown | 2019-06-03 | 1 | -2/+14 |
| | | | |||||
* | | | remove bloat | Neil Johnson | 2019-06-06 | 1 | -10/+1 |
| | | | |||||
* | | | Add ability to perform password reset via email without trusting the ↵ | Andrew Morgan | 2019-06-06 | 20 | -71/+922 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | identity server (#5377) Sends password reset emails from the homeserver instead of proxying to the identity server. This is now the default behaviour for security reasons. If you wish to continue proxying password reset requests to the identity server you must now enable the email.trust_identity_server_for_password_resets option. This PR is a culmination of 3 smaller PRs which have each been separately reviewed: * #5308 * #5345 * #5368 | ||||
* | | | Stop hardcoding trust of old matrix.org key (#5374) | Richard van der Hoff | 2019-06-06 | 6 | -95/+293 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are a few changes going on here: * We make checking the signature on a key server response optional: if no verify_keys are specified, we trust to TLS to validate the connection. * We change the default config so that it does not require responses to be signed by the old key. * We replace the old 'perspectives' config with 'trusted_key_servers', which is also formatted slightly differently. * We emit a warning to the logs every time we trust a key server response signed by the old key. | ||||
* | | | Neilj/1.0 upgrade notes (#5371) | Neil Johnson | 2019-06-06 | 4 | -8/+79 |
| | | | | | | | | | | | | 1.0 upgrade/install notes | ||||
* | | | Regen sample config before kicking off agents (#5370) | Andrew Morgan | 2019-06-06 | 2 | -2/+3 |
| | | | | | | | | | | | | | | | | | | * Regen sample config before kicking off agents * Add changelog | ||||
* | | | Fix missing logcontext for PresenceHandler.on_shutdown. (#5369) | Richard van der Hoff | 2019-06-06 | 2 | -1/+8 |
| | | | | | | | | | | | | Fixes some warnings, and a scary-looking stacktrace when sytest kills the process. | ||||
* | | | Merge pull request #5221 from matrix-org/erikj/fix_worker_sytest | Erik Johnston | 2019-06-06 | 2 | -1/+12 |
|\ \ \ | | | | | | | | | Fix get_max_topological_token to never return None | ||||
| * | | | Better words | Erik Johnston | 2019-06-06 | 1 | -1/+1 |
| | | | | |||||
| * | | | Newsfile | Erik Johnston | 2019-05-21 | 1 | -0/+1 |
| | | | | |||||
| * | | | Fix get_max_topological_token to never return None | Erik Johnston | 2019-05-21 | 1 | -1/+11 |
| | | | | |||||
* | | | | Merge pull request #5089 from dnaf/m-heroes-empty-room-name | Brendan Abolivier | 2019-06-06 | 2 | -5/+5 |
|\ \ \ \ | | | | | | | | | | | Make /sync return heroes if room name or canonical alias are empty | ||||
| * | | | | Add credit in the changelog | Brendan Abolivier | 2019-06-06 | 2 | -1/+1 |
| | | | | | |||||
| * | | | | Simplify condition | Brendan Abolivier | 2019-06-06 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Simplify condition | Brendan Abolivier | 2019-06-05 | 1 | -3/+2 |
| | | | | | |||||
| * | | | | Merge branch 'develop' into m-heroes-empty-room-name | Brendan Abolivier | 2019-06-05 | 350 | -3583/+9622 |
| |\ \ \ \ | |||||
| * | | | | | Lint | Katie Wolfe | 2019-04-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I probably should've just run autopep8 in the first place... Signed-off-by: Katie Wolfe <katie@dnaf.moe> | ||||
| * | | | | | Clean up code | Katie Wolfe | 2019-04-24 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Katie Wolfe <katie@dnaf.moe> | ||||
| * | | | | | Show heroes if room name or canonical alias are empty | Katie Wolfe | 2019-04-24 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #4194 Signed-off-by: Katie Wolfe <katie@dnaf.moe> | ||||
| * | | | | | Add full stop to 5084.bugfix | Katie Wolfe | 2019-04-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Katie Wolfe <katie@dnaf.moe> | ||||
| * | | | | | Add changelog.d/5084.bugfix | Katie Wolfe | 2019-04-24 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Katie Wolfe <katie@dnaf.moe> | ||||
| * | | | | | Show heroes if room name or canonical alias are empty | Katie Wolfe | 2019-04-24 | 1 | -5/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #4194 Signed-off-by: Katie Wolfe <katie@dnaf.moe> | ||||
* | | | | | | Merge pull request #5359 from matrix-org/rav/enable_tls_verification | Richard van der Hoff | 2019-06-06 | 4 | -12/+19 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Validate federation server TLS certificates by default. | ||||
| * \ \ \ \ \ | Merge branch 'rav/fix_custom_ca' into rav/enable_tls_verification | Richard van der Hoff | 2019-06-05 | 28 | -43/+219 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Update sample config | Richard van der Hoff | 2019-06-05 | 1 | -4/+4 |
| | | | | | | | | |||||
| * | | | | | | | Validate federation server TLS certificates by default. | Richard van der Hoff | 2019-06-05 | 3 | -8/+15 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #5361 from matrix-org/rav/generate_signing_key | Richard van der Hoff | 2019-06-06 | 2 | -0/+38 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | add a script to generate new signing_key files | ||||
| * | | | | | | | | add a script to generate new signing_key files | Richard van der Hoff | 2019-06-05 | 2 | -0/+38 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #5355 from matrix-org/babolivier/heroes_left_members | Brendan Abolivier | 2019-06-06 | 2 | -15/+20 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Include left members in room summaries' heroes | ||||
| * | | | | | | | | | Properly format the changelog | Brendan Abolivier | 2019-06-05 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Changelog | Brendan Abolivier | 2019-06-05 | 1 | -0/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Do user_id != me checks before deciding whether we should pick heroes from ↵ | Brendan Abolivier | 2019-06-05 | 1 | -15/+19 |
| | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | the joined members or the parted ones | ||||
* | | | | | | | | | Merge pull request #5354 from matrix-org/rav/server_keys/99-room-v5 | Richard van der Hoff | 2019-06-06 | 2 | -5/+7 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Implement room v5 which enforces signing key validity | ||||
| * | | | | | | | | | Implement room v5 which enforces signing key validity | Richard van der Hoff | 2019-06-05 | 2 | -5/+7 |
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implements [MSC2077](https://github.com/matrix-org/matrix-doc/pull/2077) and fixes #5247 and #4364. | ||||
* | | | | | | | | | Merge pull request #5353 from matrix-org/rav/verify_key_logging | Richard van der Hoff | 2019-06-06 | 6 | -56/+86 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Associate a request_name with each verify request, for logging | ||||
| * | | | | | | | | | Associate a request_name with each verify request, for logging | Richard van der Hoff | 2019-06-05 | 6 | -56/+86 |
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also: * rename VerifyKeyRequest->VerifyJsonRequest * calculate key_ids on VerifyJsonRequest construction * refactor things to pass around VerifyJsonRequests instead of 4-tuples | ||||
* | | | | | | | | | Merge pull request #5362 from matrix-org/rav/fix_custom_ca | Richard van der Hoff | 2019-06-05 | 2 | -1/+2 |
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | | Fix `federation_custom_ca_list` configuration option. | ||||
| * | | | | | | | | Fix `federation_custom_ca_list` configuration option. | Richard van der Hoff | 2019-06-05 | 2 | -1/+2 |
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Previously, setting this option would cause an exception at startup. | ||||
* | | | | | | | | Neilj/add r0.5 to versions (#5360) | Neil Johnson | 2019-06-05 | 2 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Update _matrix/client/versions to reference support for r0.5.0 | ||||
* | | | | | | | | Fix background updates to handle redactions/rejections (#5352) | Erik Johnston | 2019-06-06 | 5 | -12/+117 |
| |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix background updates to handle redactions/rejections In background updates based on current state delta stream we need to handle that we may not have all the events (or at least that `get_events` may raise an exception). | ||||
* | | | | | | | Fix notes about well-known and acme (#5357) | Richard van der Hoff | 2019-06-05 | 2 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes #4951 | ||||
* | | | | | | | Merge pull request #5317 from matrix-org/erikj/make_do_auth_non_essential | Erik Johnston | 2019-06-05 | 2 | -12/+47 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix handling of failures when calling /event_auth. | ||||
| * | | | | | | | Add logging when request fails and clarify we ignore errors. | Erik Johnston | 2019-06-05 | 1 | -4/+12 |
| | | | | | | | | |||||
| * | | | | | | | Newsfile | Erik Johnston | 2019-06-03 | 1 | -0/+1 |
| | | | | | | | | |||||
| * | | | | | | | Fix handling of failures when calling /event_auth. | Erik Johnston | 2019-06-03 | 1 | -12/+38 |
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When processing an incoming event over federation, we may try and resolve any unexpected differences in auth events. This is a non-essential process and so should not stop the processing of the event if it fails (e.g. due to the remote disappearing or not implementing the necessary endpoints). Fixes #3330 | ||||
* | | | | | | | Neilj/changelog clean up (#5356) | Neil Johnson | 2019-06-05 | 12 | -12/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * group together key validity refactors | ||||
* | | | | | | | Neilj/mau tracking config explainer (#5284) | Neil Johnson | 2019-06-05 | 3 | -0/+33 |
| |/ / / / / |/| | | | | | | | | | | | | | | | | | Improve documentation of monthly active user blocking and mau_trial_days | ||||
* | | | | | | Add a test room version where we enforce key validity (#5348) | Richard van der Hoff | 2019-06-05 | 3 | -22/+38 |
| |/ / / / |/| | | | | |||||
* | | | | | Clean up debug logging (#5347) | Richard van der Hoff | 2019-06-05 | 4 | -8/+20 |
| | | | | | | | | | | | | | | | Remove some spurious stuff, clarify some other stuff | ||||
* | | | | | Rename VerifyKeyRequest.deferred field (#5343) | Richard van der Hoff | 2019-06-05 | 2 | -12/+13 |
| | | | | | | | | | | | | | | | it's a bit confusing | ||||
* | | | | | Call RetryLimiter correctly (#5340) | Richard van der Hoff | 2019-06-04 | 2 | -1/+8 |
| | | | | | | | | | | | | | | | Fixes a regression introduced in #5335. | ||||
* | | | | | Fix failure to fetch batches of PDUs (#5342) | Richard van der Hoff | 2019-06-04 | 2 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | FederationClient.get_pdu is called in a loop to fetch a batch of PDUs. A failure to fetch one should not result in a failure of the whole batch. Add the missing `continue`. | ||||
* | | | | | Rename get_events->get_events_from_store_or_dest (#5344) | Richard van der Hoff | 2019-06-04 | 2 | -20/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | We have too many things called get_event, and it's hard to figure out what we mean. Also remove some unused params from the signature, and add some logging. | ||||
* | | | | | Merge pull request #5341 from matrix-org/babolivier/email_config | Brendan Abolivier | 2019-06-04 | 2 | -42/+58 |
|\ \ \ \ \ | | | | | | | | | | | | | Make account validity renewal emails work when email notifs are disabled | ||||
| * | | | | | Only parse from email if provided | Brendan Abolivier | 2019-06-04 | 1 | -4/+5 |
| | | | | | | |||||
| * | | | | | Lint | Brendan Abolivier | 2019-06-04 | 1 | -1/+0 |
| | | | | | | |||||
| * | | | | | Make account validity renewal emails work when email notifs are disabled | Brendan Abolivier | 2019-06-04 | 2 | -42/+58 |
| | | | | | | |||||
* | | | | | | Merge pull request #5324 from matrix-org/erikj/ignore_null | Erik Johnston | 2019-06-04 | 2 | -0/+17 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Ignore room state with null bytes in for room stats | ||||
| * | | | | | | Fix | Erik Johnston | 2019-06-03 | 1 | -1/+2 |
| | | | | | | | |||||
| * | | | | | | Newsfile | Erik Johnston | 2019-06-03 | 1 | -0/+1 |
| | | | | | | | |||||
| * | | | | | | Ignore room state with null bytes in for room stats | Erik Johnston | 2019-06-03 | 1 | -0/+15 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Avoid rapidly backing-off a server if we ignore the retry interval (#5335) | Richard van der Hoff | 2019-06-04 | 2 | -23/+38 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Avoid rapidly backing-off a server if we ignore the retry interval | Richard van der Hoff | 2019-06-03 | 2 | -23/+38 |
| | | | | | | | |||||
* | | | | | | | Don't do long retries when calling the key notary server. (#5334) | Richard van der Hoff | 2019-06-04 | 2 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It takes at least 20 minutes to work through the long_retries schedule (11 attempts, each with a 60 second timeout, and 60 seconds between each request), so if the notary server isn't returning within the timeout, we'll just end up blocking whatever request is happening for 20 minutes. Ain't nobody got time for that. | ||||
* | | | | | | | Merge pull request #5333 from ↵ | Richard van der Hoff | 2019-06-04 | 4 | -40/+66 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | matrix-org/rav/server_keys/09_improve_notary_server Fixes for the key-notary server | ||||
| * | | | | | | | changelog | Richard van der Hoff | 2019-06-04 | 1 | -0/+1 |
| | | | | | | | | |||||
| * | | | | | | | Notary server: make requests to origins in parallel | Richard van der Hoff | 2019-06-04 | 2 | -11/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... else we're guaranteed to time out. | ||||
| * | | | | | | | Don't bomb out on direct key fetches as soon as one fails | Richard van der Hoff | 2019-06-04 | 2 | -29/+41 |
| | | | | | | | | |||||
| * | | | | | | | Reduce timeout for outbound /key/v2/server requests. | Richard van der Hoff | 2019-06-03 | 1 | -0/+13 |
| |/ / / / / / | |||||
* | | | | | | | Improve docstrings on MatrixFederationClient. (#5332) | Richard van der Hoff | 2019-06-04 | 2 | -16/+56 |
| | | | | | | | |||||
* | | | | | | | Hawkowl/fix missing auth (#5328) | Amber Brown | 2019-06-04 | 2 | -0/+2 |
|/ / / / / / | |||||
* | | | | | | Enforce validity period on server_keys for fed requests. (#5321) | Richard van der Hoff | 2019-06-03 | 6 | -88/+228 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When handling incoming federation requests, make sure that we have an up-to-date copy of the signing key. We do not yet enforce the validity period for event signatures. | ||||
* | | | | | | Revert "Newsfile" | Erik Johnston | 2019-06-03 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 4bd67db100efacc3d31a2f8187b7bdd4479d9bc3. | ||||
* | | | | | | Newsfile | Erik Johnston | 2019-06-03 | 1 | -0/+1 |
|/ / / / / | |||||
* | | | | | Merge pull request #5307 from ↵ | Richard van der Hoff | 2019-06-03 | 2 | -12/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | matrix-org/rav/server_keys/07-fix-notary-cache-poison Stop overwriting server keys with other keys | ||||
| * | | | | | Stop overwriting server keys with other keys | Richard van der Hoff | 2019-05-31 | 2 | -12/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a bug where we would discard a key result which the origin server is no longer returning. Fixes #5305. | ||||
* | | | | | | Unify v1 and v2 REST client APIs (#5226) | Amber Brown | 2019-06-03 | 43 | -317/+296 |
| |_|/ / / |/| | | | | |||||
* | | | | | Merge pull request #5309 from matrix-org/rav/limit_displayname_length | Richard van der Hoff | 2019-06-01 | 4 | -2/+76 |
|\ \ \ \ \ | | | | | | | | | | | | | Limit displaynames and avatar URLs | ||||
| * | | | | | add some tests | Richard van der Hoff | 2019-06-01 | 1 | -2/+60 |
| | | | | | | |||||
| * | | | | | Limit displaynames and avatar URLs | Richard van der Hoff | 2019-06-01 | 3 | -0/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These end up in join events everywhere, so let's limit them. Fixes #5079 | ||||
* | | | | | | Merge pull request #5299 from matrix-org/rav/server_keys/05-rewrite-gsvk-again | Richard van der Hoff | 2019-05-31 | 2 | -48/+54 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Rewrite get_server_verify_keys, again. | ||||
| * \ \ \ \ \ | Merge remote-tracking branch 'origin/develop' into ↵ | Richard van der Hoff | 2019-05-31 | 12 | -129/+147 |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | | | | | | | | rav/server_keys/05-rewrite-gsvk-again | ||||
| * | | | | | | Rewrite get_server_verify_keys, again. | Richard van der Hoff | 2019-05-30 | 2 | -48/+54 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Attempt to simplify the logic in get_server_verify_keys by splitting it into two methods. | ||||
* | | | | | | | Merge pull request #5276 from matrix-org/babolivier/account_validity_job_delta | Erik Johnston | 2019-05-31 | 5 | -9/+39 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Allow configuring a range for the account validity startup job | ||||
| * | | | | | | Sample config | Brendan Abolivier | 2019-05-31 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Move delta from +10% to -10% | Brendan Abolivier | 2019-05-31 | 3 | -5/+5 |
| | | | | | | | |||||
| * | | | | | | Sample config | Brendan Abolivier | 2019-05-31 | 1 | -8/+3 |
| | | | | | | | |||||
| * | | | | | | Gah python | Brendan Abolivier | 2019-05-31 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Make max_delta equal to period * 10% | Brendan Abolivier | 2019-05-31 | 3 | -32/+8 |
| | | | | | | | |||||
| * | | | | | | Typo | Brendan Abolivier | 2019-05-28 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Config and changelog | Brendan Abolivier | 2019-05-28 | 2 | -0/+8 |
| | | | | | | | |||||
| * | | | | | | Allow configuring a range for the account validity startup job | Brendan Abolivier | 2019-05-28 | 3 | -2/+53 |
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | When enabling the account validity feature, Synapse will look at startup for registered account without an expiration date, and will set one equals to 'now + validity_period' for them. On large servers, it can mean that a large number of users will have the same expiration date, which means that they will all be sent a renewal email at the same time, which isn't ideal. In order to mitigate this, this PR allows server admins to define a 'max_delta' so that the expiration date is a random value in the [now + validity_period ; now + validity_period + max_delta] range. This allows renewal emails to be progressively sent over a configured period instead of being sent all in one big batch. | ||||
* | | | | | | Merge pull request #5300 from ↵ | Richard van der Hoff | 2019-05-31 | 2 | -25/+9 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | matrix-org/rav/server_keys/06-fix-serverkeys-handling Remove some pointless exception handling | ||||
| * | | | | | | Remove some pointless exception handling | Richard van der Hoff | 2019-05-30 | 2 | -25/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The verify_request deferred already returns a suitable SynapseError, so I don't really know what we expect to achieve by doing more wrapping, other than log spam. Fixes #4278. | ||||
* | | | | | | | Merge pull request #5296 from ↵ | Richard van der Hoff | 2019-05-31 | 2 | -17/+22 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | matrix-org/rav/server_keys/04-use-attrs-for_verify-request use attr.s for VerifyKeyRequest | ||||
| * | | | | | | use attr.s for VerifyKeyRequest | Richard van der Hoff | 2019-05-30 | 2 | -17/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | because namedtuple is awful | ||||
* | | | | | | | Merge pull request #5293 from Kagamihime/messages-federation-format | Erik Johnston | 2019-05-31 | 2 | -0/+3 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix ignored filter field in `/messages` endpoint | ||||
| * | | | | | | | Add changelog | Eisha Chen-yen-su | 2019-05-30 | 1 | -0/+1 |
| | | | | | | | | |||||
| * | | | | | | | Fix ignored filter field in `/messages` endpoint | Eisha Chen-yen-su | 2019-05-30 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a bug which were causing the "event_format" field to be ignored in the filter of requests to the `/messages` endpoint of the CS API. Signed-off-by: Eisha Chen-yen-su <chenyensu0@gmail.com> | ||||
* | | | | | | | | Merge pull request #5294 from matrix-org/erikj/speed_up_room_stats | Erik Johnston | 2019-05-31 | 5 | -87/+112 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Speed up room stats background update | ||||
| * | | | | | | | | Newsfile | Erik Johnston | 2019-05-31 | 1 | -0/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | Add indices. Remove room_ids accidentally added | Erik Johnston | 2019-05-31 | 2 | -13/+56 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We have to do this by re-inserting a background update and recreating tables, as the tables only get created during a background update and will later be deleted. We also make sure that we remove any entries that should have been removed but weren't due to a race that has been fixed in a previous commit. | ||||
| * | | | | | | | | Join against events to use its room_id index | Erik Johnston | 2019-05-30 | 1 | -1/+6 |
| | | | | | | | | | |||||
| * | | | | | | | | Move deletion from table inside txn | Erik Johnston | 2019-05-30 | 1 | -2/+5 |
| | | | | | | | | | |||||
| * | | | | | | | | Fetch membership counts all at once | Erik Johnston | 2019-05-30 | 2 | -38/+18 |
| | | | | | | | | | |||||
| * | | | | | | | | Get events all at once | Erik Johnston | 2019-05-30 | 1 | -33/+26 |
| | | | | | | | | | |||||
* | | | | | | | | | Clarify that the admin change password endpoint logs them out (#5303) | Travis Ralston | 2019-05-31 | 2 | -1/+2 |
| |_|_|_|/ / / / |/| | | | | | | | |||||
* | | | | | | | | Merge branch 'master' into develop | Erik Johnston | 2019-05-30 | 3 | -3/+17 |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | |||||
| * | | | | | | | 0.99.5.2 v0.99.5.2 github/release-v0.99.5 release-v0.99.5 | Erik Johnston | 2019-05-30 | 6 | -4/+16 |
| | | | | | | | | |||||
| * | | | | | | | fix changelog for 0.99.5.1 (#5270) | Richard van der Hoff | 2019-05-30 | 1 | -2/+1 |
| | | | | | | | | |||||
| * | | | | | | | Newsfile | Erik Johnston | 2019-05-30 | 1 | -0/+1 |
| | | | | | | | | |||||
| * | | | | | | | Add index to temp table | Erik Johnston | 2019-05-30 | 1 | -0/+1 |
| | | | | | | | | |||||
| * | | | | | | | Update synapse/storage/events_bg_updates.py | Erik Johnston | 2019-05-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | ||||
| * | | | | | | | Rename constant | Erik Johnston | 2019-05-30 | 1 | -3/+3 |
| | | | | | | | | |||||
| * | | | | | | | Move event background updates to a separate file | Erik Johnston | 2019-05-30 | 3 | -369/+405 |
| | | | | | | | | |||||
| * | | | | | | | Fixup comments and logging | Erik Johnston | 2019-05-30 | 2 | -9/+15 |
| | | | | | | | | |||||
| * | | | | | | | Newsfile | Erik Johnston | 2019-05-30 | 1 | -0/+1 |
| | | | | | | | | |||||
| * | | | | | | | Add test | Erik Johnston | 2019-05-30 | 1 | -0/+248 |
| | | | | | | | | |||||
| * | | | | | | | Log actual number of entries deleted | Erik Johnston | 2019-05-30 | 2 | -5/+13 |
| | | | | | | | | |||||
| * | | | | | | | Add DB bg update to cleanup extremities. | Erik Johnston | 2019-05-30 | 2 | -0/+205 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to #5269 we may have extremities in our DB that we shouldn't have, so lets add a cleanup task such to remove those. | ||||
| * | | | | | | | Correctly filter out extremities with soft failed prevs (#5274) | Erik Johnston | 2019-05-30 | 2 | -3/+80 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When we receive a soft failed event we, correctly, *do not* update the forward extremity table with the event. However, if we later receive an event that references the soft failed event we then need to remove the soft failed events prev events from the forward extremities table, otherwise we just build up forward extremities. Fixes #5269 | ||||
* | | | | | | | | Merge pull request #5291 from matrix-org/erikj/add_index | Erik Johnston | 2019-05-30 | 2 | -0/+2 |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | Add index to temp bg update extremity table | ||||
| * | | | | | | | Newsfile | Erik Johnston | 2019-05-30 | 1 | -0/+1 |
| | | | | | | | | |||||
| * | | | | | | | Add index to temp table | Erik Johnston | 2019-05-30 | 1 | -0/+1 |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #5278 from matrix-org/erikj/cleanup_bad_extremities | Erik Johnston | 2019-05-30 | 7 | -181/+685 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add DB bg update to cleanup extremities. | ||||
| * | | | | | | | Update synapse/storage/events_bg_updates.py | Erik Johnston | 2019-05-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | ||||
| * | | | | | | | Rename constant | Erik Johnston | 2019-05-30 | 1 | -3/+3 |
| | | | | | | | | |||||
| * | | | | | | | Move event background updates to a separate file | Erik Johnston | 2019-05-30 | 3 | -369/+405 |
| | | | | | | | | |||||
| * | | | | | | | Fixup comments and logging | Erik Johnston | 2019-05-30 | 2 | -9/+15 |
| | | | | | | | | |||||
| * | | | | | | | Newsfile | Erik Johnston | 2019-05-29 | 1 | -0/+1 |
| | | | | | | | | |||||
| * | | | | | | | Add test | Erik Johnston | 2019-05-29 | 1 | -0/+248 |
| | | | | | | | | |||||
| * | | | | | | | Log actual number of entries deleted | Erik Johnston | 2019-05-29 | 2 | -5/+13 |
| | | | | | | | | |||||
| * | | | | | | | Add DB bg update to cleanup extremities. | Erik Johnston | 2019-05-29 | 2 | -0/+205 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to #5269 we may have extremities in our DB that we shouldn't have, so lets add a cleanup task such to remove those. | ||||
* | | | | | | | | Merge pull request #5256 from aaronraimist/logout-correct-error | Erik Johnston | 2019-05-30 | 2 | -18/+10 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Show correct error when logging out and access token is missing | ||||
| * | | | | | | | | Lint | Aaron Raimist | 2019-05-29 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Aaron Raimist <aaron@raim.ist> | ||||
| * | | | | | | | | Get rid of try except | Aaron Raimist | 2019-05-27 | 1 | -16/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Aaron Raimist <aaron@raim.ist> | ||||
| * | | | | | | | | Add changelog | Aaron Raimist | 2019-05-25 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Aaron Raimist <aaron@raim.ist> | ||||
| * | | | | | | | | Show correct error when logging out and access token is missing | Aaron Raimist | 2019-05-24 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Aaron Raimist <aaron@raim.ist> | ||||
* | | | | | | | | | Remove spurious debug from MatrixFederationHttpClient.get_json (#5287) v0.99.5.1.dev0 | Richard van der Hoff | 2019-05-29 | 2 | -4/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is just unhelpful spam | ||||
* | | | | | | | | | Improve logging for logcontext leaks. (#5288) | Richard van der Hoff | 2019-05-29 | 2 | -9/+14 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #5283 from aaronraimist/captcha-docs | Erik Johnston | 2019-05-29 | 2 | -0/+2 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Specify the type of reCAPTCHA key to use (#5013) | ||||
| * | | | | | | | | | Add changelog | Aaron Raimist | 2019-05-28 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Aaron Raimist <aaron@raim.ist> | ||||
| * | | | | | | | | | Specify the type of reCAPTCHA key to use (#5013) | Aaron Raimist | 2019-05-28 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Aaron Raimist <aaron@raim.ist> | ||||
* | | | | | | | | | | Implement the SHHS complexity API (#5216) | Amber Brown | 2019-05-30 | 6 | -5/+180 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Serve CAS login over r0 (#5286) | Amber Brown | 2019-05-30 | 2 | -2/+3 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Fix error when downloading thumbnail with width/height param missing (#5258) | Aaron Raimist | 2019-05-29 | 2 | -2/+3 |
| |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix error when downloading thumbnail with width/height param missing Fixes #2748 Signed-off-by: Aaron Raimist <aaron@raim.ist> | ||||
* | | | | | | | | | Correctly filter out extremities with soft failed prevs (#5274) | Erik Johnston | 2019-05-29 | 2 | -3/+80 |
| |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When we receive a soft failed event we, correctly, *do not* update the forward extremity table with the event. However, if we later receive an event that references the soft failed event we then need to remove the soft failed events prev events from the forward extremities table, otherwise we just build up forward extremities. Fixes #5269 | ||||
* | | | | | | | | Fix dropped logcontexts during high outbound traffic. (#5277) | Richard van der Hoff | 2019-05-29 | 2 | -7/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes #5271. | ||||
* | | | | | | | | Merge pull request #5282 from aaronraimist/user-directory | Amber Brown | 2019-05-29 | 4 | -13/+10 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | Fix docs on resetting the user directory (#5036) | ||||
| * | | | | | | | regenerate sample config | Amber Brown | 2019-05-29 | 1 | -3/+3 |
| | | | | | | | | |||||
| * | | | | | | | Rename 5282.misc to 5282.doc | Amber Brown | 2019-05-29 | 1 | -0/+0 |
| | | | | | | | | |||||
| * | | | | | | | Add changelog | Aaron Raimist | 2019-05-28 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Aaron Raimist <aaron@raim.ist> | ||||
| * | | | | | | | Fix docs on resetting the user directory (#5036) | Aaron Raimist | 2019-05-28 | 2 | -10/+6 |
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Aaron Raimist <aaron@raim.ist> | ||||
* | | | | | | | Merge pull request #5251 from matrix-org/rav/server_keys/01-check_sig | Richard van der Hoff | 2019-05-28 | 3 | -50/+168 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Ensure that server_keys fetched via a notary server are correctly signed. | ||||
| * | | | | | | | changelog | Richard van der Hoff | 2019-05-24 | 1 | -0/+1 |
| | | | | | | | | |||||
| * | | | | | | | Improve error handling/logging for perspectives-key fetching. | Richard van der Hoff | 2019-05-24 | 1 | -28/+77 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In particular, don't give up on the first failure. | ||||
| * | | | | | | | Require sig from origin server on perspectives responses | Richard van der Hoff | 2019-05-23 | 2 | -22/+90 |
| | | | | | | | | |||||
* | | | | | | | | Fix "db txn 'update_presence' from sentinel context" log messages (#5275) | Richard van der Hoff | 2019-05-28 | 2 | -52/+48 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #4414. | ||||
* | | | | | | | | Merge pull request #5268 from matrix-org/babolivier/account_validity_fix_schema | Brendan Abolivier | 2019-05-28 | 2 | -0/+4 |
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | Fix schema update for account validity | ||||
| * | | | | | | | Changelog | Brendan Abolivier | 2019-05-28 | 1 | -0/+1 |
| | | | | | | | | |||||
| * | | | | | | | Fix schema update for account validity | Brendan Abolivier | 2019-05-28 | 1 | -0/+3 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #5260 from matrix-org/travis/fix-room-bg-task | Erik Johnston | 2019-05-25 | 2 | -1/+2 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix logging for room stats background update | ||||
| * | | | | | | | | Changelog | Travis Ralston | 2019-05-25 | 1 | -0/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | Fix logging for room stats background update | Travis Ralston | 2019-05-25 | 1 | -1/+1 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #5257 from aaronraimist/fix-error-code-publicrooms | Erik Johnston | 2019-05-25 | 2 | -1/+2 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix error code for invalid parameter | ||||
| * | | | | | | | | | Add changelog | Aaron Raimist | 2019-05-24 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Aaron Raimist <aaron@raim.ist> | ||||
| * | | | | | | | | | Fix error code for invalid parameter | Aaron Raimist | 2019-05-24 | 1 | -1/+1 |
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Aaron Raimist <aaron@raim.ist> | ||||
* / | | | | | | | | Simplification to Keyring.wait_for_previous_lookups. (#5250) | Richard van der Hoff | 2019-05-24 | 3 | -9/+7 |
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The list of server names was redundant, since it was equivalent to the keys on the server_to_deferred map. This reduces the number of large lists being passed around, and has the benefit of deduplicating the entries in `wait_on`. | ||||
* | | | | | | | | Fix appservice timestamp massaging (#5233) | Tulir Asokan | 2019-05-24 | 2 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tulir Asokan <tulir@maunium.net> | ||||
* | | | | | | | | Add missing blank line in config (#5249) | Richard van der Hoff | 2019-05-24 | 3 | -0/+3 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #5220 from matrix-org/erikj/dont_bundle_live_events | Erik Johnston | 2019-05-24 | 5 | -2/+13 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | Don't bundle aggregations with events in /sync or /events or state queries | ||||
| * | | | | | | | Don't bundle aggs for /state and /members etc APIs | Erik Johnston | 2019-05-24 | 1 | -0/+3 |
| | | | | | | | | |||||
| * | | | | | | | Newsfile | Erik Johnston | 2019-05-21 | 1 | -0/+1 |
| | | | | | | | | |||||
| * | | | | | | | Don't bundle events in /sync or /events | Erik Johnston | 2019-05-21 | 3 | -2/+9 |
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | As we'll send down the annotations too anyway, so this just ends up confusing clients. | ||||
* | | | | | | | Merge pull request #5244 from matrix-org/rav/server_keys/00-factor-out-fetchers | Erik Johnston | 2019-05-23 | 4 | -149/+207 |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | Factor out KeyFetchers from KeyRing | ||||
| * | | | | | | Fix remote_key_resource | Richard van der Hoff | 2019-05-23 | 1 | -3/+3 |
| | | | | | | | |||||
| * | | | | | | Factor out KeyFetchers from KeyRing | Richard van der Hoff | 2019-05-23 | 3 | -146/+204 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rather than have three methods which have to have the same interface, factor out a separate interface which is provided by three implementations. I find it easier to grok the code this way. | ||||
* | | | | | | | Add config option for setting homeserver's default room version (#5223) | Andrew Morgan | 2019-05-23 | 7 | -10/+57 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Replaces DEFAULT_ROOM_VERSION constant with a method that first checks the config, then returns a hardcoded value if the option is not present. That hardcoded value is now located in the server.py config file. | ||||
* | | | | | | Store key validity time in the storage layer | Richard van der Hoff | 2019-05-23 | 6 | -46/+122 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a first step to checking that the key is valid at the required moment. The idea here is that, rather than passing VerifyKey objects in and out of the storage layer, we instead pass FetchKeyResult objects, which simply wrap the VerifyKey and add a valid_until_ts field. | ||||
* | | | | | | Simplify process_v2_response (#5236) | Richard van der Hoff | 2019-05-23 | 2 | -21/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Pass time_added_ms into process_v2_response * Simplify process_v2_response We can merge old_verify_keys into verify_keys, and reduce the number of dicts flying around. | ||||
* | | | | | | Remove unused VerifyKey.expired and .time_added fields (#5235) | Richard van der Hoff | 2019-05-23 | 2 | -3/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These were never used, and poking arbitary data into objects from other packages seems confusing at best. | ||||
* | | | | | | Rewrite store_server_verify_key to store several keys at once (#5234) | Richard van der Hoff | 2019-05-23 | 5 | -87/+96 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Storing server keys hammered the database a bit. This replaces the implementation which stored a single key, with one which can do many updates at once. | ||||
* | | | | | | Simplifications and comments in do_auth (#5227) | Richard van der Hoff | 2019-05-23 | 3 | -121/+183 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I was staring at this function trying to figure out wtf it was actually doing. This is (hopefully) a non-functional refactor which makes it a bit clearer. | ||||
* | | | | | | Run black on synapse.crypto.keyring (#5232) | Richard van der Hoff | 2019-05-22 | 2 | -149/+138 |
| | | | | | | |||||
* | | | | | | Merge branch 'master' into develop | Neil Johnson | 2019-05-22 | 3 | -3/+11 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| * | | | | | 0.99.5.1 v0.99.5.1 | Neil Johnson | 2019-05-22 | 3 | -3/+11 |
| | | | | | | |||||
| * | | | | | Revert "0.99.5" | Neil Johnson | 2019-05-22 | 3 | -11/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit c31e375ade1b59a7fe38628337e9e1aa3de91feb. | ||||
| * | | | | | 0.99.5 | Neil Johnson | 2019-05-22 | 3 | -3/+11 |
| | | | | | | |||||
* | | | | | | remove urllib3 pin (#5230) | Marcus Hoffmann | 2019-05-22 | 2 | -8/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | requests 2.22.0 as been released supporting urllib3 1.25.2 Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu> | ||||
* | | | | | | Merge branch 'master' into develop | Neil Johnson | 2019-05-22 | 3 | -1/+11 |
|\| | | | | | |||||
| * | | | | | 0.99.5 v0.99.5 | Neil Johnson | 2019-05-22 | 3 | -1/+11 |
| | |_|/ / | |/| | | | |||||
* | | | | | Neilj/ensure get profileinfo available in client reader slaved store (#5213) | Neil Johnson | 2019-05-22 | 2 | -0/+3 |
| | | | | | | | | | | | | | | | * expose SlavedProfileStore to ClientReaderSlavedStore | ||||
* | | | | | Update README.md (#5222) | Steffen | 2019-05-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Add missing backslash | ||||
* | | | | | Merge branch 'master' into develop | Richard van der Hoff | 2019-05-22 | 28 | -27/+40 |
|\| | | | | |||||
| * | | | | update changelog v0.99.5rc1 | Richard van der Hoff | 2019-05-21 | 3 | -3/+1 |
| | | | | | |||||
| * | | | | Merge commit 'f4c80d70f' into release-v0.99.5 | Richard van der Hoff | 2019-05-21 | 5 | -6/+89 |
| |\ \ \ \ | |||||
| * | | | | | Fix spelling in changelog | Richard van der Hoff | 2019-05-21 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | 0.99.5rc1 | Richard van der Hoff | 2019-05-21 | 26 | -25/+40 |
| | | | | | | |||||
* | | | | | | Room Statistics (#4338) | Amber Brown | 2019-05-21 | 15 | -13/+1306 |
| |/ / / / |/| | | | | |||||
* | | | | | Merge pull request #5203 from matrix-org/erikj/aggregate_by_sender | Erik Johnston | 2019-05-21 | 2 | -1/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Only count aggregations from distinct senders | ||||
| * | | | | | Newsfile | Erik Johnston | 2019-05-21 | 1 | -0/+1 |
| | | | | | | |||||
| * | | | | | Only count aggregations from distinct senders | Erik Johnston | 2019-05-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | As a user isn't allowed to send a single emoji more than once. | ||||
* | | | | | | Merge pull request #5212 from matrix-org/erikj/deny_multiple_reactions | Erik Johnston | 2019-05-21 | 4 | -5/+87 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Block attempts to annotate the same event twice | ||||
| * | | | | | Fix words | Erik Johnston | 2019-05-21 | 1 | -3/+3 |
| | | | | | |