summary refs log tree commit diff
path: root/changelog.d (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a script to generate a clean config file (#4315)Richard van der Hoff2018-12-221-0/+1
|
* Fix indentation in default config (#4313)Richard van der Hoff2018-12-221-0/+1
| | | These settings are not supposed to be under 'listeners'.
* Fix IP URL previews on Python 3 (#4215)Amber Brown2018-12-221-0/+1
|
* Make the dependencies more like a standard Python project and hook up the ↵Amber Brown2018-12-221-0/+1
| | | | optional dependencies to setuptools (#4298)
* Create 4309.bugfixNathan Pennie2018-12-191-0/+1
|
* ensure can report mau stats when hs.config.mau_stats_only is set (#4305)Neil Johnson2018-12-181-0/+1
| | | * ensure can report mau stats when hs.config.mau_stats_only is set
* create support user (#4141)Neil Johnson2018-12-141-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 Brown2018-12-141-0/+1
|
* Improved welcome page (#4294)Nad Chishtie2018-12-141-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_linkRichard van der Hoff2018-12-111-0/+1
|\ | | | | Update link to kernel.org DCO usage
| * changelogMichael Kaye2018-12-071-0/+1
| |
* | Merge branch 'release-v0.34.0' into developRichard van der Hoff2018-12-1134-36/+0
|\ \
| * | 0.34.0rc2 v0.34.0rc2Richard van der Hoff2018-12-113-3/+0
| | |
| * | remove changelog filesRichard van der Hoff2018-12-1134-36/+0
| | |
| * | Merge pull request #4290 from matrix-org/rav/remove_webclientRichard van der Hoff2018-12-111-0/+1
| |\ \ | | | | | | | | Stop installing Matrix Console by default
| | * | Stop installing Matrix Console by defaultRichard van der Hoff2018-12-111-0/+1
| | | | | | | | | | | | | | | | This is based on the work done by @krombel in #2601.
| * | | Merge branch 'rav/disable_pager_in_ci' into rav/welcome_pageRichard van der Hoff2018-12-111-0/+1
| |\ \ \
| | * | | Disable pager for ci scriptRichard van der Hoff2018-12-111-0/+1
| | |/ / | | | | | | | | | | | | ... otherwise it hangs
| * / / Add a welcome page to the static resourcesRichard van der Hoff2018-12-111-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 Baker2018-12-111-0/+1
| | | | | | | | | | | | | | | | | | * Add 'sandbox' to the CSP for media repo * Changelog
* | | Merge pull request #4279 from matrix-org/hs/fix-config-corsWill Hunt2018-12-101-0/+1
|\ \ \ | | | | | | | | Make /config more CORS-y
| * | | changelog & isortWill Hunt2018-12-091-0/+1
| | |/ | |/|
* / | NewsfileErik Johnston2018-12-101-0/+1
|/ /
* | Initialise user displayname from SAML2 data (#4272)Richard van der Hoff2018-12-071-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 Hoff2018-12-071-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 Hoff2018-12-071-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 Hoff2018-12-071-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 Hoff2018-12-061-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 Hoff2018-12-061-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 Hoff2018-12-051-0/+1
|/ | | | Sometimes it's useful for synapse to generate its own .well-known file.
* Merge pull request #4260 from matrix-org/rav/python3Richard van der Hoff2018-12-041-0/+1
|\ | | | | Notes on upgrading to python3, and README updates.
| * Notes on upgrading to python3, and README updates.Richard van der Hoff2018-12-041-0/+1
| |
* | Remove obsolete settings from docker homeserver.yamlRichard van der Hoff2018-12-041-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 Ralston2018-12-041-0/+1
|
* Fix non-ASCII pushrules (#4248)Amber Brown2018-12-041-0/+1
|
* Add an option to disable search for homeservers which may not be interested ↵Travis Ralston2018-12-041-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 Raimist2018-12-041-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 Parsons2018-12-041-0/+1
|
* Fix UnicodeDecodeError when postgres is not configured in english (#4253)Richard van der Hoff2018-12-041-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-txtRichard van der Hoff2018-12-041-0/+1
|\ | | | | Drop sent_transactions
| * Add changelogAaron Raimist2018-12-011-0/+1
| | | | | | | | Signed-off-by: Aaron Raimist <aaron@raim.ist>
* | Patch defer.inlineCallbacks to check logcontexts in tests (#4205)Richard van der Hoff2018-12-041-0/+1
| |
* | Merge pull request #4250 from matrix-org/hawkowl/pusher-remove-py3Richard van der Hoff2018-12-041-0/+1
|\ \ | | | | | | Fix removing pushers on python 3
| * | changelogAmber Brown2018-12-031-0/+1
| | |
* | | Merge pull request #4257 from aaronraimist/add-editorconfigRichard van der Hoff2018-12-041-0/+1
|\ \ \ | | | | | | | | Add a basic .editorconfig
| * | | Add a basic .editorconfigAaron Raimist2018-12-031-0/+1
| |/ / | | | | | | | | | Signed-off-by: Aaron Raimist <aaron@raim.ist>
* / / Run the AS senders as background processes (#4189)Richard van der Hoff2018-12-041-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 Hoff2018-12-031-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 Johnson2018-11-281-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 Brown2018-11-281-0/+1
|
* Neilj/fix mau initial reserved users (#4211)Neil Johnson2018-11-281-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 Hoff2018-11-271-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 Hoff2018-11-271-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 Hoff2018-11-271-0/+1
|
* Do a GC after each test to fix logcontext leaks (#4227)Richard van der Hoff2018-11-271-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 dirRichard van der Hoff2018-11-201-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 Johnson2018-11-201-0/+1
| | | | configuration (#4207)
* Merge pull request #4204 from matrix-org/rav/logcontext_leak_fixesRichard van der Hoff2018-11-201-0/+1
|\ | | | | Fix some logcontext leaks
| * changelogRichard van der Hoff2018-11-191-0/+1
| |
* | Merge remote-tracking branch 'origin/master' into developAmber Brown2018-11-1939-39/+0
|\ \
* | | Fix fallback auth on Python 3 (#4197)Amber Brown2018-11-191-0/+1
| |/ |/|
* | Merge pull request #4182 from aaronraimist/update-issue-templateRichard van der Hoff2018-11-191-0/+1
|\ \ | | | | | | Add a pull request template and add multiple issue templates
| * | Add changelogAaron Raimist2018-11-131-0/+1
| | | | | | | | | | | | Signed-off-by: Aaron Raimist <aaron@raim.ist>
* | | Add changelogAaron Raimist2018-11-181-0/+1
| | | | | | | | | | | | Signed-off-by: Aaron Raimist <aaron@raim.ist>
* | | Merge pull request #4193 from kivikakk/add-openbsd-prereqAmber Brown2018-11-171-0/+1
|\ \ \ | | | | | | | | add jpeg to OpenBSD prereq list
| * | | add changelog.d entryAshe Connor2018-11-171-0/+1
| | | |
* | | | ChangelogTravis Ralston2018-11-151-0/+1
|/ / /
* | | Fix Content-Disposition in media repository (#4176)Amber Brown2018-11-151-0/+1
| | |
* | | Add option to track MAU stats (but not limit people) (#3830)Travis Ralston2018-11-151-0/+1
| | |
* | | Use <meta> tags to discover the per-page encoding of html previews (#4183)Amber Brown2018-11-151-0/+1
| | |
* | | Add a coveragerc (#4180)Amber Brown2018-11-151-0/+1
| | |
* | | Update README for #1491 fixRichard van der Hoff2018-11-151-0/+1
| | |
* | | changelogRichard van der Hoff2018-11-141-0/+1
| | |
* | | Merge pull request #4113 from matrix-org/dbkr/e2e_backup_versions_are_numbersDavid Baker2018-11-141-0/+1
|\ \ \ | | | | | | | | Make e2e backup versions numeric in the DB
| * \ \ Merge remote-tracking branch 'origin/develop' into ↵David Baker2018-11-0958-30/+29
| |\ \ \ | | | | | | | | | | | | | | | dbkr/e2e_backup_versions_are_numbers
| * | | | news fragmentDavid Baker2018-10-301-0/+1
| | | | |
* | | | | Merge pull request #4166 from matrix-org/erikj/drop_unknown_eventsErik Johnston2018-11-091-0/+1
|\ \ \ \ \ | |_|/ / / |/| | | | Drop incoming events from federation for unknown rooms
| * | | | NewsfileErik Johnston2018-11-081-0/+1
| | | | |
* | | | | Merge pull request #4164 from matrix-org/erikj/fix_device_comparisonErik Johnston2018-11-081-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix noop checks when updating device keys
| * | | | | NewsfileErik Johnston2018-11-081-0/+1
| |/ / / /
* / / / / changelogRichard van der Hoff2018-11-081-0/+1
|/ / / /
* | | | Port hash_password to Python 3 (#4161)Amber Brown2018-11-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | * port hash_password * changelog
* | | | Fix URL preview bugs (type error when loading cache from db, content-type ↵Amber Brown2018-11-081-0/+1
| | | | | | | | | | | | | | | | including quotes) (#4157)
* | | | Merge pull request #4155 from rubo77/purge-apiRichard van der Hoff2018-11-071-0/+1
|\ \ \ \ | | | | | | | | | | add purge_history.sh and purge_remote_media.sh scripts
| * | | | add purge_history.sh and purge_remote_media.sh scripts to contrib/purge_api/rubo772018-11-071-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ruben Barkow <github@r.z11.de>
* | | | | Remove some boilerplate in tests (#4156)Amber Brown2018-11-071-0/+1
|/ / / /
* | | | Add config variables for enabling terms auth and the policy name (#4142)Travis Ralston2018-11-063-2/+3
| | | | | | | | | | | | | | | | So people can still collect consent the old way if they want to.
* | | | handle empty backups according to latest spec proposal (#4123)Hubert Chathi2018-11-051-0/+1
| | | | | | | | | | | | fixes #4056
* | | | Tests for user consent resource (#4140)Amber Brown2018-11-061-0/+1
| | | |
* | | | Add some tests for the HTTP pusher (#4149)Amber Brown2018-11-061-0/+1
| | | |
* | | | Add helpers for getting prev and auth events (#4139)Erik Johnston2018-11-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add helpers for getting prev and auth events This is in preparation for allowing the event format to change between room versions.
* | | | Set the encoding to UTF8 in the default logconfig (#4138)Amber Brown2018-11-031-0/+1
| | | |
* | | | Merge pull request #4137 from matrix-org/erikj/clean_up_eventsErik Johnston2018-11-021-0/+1
|\ \ \ \ | | | | | | | | | | Clean up event accesses and tests
| * | | | NewsfileErik Johnston2018-11-021-0/+1
| | | | |
* | | | | Fix typing being reset causing infinite syncs (#4127)Amber Brown2018-11-031-0/+1
| | | | |
* | | | | Merge pull request #4132 from matrix-org/rav/fix_device_list_lockingRichard van der Hoff2018-11-021-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix locked upsert on device_lists_remote_cache
| * | | | | changelogRichard van der Hoff2018-11-021-0/+1
| | | | | |
* | | | | | Merge pull request #4133 from matrix-org/travis/fix-terms-authRichard van der Hoff2018-11-021-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix logic error that prevented guests from seeing the privacy policy
| * | | | | | ChangelogTravis Ralston2018-11-011-0/+1
| | | | | | |
* | | | | | | Merge pull request #4135 from matrix-org/erikj/fix_state_res_noneErik Johnston2018-11-021-0/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Fix None exception in state res v2
| * | | | | | NewsfileErik Johnston2018-11-021-0/+1
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #3778 from z3ntu/patch-1Richard van der Hoff2018-11-011-0/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Fix build of Docker image with docker-compose
| * | | | | changelog.d entry somehow got lostLuca Weiss2018-09-111-0/+1
| | | | | |
* | | | | | Merge pull request #4004 from matrix-org/travis/login-termsTravis Ralston2018-11-011-0/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Add m.login.terms to the registration flow
| * | | | | Merge branch 'develop' into travis/login-termsTravis Ralston2018-10-3123-0/+24
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'develop' into travis/login-termsTravis Ralston2018-10-2417-0/+17
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'develop' into travis/login-termsTravis Ralston2018-10-1815-11/+5
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'develop' into travis/login-termsTravis Ralston2018-10-152-0/+3
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'develop' into travis/login-termsTravis Ralston2018-10-1264-61/+5
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | ChangelogTravis Ralston2018-10-031-0/+1
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #4128 from matrix-org/erikj/state_res_v2_versionErik Johnston2018-11-011-0/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add STATE_V2_TEST room version
| * | | | | | | | | | | NewsfileErik Johnston2018-11-011-0/+1
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'master' into developAmber Brown2018-11-0129-30/+0
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | / | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | changelog v0.33.8rc2Amber Brown2018-10-311-1/+0
| | | | | | | | | |
| * | | | | | | | | Fix search 500ing (#4122)Amber Brown2018-10-311-0/+1
| | | | | | | | | |
| * | | | | | | | | changelog v0.33.8rc1Amber Brown2018-10-2929-30/+0
| | | | | | | | | |
* | | | | | | | | | Merge pull request #4101 from matrix-org/rav/aliases_for_upgradesRichard van der Hoff2018-10-311-0/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Attempt to move room aliases on room upgrades
| * | | | | | | | | | Attempt to move room aliases on room upgradesRichard van der Hoff2018-10-311-0/+1
| | | | | | | | | | |
* | | | | | | | | | | Log some bits about event creation (#4121)Richard van der Hoff2018-10-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I found these helpful in debugging my room upgrade tests.
* | | | | | | | | | | Merge pull request #4124 from matrix-org/rav/fix_toxRichard van der Hoff2018-10-311-0/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Attempt to fix tox installs
| * | | | | | | | | | | changelogRichard van der Hoff2018-10-301-0/+1
| |/ / / / / / / / / /
* | | | | | | | | | | Remove fetching keys via the deprecated v1 kex method (#4120)Amber Brown2018-10-311-0/+1
| | | | | | | | | | |
* | | | | | | | | | | Remove deprecated v1 key exchange endpoint (#4119)Amber Brown2018-10-311-0/+1
| | | | | | | | | | |
* | | | | | | | | | | Fix search 500ing (#4122)Amber Brown2018-10-311-0/+1
| | | | | | | | | | |
* | | | | | | | | | | Remove the unused /pull federation API (#4118)Amber Brown2018-10-311-0/+1
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #4006 from matrix-org/erikj/purge_state_groupsErik Johnston2018-10-301-0/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Delete unreferenced state groups during purge
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'develop' of github.com:matrix-org/synapse into ↵Erik Johnston2018-10-2620-0/+21
| |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | erikj/purge_state_groups
| * | | | | | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into ↵Erik Johnston2018-10-1912-3/+9
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | erikj/purge_state_groups
| * | | | | | | | | | | | NewsfileErik Johnston2018-10-041-0/+1
| | | | | | | | | | | | |
* | | | | | | | | | | | | Write some tests for the email pusher (#4095)Amber Brown2018-10-301-0/+1
| |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #4109 from matrix-org/erikj/repl_devicesErik Johnston2018-10-291-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | A couple of replication fixes for device lists
| * | | | | | | | | | | | NewsfileErik Johnston2018-10-291-0/+1
| | | | | | | | | | | | |
* | | | | | | | | | | | | NewsfileErik Johnston2018-10-291-0/+1
|/ / / / / / / / / / / /
* | | | / / / / / / / / Delete the disused & unspecced identicon functionality (#4106)Amber Brown2018-10-291-0/+1
| |_|_|/ / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #4100 from matrix-org/rav/room_upgrade_avatarRichard van der Hoff2018-10-291-0/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Remember to copy the avatar on room upgrades
| * | | | | | | | | | | Remember to copy the avatar on room upgradesRichard van der Hoff2018-10-261-0/+1
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #4099 from matrix-org/rav/upgrade_odd_plsRichard van der Hoff2018-10-291-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Better handling of odd PLs during room upgrades
| * | | | | | | | | | | | Better handling of odd PLs during room upgradesRichard van der Hoff2018-10-271-0/+1
| |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes handling of rooms where we have permission to send the tombstone, but not other state. We need to (a) fail more gracefully when we can't send the PLs in the old room, and (b) not set the PLs in the new room until we are done with the other stuff.
* | | | | | | | | | | | Merge pull request #4091 from matrix-org/rav/room_version_upgradesRichard van der Hoff2018-10-291-0/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Room version upgrade support
| * | | | | | | | | | | changelogRichard van der Hoff2018-10-251-0/+1
| | | | | | | | | | | |
* | | | | | | | | | | | Make the replication logger quieter (#4108)Amber Brown2018-10-291-0/+1
| |_|_|/ / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Port register_new_matrix_user to Python 3 and add tests (#4085)Amber Brown2018-10-261-0/+1
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #4089 from dekonnection/masterRichard van der Hoff2018-10-251-0/+1
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | Make Docker image listen on ipv6 as well as ipv4
| * | | | | | | | | | Make Docker image listening on ipv6 as well as ipv4Cédric Laudrel2018-10-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Cédric Laudrel <dek@iono.me>
* | | | | | | | | | | Refactor state group lookup to reduce DB hits (#4011)Erik Johnston2018-10-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently when fetching state groups from the data store we make two hits two the database: once for members and once for non-members (unless request is filtered to one or the other). This adds needless load to the datbase, so this PR refactors the lookup to make only a single database hit.
* | | | | | | | | | | Merge remote-tracking branch 'origin/master' into developRichard van der Hoff2018-10-251-0/+1
|\| | | | | | | | | |
| * | | | | | | | | | Add CLsteamport2018-10-191-0/+1
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #4051 from matrix-org/erikj/alias_disallow_listErik Johnston2018-10-251-0/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add config option to control alias creation
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'develop' of github.com:matrix-org/synapse into ↵Erik Johnston2018-10-2516-0/+16
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | erikj/alias_disallow_list
| * | | | | | | | | | | | NewsfileErik Johnston2018-10-191-0/+1
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #4081 from matrix-org/neilj/fix_mau_initNeil Johnson2018-10-251-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | fix race condiftion in calling initialise_reserved_users
| * | | | | | | | | | | | fix style inconsistenciesNeil Johnson2018-10-241-1/+2
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into neilj/fix_mau_initNeil Johnson2018-10-249-0/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | remove white spaceNeil Johnson2018-10-231-1/+0
| | | | | | | | | | | | |
| * | | | | | | | | | | | fix race condiftion in calling initialise_reserved_usersNeil Johnson2018-10-231-0/+2
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into ↵Neil Johnson2018-10-2526-4/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | matthew/autocreate_autojoin
| * | | | | | | | | | | | Merge remote-tracking branch 'origin/develop' into ↵Richard van der Hoff2018-10-242-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rav/fix_event_filter_validation
| | * \ \ \ \ \ \ \ \ \ \ \ Merge pull request #4082 from matrix-org/rav/fix_pep8Richard van der Hoff2018-10-241-0/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a number of flake8 errors
| | | * | | | | | | | | | | | Fix a number of flake8 errorsRichard van der Hoff2018-10-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Broadly three things here: * disable W504 which seems a bit whacko * remove a bunch of `as e` expressions from exception handlers that don't use them * use `r""` for strings which include backslashes Also, we don't use pep8 any more, so we can get rid of the duplicate config there.
| | * | | | | | | | | | | | | Merge pull request #4040 from matrix-org/erikj/states_res_v2_rebaseErik Johnston2018-10-241-0/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / | | |/| | | | | | | | | | | | Add v2 state resolution algorithm
| | | * | | | | | | | | | | | NewsfileErik Johnston2018-10-161-0/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Allow backslashes in event field filtersRichard van der Hoff2018-10-241-0/+1
| |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes a bug introduced in https://github.com/matrix-org/synapse/pull/1783 which meant that single backslashes were not allowed in event field filters. The intention here is to allow single-backslashes, but disallow double-backslashes.
| * | | | | | | | | | | | | Merge pull request #4075 from matrix-org/rav/fix_pusher_logcontextsRichard van der Hoff2018-10-241-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean up the way logcontexts and threads work in the pushers
| | * | | | | | | | | | | | | ChangelogRichard van der Hoff2018-10-221-0/+1
| | | |_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Merge pull request #4063 from matrix-org/erikj/cleaup_alias_creationErik Johnston2018-10-241-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / | | |/| | | | | | | | | | | Clean up room alias creation
| | * | | | | | | | | | | | NewsfileErik Johnston2018-10-191-0/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge pull request #3969 from turt2live/travis/fix-federated-group-requestsTravis Ralston2018-10-231-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Handle HttpResponseException more safely for federated groups
| | * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'develop' into travis/fix-federated-group-requestsTravis Ralston2018-10-1240-34/+8
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ / / / | | | |/| | | | | | | | | | |
| | * | | | | | | | | | | | | ChangelogTravis Ralston2018-09-261-0/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Give some more things logcontexts (#4077)Richard van der Hoff2018-10-231-0/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Correctly account for cpu usage by background threads (#4074)Richard van der Hoff2018-10-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Wrap calls to deferToThread() in a thing which uses a child logcontext to attribute CPU usage to the right request. While we're in the area, remove the logcontext_tracer stuff, which is never used, and afaik doesn't work. Fixes #4064
| * | | | | | | | | | | | | | Merge pull request #3698 from spantaleev/add-matrix-docker-ansible-deployRichard van der Hoff2018-10-231-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | Add information about the matrix-docker-ansible-deploy playbook
| | * | | | | | | | | | | | | Add information about the matrix-docker-ansible-deploy playbookSlavi Pantaleev2018-10-141-0/+1
| | | |/ / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Slavi Pantaleev <slavi@devture.com>
| * | | | | | | | | | | | | Merge pull request #4076 from matrix-org/rav/fix_init_logcontextsRichard van der Hoff2018-10-221-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Run MAU queries as background processes
| | * | | | | | | | | | | | | Run MAU queries as background processesRichard van der Hoff2018-10-201-0/+1
| | | |_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #3820
| * | | | | | | | | | | | | Merge pull request #4073 from matrix-org/rav/require_psutilRichard van der Hoff2018-10-221-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make psutil an explicit dependency
| | * | | | | | | | | | | | | Make psutil an explicit dependencyRichard van der Hoff2018-10-191-0/+1
| | |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As of #4027, we require psutil to be installed, so it should be in our dependency list. We can also remove some of the conditional import code introduced by #992. Fixes #4062.
| * / / / / / / / / / / / / Make scripts/ and scripts-dev/ pass pyflakes (and the rest of the codebase ↵Amber Brown2018-10-201-0/+1
| |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on py3) (#4068)
| * | | | | | | | | | | | Merge pull request #4069 from matrix-org/rav/fix_email_templates_4065Richard van der Hoff2018-10-191-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | Calculate absolute path for email templates
| | * | | | | | | | | | | Calculate absolute path for email templatesRichard van der Hoff2018-10-191-0/+1
| | | |_|_|_|/ / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Fix manhole on py3 (pt 2) (#4067)Amber Brown2018-10-191-0/+1
| | | | | | | | | | | |
| * | | | | | | | | | | Make the metrics less racy (#4061)Amber Brown2018-10-191-0/+1
| | | | | | | | | | | |
| * | | | | | | | | | | changelogAmber Brown2018-10-191-0/+1
| | |_|_|/ / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Use the right python when starting workersRichard van der Hoff2018-10-181-0/+1
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We should use the same python to start the workers as we do for the main synapse (ie, the same one used to run synctl.)
| * | | | | | | | | remove redundant changelog fileRichard van der Hoff2018-10-181-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this change has been released
| * | | | | | | | | Merge branch 'master' into developRichard van der Hoff2018-10-1810-11/+0
| |\| | | | | | | |
| | * | | | | | | | prep changelogRichard van der Hoff2018-10-172-13/+0
| | | | | | | | | |
| | * | | | | | | | Fix incorrect truncation in get_missing_eventsRichard van der Hoff2018-10-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's quite important that get_missing_events returns the *latest* events in the room; however we were pulling event ids out of the database until we got *at least* 10, and then taking the *earliest* of the results. We also shouldn't really be relying on depth, and should be checking the room_id.
| | * | | | | | | | Ship the email templates as package_dataRichard van der Hoff2018-10-171-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | move the example email templates into the synapse package so that they can be used as package data, which should mean that all of the packaging mechanisms (pip, docker, debian, arch, etc) should now come with the example templates. In order to grandfather in people who relied on the templates being in the old place, check for that situation and fall back to using the defaults if the templates directory does not exist.
| | * | | | | | | | update changelog v0.33.7rc1Amber Brown2018-10-1510-10/+0
| | | | | | | | | |
| | * | | | | | | | update changelogAmber Brown2018-10-151-2/+1
| | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | Merge pull request #4049 from matrix-org/erikj/synctl_colourErik Johnston2018-10-181-0/+1
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Only colourise synctl output when attached to tty
| | * | | | | | | | NewsfileErik Johnston2018-10-171-0/+1
| | | | | | | | | |
| * | | | | | | | | NewsfileErik Johnston2018-10-171-0/+1
| |/ / / / / / / /
| * | | | | | | | Fix roomlist since tokens on Python 3 (#4046)Will Hunt2018-10-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks @Half-Shot !!!
| * | | | | | | | Merge pull request #4045 from matrix-org/rav/fix_get_missing_eventsRichard van der Hoff2018-10-171-0/+1
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix incorrect truncation in get_missing_events
| | * | | | | | | | Fix incorrect truncation in get_missing_eventsRichard van der Hoff2018-10-161-0/+1
| | | |_|_|/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's quite important that get_missing_events returns the *latest* events in the room; however we were pulling event ids out of the database until we got *at least* 10, and then taking the *earliest* of the results. We also shouldn't really be relying on depth, and should be checking the room_id.
| * / | | | | | | changelogRichard van der Hoff2018-10-161-0/+1
| |/ / / / / / /
| * / / / / / / Various cleanups in the federation client code (#4031)Richard van der Hoff2018-10-161-0/+1
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Improve logging: log things in the right order, include destination and txids in all log lines, don't log successful responses twice - Fix the docstring on TransportLayerClient.send_transaction - Don't use treq.request, which is overcomplicated for our purposes: just use a twisted.web.client.Agent. - simplify the logic for setting up the bodyProducer - fix bytes/str confusions
| * | | | | | Merge pull request #4019 from matrix-org/dbkr/e2e_backupsDavid Baker2018-10-151-0/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | E2E backups
| | * | | | | | Add changelogDavid Baker2018-10-091-0/+1
| | | | | | | |
| * | | | | | | synapse/app: frontend_proxy.py: actually make workers work on py3Ivan Shapovalov2018-10-141-0/+1
| | | | | | | |
| * | | | | | | synapse/visibility.py: fix SyntaxError on py3.7Ivan Shapovalov2018-10-141-0/+1
| | |/ / / / / | |/| | | | |
| * | | | | | Make workers work on Py3 (#4027)Amber Brown2018-10-131-0/+1
| | | | | | |
| * | | | | | Update newsfileErik Johnston2018-10-101-1/+1
| | | | | | |
| * | | | | | NewsfileErik Johnston2018-10-091-0/+1
| | | | | | |
| * | | | | | Merge pull request #4008 from matrix-org/erikj/log_looping_exceptionsErik Johnston2018-10-091-0/+1
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | Log looping call exceptions
| | * | | | | NewsfileErik Johnston2018-10-051-0/+1
| | | | | | |
| * | | | | | Optimisation for filter_events_for_serverRichard van der Hoff2018-10-081-0/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We're better off hashing just the event_id than the whole ((type, state_key), event_id) tuple - so use a dict instead of a set. Also, iteritems > items.
* | | | | | Update changelog.d/3975.featureRichard van der Hoff2018-10-241-1/+1
| | | | | | | | | | | | | | | | | | Co-Authored-By: neilisfragile <neil@matrix.org>
* | | | | | remove errant exception and styleNeil Johnson2018-10-231-1/+1
| | | | | |
* | | | | | clean up config error logic and importsNeil Johnson2018-10-171-1/+1
| | | | | |
* | | | | | improve auto room join logic, comments and testsNeil Johnson2018-10-121-1/+1
| | | | | |
* | | | | | Merge branch 'develop' into matthew/autocreate_autojoinNeil Johnson2018-10-0447-45/+4
|\| | | | |
| * | | | | Merge pull request #3995 from matrix-org/rav/no_deextrem_outliersRichard van der Hoff2018-10-041-0/+1
| |\ \ \ \ \ | | |_|/ / / | |/| | | | Fix bug in forward_extremity update logic
| | * | | | fix newsfile nameRichard van der Hoff2018-10-031-0/+0
| | | | | |
| | * | | | Fix bug in forward_extremity update logicRichard van der Hoff2018-10-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An event does not stop being a forward_extremity just because an outlier or rejected event refers to it.
| * | | | | Merge branch 'master' into developAmber Brown2018-10-0459-61/+0
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | changelog v0.33.6 release-v0.33.6Amber Brown2018-10-041-1/+0
| | | | | |
| | * | | | Pin to prometheus_client<0.4 to avoid renaming all of our metricsRichard van der Hoff2018-10-031-0/+1
| | | | | |
| | * | | | changelog v0.33.6rc1Amber Brown2018-10-0359-61/+0
| | |/ / /
| * | | | Merge pull request #3999 from matrix-org/erikj/fix_3pid_invite_rejetionErik Johnston2018-10-031-0/+1
| |\ \ \ \ | | | | | | | | | | | | Fix handling of rejected threepid invites
| | * | | | NewsfileErik Johnston2018-10-031-0/+1
| | |/ / /
| * | | | Merge pull request #3996 from matrix-org/erikj/fix_bg_iterationErik Johnston2018-10-031-0/+1
| |\ \ \ \ | | | | | | | | | | | | Fix exception in background metrics collection
| | * | | | NewsfileErik Johnston2018-10-031-0/+1
| | |/ / /
| * / / / NewsfileErik Johnston2018-10-031-0/+1
| |/ / /
| * | | Merge pull request #3991 from matrix-org/erikj/fix_pop_retry_cacheErik Johnston2018-10-021-0/+1
| |\ \ \ | | | | | | | | | | Fix bug when invalidating destination retry timings
| | * | | NewsfileErik Johnston2018-10-021-0/+1
| | | | |
| * | | | Remove Jenkins & other old dev junk (#3988)Amber Brown2018-10-031-0/+1
| |/ / /
| * | | Merge pull request #3960 from matrix-org/rav/fix_missing_create_event_errorRichard van der Hoff2018-10-021-0/+1
| |\ \ \ | | | | | | | | | | Fix error handling for missing auth_event
| | * \ \ Merge branch 'develop' into rav/fix_missing_create_event_errorRichard van der Hoff2018-10-0121-0/+21
| | |\ \ \
| | * | | | changelogRichard van der Hoff2018-09-261-0/+1
| | | | | |
| * | | | | Disable frozen dicts by default (#3987)Amber Brown2018-10-021-0/+1
| | | | | |
| * | | | | NewsfileErik Johnston2018-10-021-0/+1
| | | | | |
| * | | | | Merge pull request #3989 from matrix-org/rav/better_stacktracesRichard van der Hoff2018-10-021-0/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | Avoid reraise, to improve stacktraces
| | * | | | | Avoid reraise, to improve stacktracesRichard van der Hoff2018-10-011-0/+1
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #3986 from matrix-org/erikj/fix_sync_with_redacted_stateErik Johnston2018-10-021-0/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | | Fix lazy loaded sync with rejected state events
| | * | | | NewsfileErik Johnston2018-10-011-0/+1
| | | | | |
| * | | | | Update instructions to point to pip install (#3985)Amber Brown2018-10-021-0/+1
| | | | | |
| * | | | | Merge pull request #3968 from matrix-org/rav/fix_federation_errorsRichard van der Hoff2018-10-011-0/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | Fix exceptions when handling incoming transactions
| | * \ \ \ \ Merge remote-tracking branch 'origin/develop' into rav/fix_federation_errorsRichard van der Hoff2018-09-276-0/+6
| | |\ \ \ \ \
| | * | | | | | changelogRichard van der Hoff2018-09-271-0/+1
| | | | | | | |
| * | | | | | | Fix userconsent on Python 3 (#3938)Amber Brown2018-10-021-0/+1
| | |_|/ / / / | |/| | | | |
| * | | | | | Merge pull request #3933 from matrix-org/erikj/destination_retry_cacheErik Johnston2018-10-011-0/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Add a five minute cache to get_destination_retry_timings
| | * \ \ \ \ \ Merge remote-tracking branch 'origin/develop' into erikj/destination_retry_cacheRichard van der Hoff2018-09-2814-0/+14
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | * | | | | | Merge branch 'rav/fix_expiring_cache_len' into erikj/destination_retry_cacheRichard van der Hoff2018-09-262-0/+2
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge remote-tracking branch 'origin/develop' into erikj/destination_retry_cacheRichard van der Hoff2018-09-2544-39/+4
| | |\ \ \ \ \ \ \
| | * | | | | | | | NewsfileErik Johnston2018-09-211-0/+1
| | | | | | | | | |
| * | | | | | | | | Further reduce the size of the docker image (#3972)Richard van der Hoff2018-10-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rewrite the dockerfile as a multistage build: this means we can get rid of a whole load of cruft which we don't need.
| * | | | | | | | | add --no-admin flag to registration script (#3836)Bruno Windels2018-09-281-0/+1
| | | | | | | | | |