Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deduplicate some code in synapse.app (#4567) | Amber Brown | 2019-02-08 | 1 | -0/+1 |
| | |||||
* | Update MSC1711 FAQ to be explicit about well-known (#4584) | Erik Johnston | 2019-02-07 | 1 | -0/+1 |
| | | | | | | | | | | | | | A surprising number of people are using the well-known method, and are simply copying the example configuration. This is problematic as the example includes an explicit port, which causes inbound federation requests to have the HTTP Host header include the port, upsetting some reverse proxies. Given that, we update the well-known example to be more explicit about the various ways you can set it up, and the consequence of using an explict port. | ||||
* | Merge branch 'master' into develop | Richard van der Hoff | 2019-02-07 | 1 | -0/+1 |
|\ | |||||
| * | Merge remote-tracking branch 'origin/release-v0.99.0' | Richard van der Hoff | 2019-02-07 | 1 | -0/+1 |
| |\ | |||||
| | * | Update ACME docs to include port instructions (#4578) github/release-v0.99.0 release-v0.99.0 | Andrew Morgan | 2019-02-07 | 1 | -0/+1 |
| | | | |||||
* | | | Merge branch 'master' into develop | Richard van der Hoff | 2019-02-06 | 1 | -0/+1 |
|\| | | |||||
| * | | Fix docker upload job to push -py2 images (#4576) | Richard van der Hoff | 2019-02-06 | 1 | -0/+1 |
| |/ | |||||
* | | Merge branch 'master' into develop | Richard van der Hoff | 2019-02-05 | 3 | -3/+0 |
|\| | |||||
| * | v0.99.0 v0.99.0 | Richard van der Hoff | 2019-02-05 | 7 | -7/+0 |
| | | |||||
| * | Neilj/1711faq (#4572) | Neil Johnson | 2019-02-05 | 1 | -0/+1 |
| | | | | | | | | | | MSC1711 certificates FAQ | ||||
| * | Enable ACME support in the docker image (#4566) | Richard van der Hoff | 2019-02-05 | 1 | -0/+1 |
| | | | | | | | | | | | | | | Also: * Fix wrapping in docker readme * Clean up some docs on the docker image * a workaround for #4554 | ||||
| * | Docker: only copy what we need to the build image (#4562) | Richard van der Hoff | 2019-02-05 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | There are two reasons this is a good thing: * first, it means that you don't end up with stuff kicking around your working copy ending up in the build image by mistake (which can upset the pip install process) * second: it means that the docker image cache is more effective, and we can reuse docker images when iterating on the docker stuff. | ||||
| * | Fix default ACME config for py2 (#4564) | Richard van der Hoff | 2019-02-05 | 1 | -0/+1 |
| | | | | | | Fixes #4559 | ||||
| * | switch docker image to py3 by default (#4558) | Richard van der Hoff | 2019-02-05 | 1 | -0/+1 |
| | | | | | | | | Switch the matrixdotorg/synapse:latest Docker image to use python 3 | ||||
| * | fix typo in config comments (#4557) | Richard van der Hoff | 2019-02-05 | 1 | -0/+1 |
| | | |||||
| * | Merge branch 'release-v0.99.0' of github.com:matrix-org/synapse into ↵ | Andrew Morgan | 2019-02-01 | 3 | -3/+0 |
| |\ | | | | | | | | | | anoa/acme_docs | ||||
| | * | 0.99.0rc4 v0.99.0rc4 | Richard van der Hoff | 2019-02-01 | 3 | -3/+0 |
| | | | |||||
| * | | Add changelog | Andrew Morgan | 2019-02-01 | 1 | -0/+1 |
| |/ | |||||
* | | Filter user directory state query to a subset of state events (#4462) | Andrew Morgan | 2019-02-05 | 1 | -0/+1 |
| | | | | | | | | | | | | * Filter user directory state query to a subset of state events * Add changelog | ||||
* | | Merge pull request #4546 from ↵ | Richard van der Hoff | 2019-02-01 | 1 | -0/+1 |
|\ \ | | | | | | | | | | | | | matrix-org/rav/silence_critical_error_from_federation Fix noisy "twisted.internet.task.TaskStopped" errors in logs | ||||
| * | | Fix noisy "twisted.internet.task.TaskStopped" errors in logs | Richard van der Hoff | 2019-02-01 | 1 | -0/+1 |
| | | | | | | | | | | | | Fixes #4003 | ||||
* | | | Merge remote-tracking branch 'origin/release-v0.99.0' into develop | Richard van der Hoff | 2019-02-01 | 1 | -0/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | Treat an invalid .well-known the same as an absent one | Richard van der Hoff | 2019-02-01 | 1 | -0/+1 |
| | | | | | | | | | | | | ... basically, carry on and fall back to SRV etc. | ||||
* | | | Merge branch 'release-v0.99.0' into develop | Richard van der Hoff | 2019-02-01 | 2 | -0/+2 |
|\| | | |||||
| * | | changelog | Richard van der Hoff | 2019-02-01 | 1 | -0/+1 |
| | | | |||||
| * | | Update federation routing logic to check .well-known before SRV | Richard van der Hoff | 2019-01-31 | 1 | -0/+1 |
| |/ | |||||
| * | v0.99.0rc3 v0.99.0rc3 | Richard van der Hoff | 2019-01-31 | 3 | -3/+0 |
| | | |||||
| * | Add some debug for membership syncing issues (#4538) | Richard van der Hoff | 2019-01-31 | 1 | -0/+1 |
| | | | | | | I can't figure out what's going on with #4422 and #4436; perhaps this will help. | ||||
| * | Fix infinite loop when an event is redacted in a v3 room (#4535) | Richard van der Hoff | 2019-01-31 | 1 | -0/+1 |
| | | |||||
| * | update debian installation instructions (#4526) | Richard van der Hoff | 2019-01-31 | 1 | -0/+1 |
| | | | | | | | | | | | | * update debian installation instructions * docs PR is docs | ||||
* | | Merge branch 'develop' of github.com:matrix-org/synapse into ↵ | Andrew Morgan | 2019-01-31 | 83 | -81/+2 |
|\ \ | | | | | | | | | | anoa/room_upgrade_federatable | ||||
| * | | Reject large transactions on federation (#4513) | Andrew Morgan | 2019-01-31 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Reject large transactions on federation * Add changelog * lint * Simplify large transaction handling | ||||
| * | | Merge remote-tracking branch 'origin/release-v0.99.0' into develop | Richard van der Hoff | 2019-01-30 | 82 | -82/+0 |
| |\| | |||||
| | * | v0.99.0rc2 v0.99.0rc2 | Richard van der Hoff | 2019-01-30 | 2 | -2/+0 |
| | | | |||||
| | * | Merge remote-tracking branch 'origin/develop' into release-v0.99.0 | Richard van der Hoff | 2019-01-30 | 1 | -0/+1 |
| | |\ | |||||
| | * | | ACME Upgrade Docs (#4528) | Amber Brown | 2019-01-30 | 1 | -0/+1 |
| | | | | |||||
| | * | | 0.99.0rc1 v0.99.0rc1 | Richard van der Hoff | 2019-01-30 | 81 | -81/+0 |
| | | | | |||||
| * | | | by default include m.room.encryption on invites (#3902) | Matthew Hodgson | 2019-01-30 | 1 | -0/+1 |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | * by default include m.room.encryption on invites * fix constant * changelog | ||||
| * | | Newsfile | Erik Johnston | 2019-01-30 | 1 | -0/+1 |
| |/ | |||||
* / | Add changelog | Andrew Morgan | 2019-01-30 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #4472 from matrix-org/neilj/room_capabilities | Erik Johnston | 2019-01-30 | 1 | -0/+1 |
|\ | | | | | Server capabilities support | ||||
| * | Merge branch 'develop' into neilj/room_capabilities | Neil Johnson | 2019-01-30 | 48 | -6/+42 |
| |\ | |||||
| * | | update to reflect broadening scope | Neil Johnson | 2019-01-29 | 1 | -1/+1 |
| | | | |||||
| * | | towncrier | Neil Johnson | 2019-01-25 | 1 | -0/+1 |
| | | | |||||
* | | | Fix replication for room v3 (#4523) | Erik Johnston | 2019-01-30 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix replication for room v3 We were not correctly quoting the path fragments over http replication, which meant that it exploded when the event IDs had a slash in them * Newsfile | ||||
* | | | ACME config cleanups (#4525) | Richard van der Hoff | 2019-01-30 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Handle listening for ACME requests on IPv6 addresses the weird url-but-not-actually-a-url-string doesn't handle IPv6 addresses without extra quoting. Building a string which you are about to parse again seems like a weird choice. Let's just use listenTCP, which is consistent with what we do elsewhere. * Clean up the default ACME config make it look a bit more consistent with everything else, and tweak the defaults to listen on port 80. * newsfile | ||||
* | | | Newsfile | Erik Johnston | 2019-01-30 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #4521 from matrix-org/rav/fed_routing/cleanups | Richard van der Hoff | 2019-01-30 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Tiny .well-known fixes | ||||
| * | | | newsfile | Richard van der Hoff | 2019-01-30 | 1 | -0/+1 |
| | | | | |||||
* | | | | Follow redirects on .well-known (#4520) | Richard van der Hoff | 2019-01-30 | 1 | -0/+1 |
| | | | | |||||
* | | | | SIGHUP for TLS cert reloading (#4495) | Amber Brown | 2019-01-30 | 1 | -0/+1 |
|/ / / | |||||
* | | | Add a caching layer to .well-known responses (#4516) | Richard van der Hoff | 2019-01-30 | 1 | -0/+1 |
| | | | |||||
* | | | Fix flake8 (#4519) | Amber Brown | 2019-01-30 | 1 | -0/+1 |
| |/ |/| | |||||
* | | Merge pull request #4486 from xperimental/workaround-4216 | Richard van der Hoff | 2019-01-30 | 1 | -0/+1 |
|\ \ | | | | | | | Implement workaround for login error. | ||||
| * | | Implement workaround for login error. | Robert Jacob | 2019-01-30 | 1 | -0/+1 |
| | | | | | | | | | | | | Signed-off-by: Robert Jacob <xperimental@solidproject.de> | ||||
* | | | Newsfile | Erik Johnston | 2019-01-29 | 1 | -0/+1 |
| | | | |||||
* | | | Merge branch 'develop' of github.com:matrix-org/synapse into ↵ | Erik Johnston | 2019-01-29 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | | | | | erikj/redactions_eiah | ||||
| * \ \ | Merge pull request #4514 from matrix-org/erikj/remove_event_id | Erik Johnston | 2019-01-29 | 1 | -0/+1 |
| |\ \ \ | | | | | | | | | | | Remove usages of event ID's domain | ||||
| | * | | | Newsfile | Erik Johnston | 2019-01-29 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into ↵ | Erik Johnston | 2019-01-29 | 25 | -8/+17 |
|\| | | | | | | | | | | | | | | | | | | | erikj/redactions_eiah | ||||
| * | | | | Merge pull request #4483 from matrix-org/erikj/event_v2 | Erik Johnston | 2019-01-29 | 1 | -0/+1 |
| |\ \ \ \ | | | | | | | | | | | | | Implement event format V2 | ||||
| | * | | | | Newsfile | Erik Johnston | 2019-01-29 | 1 | -0/+1 |
| | | | | | | |||||
| * | | | | | Merge pull request #4512 from matrix-org/anoa/consent_dir | Andrew Morgan | 2019-01-29 | 1 | -0/+1 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | Check consent dir path on startup | ||||
| | * | | | | Add changelog | Andrew Morgan | 2019-01-29 | 1 | -0/+1 |
| | | | | | | |||||
| * | | | | | Relax requirement for a content-type on .well-known (#4511) | Richard van der Hoff | 2019-01-29 | 1 | -0/+1 |
| | | | | | | |||||
| * | | | | | Merge pull request #4498 from matrix-org/travis/fix-docs-public_baseurl | Travis Ralston | 2019-01-29 | 1 | -0/+1 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | Don't recommend :8448 to people on public_baseurl | ||||
| | * | | | | Create 4498.misc | Travis Ralston | 2019-01-28 | 1 | -0/+1 |
| | | | | | | |||||
| * | | | | | Do not generate self-signed TLS certificates by default. (#4509) | Amber Brown | 2019-01-29 | 1 | -0/+1 |
| | |/ / / | |/| | | | |||||
| * | | | | Merge pull request #4481 from matrix-org/erikj/event_builder | Erik Johnston | 2019-01-29 | 1 | -0/+1 |
| |\ \ \ \ | | | | | | | | | | | | | Refactor event building into EventBuilder | ||||
| | * | | | | Newsfile | Erik Johnston | 2019-01-29 | 1 | -0/+1 |
| | | | | | | |||||
| * | | | | | Implement MSC1708 (.well-known lookups for server routing) (#4489) | Richard van der Hoff | 2019-01-29 | 17 | -8/+9 |
| | | | | | | |||||
| * | | | | | Merge pull request #4510 from matrix-org/erikj/fixup_compute_event_signature | Erik Johnston | 2019-01-29 | 1 | -0/+1 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Fixup calls to `comput_event_signature` | ||||
| | * | | | | | Newsfile | Erik Johnston | 2019-01-29 | 1 | -0/+1 |
| | | | | | | | |||||
| * | | | | | | Enable configuring test log level via env var (#4506) | Richard van der Hoff | 2019-01-29 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | I got fed up with always adding '@unittest.DEBUG' every time I needed to debug a test. | ||||
* | | | | | | | Newsfile | Erik Johnston | 2019-01-29 | 1 | -0/+1 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #4496 from matrix-org/erikj/invite_fallback | Erik Johnston | 2019-01-29 | 1 | -0/+1 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Implement fallback for V2 invite API | ||||
| * | | | | | Newsfile | Erik Johnston | 2019-01-28 | 1 | -0/+1 |
| | | | | | | |||||
* | | | | | | Make linearizer more quiet (#4507) | Amber Brown | 2019-01-29 | 1 | -0/+1 |
| |/ / / / |/| | | | | |||||
* | | | | | Merge pull request #4494 from matrix-org/erikj/fixup_event_validator | Erik Johnston | 2019-01-29 | 1 | -0/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Split up event validation between event and builder | ||||
| * | | | | | Newsfile | Erik Johnston | 2019-01-28 | 1 | -0/+1 |
| | | | | | | |||||
* | | | | | | Fix typo in upserts code (#4505) | Amber Brown | 2019-01-29 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix obvious problem :| * changelog | ||||
* | | | | | | Merge pull request #4493 from matrix-org/erikj/refactor_event_signing | Erik Johnston | 2019-01-29 | 1 | -0/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Refactor event signing to work on dicts | ||||
| * | | | | | | Newsfile | Erik Johnston | 2019-01-28 | 1 | -0/+1 |
| |/ / / / / | |||||
* | | | | | | Use SimpleResolverComplexifier in tests (#4497) | Richard van der Hoff | 2019-01-29 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | two reasons for this. One, it saves a bunch of boilerplate. Two, it squashes unicode to IDNA-in-a-`str` (even on python 3) in a way that it turns out we rely on to give consistent behaviour between python 2 and 3. | ||||
* | | | | | | Merge pull request #4482 from matrix-org/erikj/event_auth_room_version | Erik Johnston | 2019-01-28 | 1 | -0/+1 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | Pass through room version to event auth | ||||
| * | | | | | Newsfile | Erik Johnston | 2019-01-25 | 1 | -0/+1 |
| | |_|/ / | |/| | | | |||||
* | | | | | Fix worker TLS (#4492) | Amber Brown | 2019-01-28 | 1 | -0/+1 |
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | * load cert * changelog * fix | ||||
* | | | | Fix UPSERTs on SQLite 3.24+ (#4477) | Amber Brown | 2019-01-28 | 3 | -2/+3 |
| | | | | |||||
* | | | | Merge branch 'develop' of github.com:matrix-org/synapse into ↵ | Andrew Morgan | 2019-01-28 | 9 | -1/+9 |
|\ \ \ \ | | |/ / | |/| | | | | | | anoa/dm_room_upgrade | ||||
| * | | | Remove --process-dependency-links from UPGRADE.rst (#4485) | Aaron Raimist | 2019-01-28 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove --process-dependency-links from UPGRADE.rst Signed-off-by: Aaron Raimist <aaron@raim.ist> * Add changelog Signed-off-by: Aaron Raimist <aaron@raim.ist> | ||||
| * | | | changelog | Richard van der Hoff | 2019-01-28 | 1 | -0/+1 |
| | | | | |||||
| * | | | Fix idna and ipv6 literal handling in MatrixFederationAgent (#4487) | Richard van der Hoff | 2019-01-28 | 1 | -0/+1 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Turns out that the library does a better job of parsing URIs than our reinvented wheel. Who knew. There are two things going on here. The first is that, unlike parse_server_name, URI.fromBytes will strip off square brackets from IPv6 literals, which means that it is valid input to ClientTLSOptionsFactory and HostnameEndpoint. The second is that we stay in `bytes` throughout (except for the argument to ClientTLSOptionsFactory), which avoids the weirdness of (sometimes) ending up with idna-encoded values being held in `unicode` variables. TBH it probably would have been ok but it made the tests fragile. | ||||
| * | | Merge pull request #4470 from matrix-org/erikj/require_format_version | Erik Johnston | 2019-01-25 | 1 | -0/+1 |
| |\ \ | | | | | | | | | Require event format version to parse or create events | ||||
| | * | | Newsfile | Erik Johnston | 2019-01-25 | 1 | -0/+1 |
| | | | | |||||
| * | | | Merge branch 'develop' of github.com:matrix-org/synapse into ↵ | Erik Johnston | 2019-01-25 | 4 | -0/+4 |
| |\ \ \ | | | | | | | | | | | | | | | | erikj/sqlite_native_upsert | ||||
| | * | | | Fix quoting for allowed_local_3pids example config (#4476) | Richard van der Hoff | 2019-01-25 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If you use double-quotes here, you have to escape your backslashes. It's much easier with single-quotes. (Note that the existing double-backslashes are already interpreted by python's """ parsing.) | ||||
| | * | | | Fix Host header sent by MatrixFederationAgent (#4468) | Richard van der Hoff | 2019-01-25 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move the Host header logic down here so that (a) it is used if we reuse the agent elsewhere, and (b) we can mess about with it with .well-known. | ||||
| | * | | | Don't require sqlite3 when using postgres (#4466) | Andrew Morgan | 2019-01-25 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Newsfile | Erik Johnston | 2019-01-25 | 2 | -1/+2 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'develop' of github.com:matrix-org/synapse into ↵ | Andrew Morgan | 2019-01-25 | 21 | -0/+21 |
|\ \ \ \ | | |/ / | |/| | | | | | | anoa/dm_room_upgrade | ||||
| * | | | Merge pull request #4415 from matrix-org/anoa/full_search_upgraded_rooms | Andrew Morgan | 2019-01-25 | 1 | -0/+1 |
| |\ \ \ | | |/ / | |/| | | Ability to search entire room history after upgrading room | ||||
| | * | | Add changelog | Andrew Morgan | 2019-01-18 | 1 | -0/+1 |
| | | | | |||||
| * | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/msc_1813 | Erik Johnston | 2019-01-25 | 17 | -1/+17 |
| |\ \ \ | |||||
| | * \ \ | Merge pull request #4448 from matrix-org/erikj/get_pdu_versions | Erik Johnston | 2019-01-24 | 1 | -0/+1 |
| | |\ \ \ | | | | | | | | | | | | | Add room_version param to get_pdu | ||||
| | | * | | | Newsfile | Erik Johnston | 2019-01-23 | 1 | -0/+1 |
| | | | | | | |||||
| | * | | | | Merge pull request #4405 from matrix-org/erikj/fixup_rejecting_invites | Erik Johnston | 2019-01-24 | 1 | -0/+1 |
| | |\ \ \ \ | | | | | | | | | | | | | | | Store rejected remote invite events as outliers | ||||
| | | * | | | | Newsfile | Erik Johnston | 2019-01-23 | 1 | -0/+1 |
| | | |/ / / | |||||
| | * | | | | Merge pull request #4437 from matrix-org/erikj/event_format_version_v2 | Erik Johnston | 2019-01-24 | 1 | -0/+1 |
| | |\ \ \ \ | | | |_|_|/ | | |/| | | | Add support for persisting event format versions | ||||
| | | * | | | Update newsfile | Erik Johnston | 2019-01-23 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | Merge pull request #4461 from matrix-org/anoa/room_dir_quick_fix | Andrew Morgan | 2019-01-24 | 1 | -0/+1 |
| | |\ \ \ \ | | | | | | | | | | | | | | | Add a 60s timeout to filtered room directory queries | ||||
| | | * | | | | Add changelog | Andrew Morgan | 2019-01-24 | 1 | -0/+1 |
| | | | | | | | |||||
| | * | | | | | Merge pull request #4464 from matrix-org/rav/fix_srv_lookup | Richard van der Hoff | 2019-01-24 | 1 | -0/+1 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | MatrixFederationAgent: Look up the right SRV record | ||||
| | | * | | | | | Look up the right SRV record | Richard van der Hoff | 2019-01-24 | 1 | -0/+1 |
| | | | | | | | | |||||
| | * | | | | | | Generate the debian config during build (#4444) | Richard van der Hoff | 2019-01-24 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rather than hardcoding a config which we always forget to update, generate it from the default config. | ||||
| | * | | | | | | Fix UnboundLocalError in post_urlencoded_get_json (#4460) | Richard van der Hoff | 2019-01-24 | 1 | -0/+1 |
| | |/ / / / / | | | | | | | | | | | | | | | This could cause exceptions if the id server returned 4xx responses. | ||||
| | * | | | | | Merge pull request #4435 from matrix-org/neilj/fix_threepid_auth_check | Neil Johnson | 2019-01-24 | 1 | -0/+1 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | Neilj/fix threepid auth check | ||||
| | | * | | | | | move guard out of is_threepid_reserved and into register.py | Neil Johnson | 2019-01-22 | 1 | -1/+1 |
| | | | | | | | | |||||
| | | * | | | | | Fix None guard in config.server.is_threepid_reserved | Neil Johnson | 2019-01-22 | 1 | -0/+1 |
| | | | | | | | | |||||
| | * | | | | | | Merge pull request #4458 from matrix-org/dbkr/public_baseurl_doc | Neil Johnson | 2019-01-24 | 1 | -0/+1 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Clarify docs for public_baseurl | ||||
| | | * | | | | | | Changelog | David Baker | 2019-01-24 | 1 | -0/+1 |
| | | | |/ / / / | | | |/| | | | | |||||
| | * / | | | | | Fix UPSERT check (#4459) | Amber Brown | 2019-01-24 | 1 | -0/+1 |
| | |/ / / / / | |||||
| | * | | | | | Use native UPSERTs where possible (#4306) | Amber Brown | 2019-01-24 | 1 | -0/+1 |
| | | | | | | | |||||
| | * | | | | | Don't send IP addresses as SNI (#4452) | Richard van der Hoff | 2019-01-24 | 1 | -0/+1 |
| | | |_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | The problem here is that we have cut-and-pasted an impl from Twisted, and then failed to maintain it. It was fixed in Twisted in https://github.com/twisted/twisted/pull/1047/files; let's do the same here. | ||||
| | * | | | | Merge pull request #4445 from matrix-org/anoa/user_dir_develop_backport | Andrew Morgan | 2019-01-23 | 1 | -0/+1 |
| | |\ \ \ \ | | | | | | | | | | | | | | | Add metric for user dir current event stream position | ||||
| | | * | | | | Add changelog | Andrew Morgan | 2019-01-23 | 1 | -0/+1 |
| | | | | | | | |||||
| | * | | | | | Merge pull request #4428 from matrix-org/rav/matrix_federation_agent | Richard van der Hoff | 2019-01-23 | 1 | -0/+1 |
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | | | Move SRV magic into an Agent-like thing | ||||
| | | * | | | | changelog | Richard van der Hoff | 2019-01-22 | 1 | -0/+1 |
| | | | | | | | |||||
| | * | | | | | debian package: symlink to python-3.X (#4433) | Richard van der Hoff | 2019-01-23 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the debian package, make the virtualenv symlink python to /usr/bin/python3.X rather than /usr/bin/python3. Also make sure we depend on the right python3.x package. This might help a bit with subtle failures when people install a package from the wrong distro (https://github.com/matrix-org/synapse/issues/4431). | ||||
| | * | | | | | Fixup removal of duplicate `user_ips` rows (#4432) | Erik Johnston | 2019-01-23 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove unnecessary ORDER BY clause * Add logging * Newsfile | ||||
| | * | | | | | Support ACME for certificate provisioning (#4384) | Amber Brown | 2019-01-23 | 1 | -0/+1 |
| | | | | | | | |||||
| * | | | | | | Newsfile | Erik Johnston | 2019-01-23 | 1 | -0/+1 |
| | |_|_|/ / | |/| | | | | |||||
| * | | | | | Newsfile | Erik Johnston | 2019-01-23 | 1 | -0/+1 |
| |/ / / / | |||||
| * | | | | Merge pull request #4434 from matrix-org/erikj/fix_user_ips_dedup | Erik Johnston | 2019-01-22 | 1 | -0/+1 |
| |\ \ \ \ | | |_|/ / | |/| | | | Fix bug when removing duplicate rows from user_ips | ||||
| | * | | | Newsfile | Erik Johnston | 2019-01-22 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Merge pull request #4423 from matrix-org/neilj/disable_msisdn_on_registration | Neil Johnson | 2019-01-22 | 1 | -0/+1 |
| |\ \ \ \ | | |_|/ / | |/| | | | Config option to disable requesting MSISDN on registration | ||||
| | * | | | Config option to disable requesting MSISDN on registration | Neil Johnson | 2019-01-21 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into ↵ | Andrew Morgan | 2019-01-22 | 1 | -0/+1 |
|\| | | | | | | | | | | | | | | | | | | | anoa/dm_room_upgrade | ||||
| * | | | | Make key fetches use regular federation client (#4426) | Richard van der Hoff | 2019-01-22 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | All this magic is redundant. | ||||
* | | | | | Fix typos | Andrew Morgan | 2019-01-22 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Add changelog | Andrew Morgan | 2019-01-22 | 1 | -0/+1 |
|/ / / / | |||||
* | | | | Refactor and bugfix for resove_service (#4427) | Richard van der Hoff | 2019-01-22 | 1 | -0/+1 |
| | | | | |||||
* | | | | Require ECDH key exchange & remove dh_params (#4429) | Amber Brown | 2019-01-22 | 1 | -0/+1 |
| |/ / |/| | | | | | * remove dh_params and set better cipher string | ||||
* | | | Merge branch 'develop' of github.com:matrix-org/synapse into ↵ | Erik Johnston | 2019-01-21 | 10 | -0/+10 |
|\| | | | | | | | | | | | erikj/fed_v2_invite_server | ||||
| * | | Merge pull request #4390 from matrix-org/erikj/versioned_fed_apis | Erik Johnston | 2019-01-21 | 1 | -0/+1 |
| |\ \ | | | | | | | | | Add groundwork for new versions of federation APIs | ||||
| * | | | Migrate encryption state on room upgrade (#4411) | Andrew Morgan | 2019-01-21 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Migrate encryption state on room upgrade Signed-off-by: Andrew Morgan <andrew@amorgan.xyz> * Add changelog file | ||||
| * | | | Fix race when persisting create event (#4404) | Erik Johnston | 2019-01-18 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix race when persisting create event When persisting a chunk of DAG it is sometimes requried to do a state resolution, which requires knowledge of the room version. If this happens while we're persisting the create event then we need to use that event rather than attempting to look it up in the database. | ||||
| * | | | Tweak code coverage settings (#4400) | Erik Johnston | 2019-01-18 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Tweak code coverage settings * Fix manifest * Newsfile * Fix commit status? | ||||
| * | | | Remove redundant WrappedConnection (#4409) | Richard van der Hoff | 2019-01-18 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove redundant WrappedConnection The matrix federation client uses an HTTP connection pool, which times out its idle HTTP connections, so there is no need for any of this business. | ||||
| * | | | Fix incorrect logcontexts after a Deferred was cancelled (#4407) | Richard van der Hoff | 2019-01-17 | 1 | -0/+1 |
| | |/ | |/| | |||||
| * | | sign_request -> build_auth_headers (#4408) | Richard van der Hoff | 2019-01-17 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | Just got very confused about the fact that the headers are only an output, not an input. | ||||
| * | | Changing macaroon_secret_key no longer logs you out (#4387) | Richard van der Hoff | 2019-01-16 | 1 | -0/+1 |
| | | | |||||
| * | | don't store more remote device lists if they have more than 1K devices (#4397) | Richard van der Hoff | 2019-01-16 | 1 | -0/+1 |
| | | | |||||
| * | | Add a changelog entry | Andrej Shadura | 2019-01-16 | 1 | -0/+1 |
| | | | | | | | | | | | | Signed-off-by: Andrej Shadura <andrew.shadura@collabora.co.uk> | ||||
| * | | ALL_USER_TYPES should be a tuple | Neil Johnson | 2019-01-15 | 1 | -0/+1 |
| | | | |||||
* | | | Newsfile | Erik Johnston | 2019-01-16 | 1 | -0/+1 |
| |/ |/| | |||||
* | | Newsfile | Erik Johnston | 2019-01-15 | 1 | -0/+1 |
|/ | |||||
* | Silence travis-ci build warnings by removing non-functional python3.6 (#4377) | Richard van der Hoff | 2019-01-12 | 1 | -0/+1 |
| | | | | | | * Remove non-functional python3.6 in travis env * changelog | ||||
* | Remove duplicates in the user_ips table and add an index (#4370) | Amber Brown | 2019-01-12 | 1 | -0/+1 |
| | |||||
* | Merge pull request #4342 from aaronraimist/new-virtualenv | Richard van der Hoff | 2019-01-10 | 1 | -0/+1 |
|\ | | | | | Update README to use new virtualenv (#4328) | ||||
| * | Add changelog | Aaron Raimist | 2019-01-01 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Aaron Raimist <aaron@raim.ist> | ||||
* | | Merge branch 'master' into develop | Richard van der Hoff | 2019-01-09 | 42 | -43/+0 |
|\ \ | |||||
| * | | 0.34.1 v0.34.1 | Richard van der Hoff | 2019-01-09 | 2 | -2/+0 |
| | | | |||||
| * | | Merge branch 'develop' into release-v0.34.1 | Erik Johnston | 2019-01-09 | 2 | -0/+2 |
| |\ \ | |||||
| * | | | changelog | Richard van der Hoff | 2019-01-08 | 40 | -41/+0 |
| | | | | |||||
* | | | | Merge pull request #4368 from matrix-org/erikj/better_errors | Erik Johnston | 2019-01-09 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | Fixup docstrings for matrixfederationclient | ||||
| * | | | | Newsfile | Erik Johnston | 2019-01-09 | 1 | -0/+1 |
| | |/ / | |/| | | |||||
* / | | | Fix adding new rows instead of updating them if one of the key values is a ↵ | Amber Brown | 2019-01-09 | 1 | -0/+1 |
|/ / / | | | | | | | | | | NULL in upserts. (#4369) | ||||
* | | | Newsfile | Erik Johnston | 2019-01-08 | 1 | -0/+1 |
| | | | |||||
* | | | Newsfile | Erik Johnston | 2019-01-08 | 1 | -0/+1 |
|/ / | |||||
* | | Refactor request sending to have better excpetions (#4358) | Erik Johnston | 2019-01-08 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Correctly retry and back off if we get a HTTPerror response * Refactor request sending to have better excpetions MatrixFederationHttpClient blindly reraised exceptions to the caller without differentiating "expected" failures (e.g. connection timeouts etc) versus more severe problems (e.g. programming errors). This commit adds a RequestSendFailed exception that is raised when "expected" failures happen, allowing the TransactionQueue to log them as warnings while allowing us to log other exceptions as actual exceptions. | ||||
* | | Fix synapse.config.__main__ on python 3 (#4356) | Amber Brown | 2019-01-08 | 1 | -0/+1 |
| | | |||||
* | | Fix command hint to generate a config file (#4353) | Jason Robinson | 2019-01-07 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix command hint to generate a config file When trying to start Synapse without a config file, it will complain and give a hint towards what command to run. This hinted command is missing the "report_stats" parameter, which is required with either yes or no value. Add this to the command. Not an ideal situation but makes the given command work without the user getting another error, even though it might be unclear what "report_stats" represents. Signed-off-by: Jason Robinson <jasonr@matrix.org> | ||||
* | | Add GET account data routes (#4303) | Travis Ralston | 2019-01-07 | 1 | -0/+1 |
| | | | | | | | | As per https://github.com/matrix-org/matrix-doc/issues/1339 | ||||
* | | Check jinja version for consent resource (#4327) | Richard van der Hoff | 2019-01-07 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | * Raise a ConfigError if an invalid resource is specified * Require Jinja 2.9 for the consent resource * changelog | ||||
* | | fix the check for whether `is_url` to match all the other ones in codebase ↵ | Michael Telatynski | 2019-01-06 | 1 | -0/+1 |
| | | | | | | | | | | | | (#3405) Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> | ||||
* | | Update debian Conflicts specifications (#4349) | Richard van der Hoff | 2019-01-04 | 1 | -0/+1 |
| | | | | | | ... to allow installation alongside our matrix-synapse transitional package. | ||||
* | | fix NPE in /messages by checking if all events were filtered out (#4330) | Matthew Hodgson | 2019-01-02 | 1 | -0/+1 |
| | | |||||
* | | Update README to not lie about required restart (#4343) | Aaron Raimist | 2019-01-02 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | * Update README to not lie about required restart Signed-off-by: Aaron Raimist <aaron@raim.ist> * Add changelog Signed-off-by: Aaron Raimist <aaron@raim.ist> | ||||
* | | Ensure synchrotrons can access is_support_user in the storage layer | Neil Johnson | 2019-01-02 | 1 | -0/+1 |
| | | |||||
* | | Update PR template to use absolute links (#4341) | Aaron Raimist | 2019-01-02 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | * Update PR template to use absolute links Signed-off-by: Aaron Raimist <aaron@raim.ist> * Add changelog Signed-off-by: Aaron Raimist <aaron@raim.ist> | ||||
* | | Avoid packaging _trial_temp directory (#4326) | Richard van der Hoff | 2019-01-02 | 1 | -0/+2 |
| | | | | | | | | | | | | Make sure we don't put the _trial_temp directory in the package target directory. Fixes https://github.com/matrix-org/synapse/issues/4322 | ||||
* | | Install the optional dependencies into the debian package (#4325) | Richard van der Hoff | 2019-01-02 | 1 | -0/+1 |
|/ | | | | | | | | since #4298, the optional dependencies are no longer installed with a simple `pip install .`, which meant that they were not being included in the debian package. The easy fix to that is dh_virtualenv --extras, but that needs dh_virtualenv 1.1... | ||||
* | Remove v1 only REST APIs now we don't ship matrix console (#4334) | Amber Brown | 2018-12-29 | 1 | -0/+1 |
| | |||||
* | Remove mention of lt-cred-mech in the sample coturn config. (#4333) | Krithin Sitaram | 2018-12-28 | 1 | -0/+1 |
| | | | | | | | | | | | * Remove mention of lt-cred-mech in the sample coturn config. See https://github.com/coturn/coturn/pull/262 for more context. Also clean up some minor formatting issues while I'm here. * Add changelog. Signed-off-by: Krithin Sitaram <krithin@gmail.com> | ||||
* | Log roomid along with Unknown room (#4297) | Will Hunt | 2018-12-24 | 1 | -0/+1 |
| | |||||
* | Merge pull request #4307 from matrix-org/erikj/v2_rooms | Richard van der Hoff | 2018-12-24 | 1 | -0/+1 |
|\ | | | | | Add v2 room version | ||||
| * | Newsfile | Erik Johnston | 2018-12-18 | 1 | -0/+1 |
| | | |||||
* | | Return well_known in /login response (#4319) | Richard van der Hoff | 2018-12-24 | 1 | -0/+1 |
| | | | | | | | | ... as per MSC1730. | ||||
* | | Merge pull request #4317 from de-vri-es/test-metric-prometheus-0.5 | Richard van der Hoff | 2018-12-23 | 1 | -0/+1 |
|\ \ | | | | | | | Fix test_metrics.py compatibility prometheus_client 0.5 | ||||
| * | | Fix test_metrics.py compatibility prometheus_client 0.5 | Maarten de Vries | 2018-12-21 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | prometheus_client 0.5 has a named-tuple Sample type with more member than the old plain tuple had. This commit makes sure the unit test detects this and changes the way it reads the sample. Signed-off-by: Maarten de Vries <maarten@de-vri.es> | ||||
* | | | Merge pull request #4316 from matrix-org/rav/fix_docker_upload | Richard van der Hoff | 2018-12-21 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Fix circleci config for synapse:latest docker upload | ||||
| * | | | Fix circleci config for synapse:latest docker upload | Richard van der Hoff | 2018-12-21 | 1 | -0/+1 |
| |/ / | | | | | | | | | | Give the image the right tag, so that we can push it. | ||||
* | | | Add a script to generate a clean config file (#4315) | Richard van der Hoff | 2018-12-22 | 1 | -0/+1 |
| | | | |||||
* | | | Fix indentation in default config (#4313) | Richard van der Hoff | 2018-12-22 | 1 | -0/+1 |
| | | | | | | | | | These settings are not supposed to be under 'listeners'. | ||||
* | | | Fix IP URL previews on Python 3 (#4215) | Amber Brown | 2018-12-22 | 1 | -0/+1 |
| | | | |||||
* | | | Make the dependencies more like a standard Python project and hook up the ↵ | Amber Brown | 2018-12-22 | 1 | -0/+1 |
|/ / | | | | | | | optional dependencies to setuptools (#4298) | ||||
* | | Create 4309.bugfix | Nathan Pennie | 2018-12-19 | 1 | -0/+1 |
| | | |||||
* | | ensure can report mau stats when hs.config.mau_stats_only is set (#4305) | Neil Johnson | 2018-12-18 | 1 | -0/+1 |
| | | | | | | * ensure can report mau stats when hs.config.mau_stats_only is set | ||||
* | | create support user (#4141) | Neil Johnson | 2018-12-14 | 1 | -0/+1 |
| | | | | | | | | | | | | Allow for the creation of a support user. A support user can access the server, join rooms, interact with other users, but does not appear in the user directory nor does it contribute to monthly active user limits. | ||||
* | | Settings Fix deleting e2e room keys on xenial (#4295) | Amber Brown | 2018-12-14 | 1 | -0/+1 |
| | | |||||
* | | Improved welcome page (#4294) | Nad Chishtie | 2018-12-14 | 1 | -0/+1 |
| | | | | | | | | | | | | | | * Improved static/index.html look, feel and content. * Added accessibility tags to in-line SVG. * Grammar. | ||||
* | | Merge pull request #4274 from matrix-org/michaelkaye/update_kernel_dco_link | Richard van der Hoff | 2018-12-11 | 1 | -0/+1 |
|\ \ | | | | | | | Update link to kernel.org DCO usage | ||||
| * | | changelog | Michael Kaye | 2018-12-07 | 1 | -0/+1 |
| | | | |||||
* | | | Merge branch 'release-v0.34.0' into develop | Richard van der Hoff | 2018-12-11 | 34 | -36/+0 |
|\ \ \ | |||||
| * | | | 0.34.0rc2 v0.34.0rc2 | Richard van der Hoff | 2018-12-11 | 3 | -3/+0 |
| | | | | |||||
| * | | | remove changelog files | Richard van der Hoff | 2018-12-11 | 34 | -36/+0 |
| | | | | |||||
| * | | | Merge pull request #4290 from matrix-org/rav/remove_webclient | Richard van der Hoff | 2018-12-11 | 1 | -0/+1 |
| |\ \ \ | | | | | | | | | | | Stop installing Matrix Console by default | ||||
| | * | | | Stop installing Matrix Console by default | Richard van der Hoff | 2018-12-11 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | This is based on the work done by @krombel in #2601. | ||||
| * | | | | Merge branch 'rav/disable_pager_in_ci' into rav/welcome_page | Richard van der Hoff | 2018-12-11 | 1 | -0/+1 |
| |\ \ \ \ | |||||
| | * | | | | Disable pager for ci script | Richard van der Hoff | 2018-12-11 | 1 | -0/+1 |
| | |/ / / | | | | | | | | | | | | | | | | ... otherwise it hangs | ||||
| * / / / | Add a welcome page to the static resources | Richard van der Hoff | 2018-12-11 | 1 | -0/+1 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is largely a precursor for the removal of the bundled webclient. The idea is to present a page at / which reassures people that something is working, and to give them some links for next steps. The welcome page lives at `/_matrix/static/`, so is enabled alongside the other `static` resources (which, in practice, means the client API is enabled). We'll redirect to it from `/` if we have nothing better to display there. It would be nice to have a way to disable it (in the same way that you might disable the nginx welcome page), but I can't really think of a good way to do that without a load of ickiness. It's based on the work done by @krombel for #2601. | ||||
* | | | | Add 'sandbox' to CSP for media repo (#4284) | David Baker | 2018-12-11 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Add 'sandbox' to the CSP for media repo * Changelog | ||||
* | | | | Merge pull request #4279 from matrix-org/hs/fix-config-cors | Will Hunt | 2018-12-10 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | Make /config more CORS-y | ||||
| * | | | | changelog & isort | Will Hunt | 2018-12-09 | 1 | -0/+1 |
| | |/ / | |/| | | |||||
* / | | | Newsfile | Erik Johnston | 2018-12-10 | 1 | -0/+1 |
|/ / / | |||||
* | | | Initialise user displayname from SAML2 data (#4272) | Richard van der Hoff | 2018-12-07 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | When we register a new user from SAML2 data, initialise their displayname correctly. | ||||
* | | | Update the example systemd config to use a virtualenv (#4273) | Richard van der Hoff | 2018-12-07 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | If you're installing as a system package, the system package should have set up the systemd config, so it's more useful to give an example of running in a virtualenv here. | ||||
* | | | Implement SAML2 authentication (#4267) | Richard van der Hoff | 2018-12-07 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This implements both a SAML2 metadata endpoint (at `/_matrix/saml2/metadata.xml`), and a SAML2 response receiver (at `/_matrix/saml2/authn_response`). If the SAML2 response matches what's been configured, we complete the SSO login flow by redirecting to the client url (aka `RelayState` in SAML2 jargon) with a login token. What we don't yet have is anything to build a SAML2 request and redirect the user to the identity provider. That is left as an exercise for the reader. | ||||
* | | | Factor SSO success handling out of CAS login (#4264) | Richard van der Hoff | 2018-12-07 | 1 | -0/+1 |
| | | | | | | | | | | | | This is mostly factoring out the post-CAS-login code to somewhere we can reuse it for other SSO flows, but it also fixes the userid mapping while we're at it. | ||||
* | | | Rip out half-implemented m.login.saml2 support (#4265) | Richard van der Hoff | 2018-12-06 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Rip out half-implemented m.login.saml2 support This was implemented in an odd way that left most of the work to the client, in a way that I really didn't understand. It's going to be a pain to maintain, so let's start by ripping it out. * drop undocumented dependency on dateutil It turns out we were relying on dateutil being pulled in transitively by pysaml2. There's no need for that bloat. | ||||
* | | | drop undocumented dependency on dateutil (#4266) | Richard van der Hoff | 2018-12-06 | 1 | -0/+1 |
| | | | | | | | | | | | | It turns out we were relying on dateutil being pulled in transitively by pysaml2. There's no need for that bloat. | ||||
* | | | Implement .well-known handling (#4262) | Richard van der Hoff | 2018-12-05 | 1 | -0/+1 |
|/ / | | | | | | | Sometimes it's useful for synapse to generate its own .well-known file. | ||||
* | | Merge pull request #4260 from matrix-org/rav/python3 | Richard van der Hoff | 2018-12-04 | 1 | -0/+1 |
|\ \ | | | | | | | Notes on upgrading to python3, and README updates. | ||||
| * | | Notes on upgrading to python3, and README updates. | Richard van der Hoff | 2018-12-04 | 1 | -0/+1 |
| | | | |||||
* | | | Remove obsolete settings from docker homeserver.yaml | Richard van der Hoff | 2018-12-04 | 1 | -0/+1 |
|/ / | | | | | | | These aren't used, because we have a `log_config` setting. | ||||
* | | Add an option to enable recording IPs for appservice users (#3831) | Travis Ralston | 2018-12-04 | 1 | -0/+1 |
| | | |||||
* | | Fix non-ASCII pushrules (#4248) | Amber Brown | 2018-12-04 | 1 | -0/+1 |
| | | |||||
* | | Add an option to disable search for homeservers which may not be interested ↵ | Travis Ralston | 2018-12-04 | 1 | -0/+1 |
| | | | | | | | | | | | | in it (#4230) This is useful for homeservers not intended for users, such as bot-only homeservers or ones that only process IoT data. | ||||
* | | Add note to UPGRADE.rst about removing riot.im from list of trusted identity ↵ | Aaron Raimist | 2018-12-04 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | servers (#4224) * Add note to UPGRADE.rst about removing riot.im from list of trusted identity servers Signed-off-by: Aaron Raimist <aaron@raim.ist> * Add changelog Signed-off-by: Aaron Raimist <aaron@raim.ist> | ||||
* | | add more detail to logging regarding "More than one row matched" error (#4234) | Ben Parsons | 2018-12-04 | 1 | -0/+1 |
| | | |||||
* | | Fix UnicodeDecodeError when postgres is not configured in english (#4253) | Richard van der Hoff | 2018-12-04 | 1 | -0/+1 |
| | | | | | | | | This is a bit of a half-assed effort at fixing https://github.com/matrix-org/synapse/issues/4252. Fundamentally the right answer is to drop support for Python 2. | ||||
* | | Merge pull request #4244 from aaronraimist/drop-sent-txt | Richard van der Hoff | 2018-12-04 | 1 | -0/+1 |
|\ \ | | | | | | | Drop sent_transactions | ||||
| * | | Add changelog | Aaron Raimist | 2018-12-01 | 1 | -0/+1 |
| | | | | | | | | | | | | Signed-off-by: Aaron Raimist <aaron@raim.ist> | ||||
* | | | Patch defer.inlineCallbacks to check logcontexts in tests (#4205) | Richard van der Hoff | 2018-12-04 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #4250 from matrix-org/hawkowl/pusher-remove-py3 | Richard van der Hoff | 2018-12-04 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Fix removing pushers on python 3 | ||||
| * | | | changelog | Amber Brown | 2018-12-03 | 1 | -0/+1 |
| | | | | |||||
* | | | | Merge pull request #4257 from aaronraimist/add-editorconfig | Richard van der Hoff | 2018-12-04 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | Add a basic .editorconfig | ||||
| * | | | | Add a basic .editorconfig | Aaron Raimist | 2018-12-03 | 1 | -0/+1 |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Aaron Raimist <aaron@raim.ist> | ||||
* / / / | Run the AS senders as background processes (#4189) | Richard van der Hoff | 2018-12-04 | 1 | -0/+2 |
|/ / / | | | | | | | | | | This should fix some "Starting db connection from sentinel context" warnings, and will mean we get metrics for these processes. | ||||
* / / | Workaround for non-ascii event ids (#4241) | Richard van der Hoff | 2018-12-03 | 1 | -0/+1 |
|/ / | | | | | | | | | | | It turns out that we accept events with non-ascii IDs, which would later cause an explosion during state res. Fixes #4226 | ||||
* | | Neilj/fix autojoin (#4223) | Neil Johnson | 2018-11-28 | 1 | -0/+1 |
| | | | | | | | | | | | | * Fix auto join failures for servers that require user consent * Fix auto join failures for servers that require user consent | ||||
* | | Report combined coverage to codecov (#4225) | Amber Brown | 2018-11-28 | 1 | -0/+1 |
| | | |||||
* | | Neilj/fix mau initial reserved users (#4211) | Neil Johnson | 2018-11-28 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | * fix transaction wrapping bug that caused get_user_id_by_threepid_txn to fail * towncrier * white space | ||||
* | | Support m.login.sso (#4220) | Richard van der Hoff | 2018-11-27 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Clean up the CSS for the fallback login form I was finding this hard to work with, so simplify a bunch of things. Each flow is now a form inside a div of class login_flow. The login_flow class now has a fixed width, as that looks much better than each flow having a differnt width. * Support m.login.sso MSC1721 renames m.login.cas to m.login.sso. This implements the change (retaining support for m.login.cas for older clients). * changelog | ||||
* | | Check logcontexts before and after each test (#4190) | Richard van der Hoff | 2018-11-27 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Add better diagnostics to flakey keyring test * fix interpolation fail * Check logcontexts before and after each test * update changelog * update changelog | ||||
* | | Fix more logcontext leaks in tests (#4209) | Richard van der Hoff | 2018-11-27 | 1 | -0/+1 |
| | | |||||
* | | Do a GC after each test to fix logcontext leaks (#4227) | Richard van der Hoff | 2018-11-27 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | * Some words about garbage collections and logcontexts * Do a GC after each test to fix logcontext leaks This feels like an awful hack, but... * changelog | ||||
* | | Ignore __pycache__ directories in schema delta dir | Richard van der Hoff | 2018-11-20 | 1 | -0/+1 |
| | | | | | | | | Now that we use py3, compiled python ends up in __pycache__ rather than *.pyc. | ||||
* | | Remove riot.im from the list of trusted Identity Servers in the default ↵ | Neil Johnson | 2018-11-20 | 1 | -0/+1 |
| | | | | | | | | configuration (#4207) | ||||
* | | Merge pull request #4204 from matrix-org/rav/logcontext_leak_fixes | Richard van der Hoff | 2018-11-20 | 1 | -0/+1 |
|\ \ | | | | | | | Fix some logcontext leaks |