Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Default to blacklisting reserved IP ranges and add a whitelist. (#8870) | Patrick Cloke | 2020-12-09 | 1 | -0/+21 |
| | | | | This defaults `ip_range_blacklist` to reserved IP ranges and also adds an `ip_range_whitelist` setting to override it. | ||||
* | Remove deprecated `/_matrix/client/*/admin` endpoints (#8785) | Dirk Klimpel | 2020-11-25 | 1 | -0/+22 |
| | | | These are now only available via `/_synapse/admin/v1`. | ||||
* | Improve error checking for OIDC/SAML mapping providers (#8774) | Patrick Cloke | 2020-11-19 | 1 | -0/+30 |
| | | | | | | Checks that the localpart returned by mapping providers for SAML and OIDC are valid before registering new users. Extends the OIDC tests for existing users and invalid data. | ||||
* | Fix formatting in upgrades | Erik Johnston | 2020-11-18 | 1 | -1/+1 |
| | |||||
* | Support generating structured logs in addition to standard logs. (#8607) | Patrick Cloke | 2020-10-29 | 1 | -0/+16 |
| | | | | | | | This modifies the configuration of structured logging to be usable from the standard Python logging configuration. This also separates the formatting of logs from the transport allowing JSON logs to files or standard logs to sockets. | ||||
* | Allow ThirdPartyEventRules modules to manipulate public room state (#8292) | Andrew Morgan | 2020-10-05 | 1 | -0/+17 |
| | | | | | This PR allows `ThirdPartyEventRules` modules to view, manipulate and block changes to the state of whether a room is published in the public rooms directory. While the idea of whether a room is in the public rooms list is not kept within an event in the room, `ThirdPartyEventRules` generally deal with controlling which modifications can happen to a room. Public rooms fits within that idea, even if its toggle state isn't controlled through a state event. | ||||
* | Improve SAML error messages (#8248) | Patrick Cloke | 2020-09-14 | 1 | -0/+14 |
| | |||||
* | Merge tag 'v1.20.0rc3' into develop | Patrick Cloke | 2020-09-11 | 1 | -13/+0 |
|\ | | | | | | | | | | | | | | | | | | | Synapse 1.20.0rc3 (2020-09-11) ============================== Bugfixes -------- - Fix a bug introduced in v1.20.0rc1 where the wrong exception was raised when invalid JSON data is encountered. ([\#8291](https://github.com/matrix-org/synapse/issues/8291)) | ||||
| * | Remove shared rooms info from upgrade/workers doc as it's still experimental ↵ | Andrew Morgan | 2020-09-10 | 1 | -13/+0 |
| | | | | | | | | (#8290) | ||||
* | | Add /_synapse/client to the reverse proxy docs (#8227) | Andrew Morgan | 2020-09-10 | 1 | -1/+16 |
| | | | | | | This PR adds a information about forwarding `/_synapse/client` endpoints through your reverse proxy. The first of these endpoints are introduced in https://github.com/matrix-org/synapse/pull/8004. | ||||
* | | Show a confirmation page during user password reset (#8004) | Andrew Morgan | 2020-09-10 | 1 | -0/+24 |
|/ | | | | | This PR adds a confirmation step to resetting your user password between clicking the link in your email and your password actually being reset. This is to better align our password reset flow with the industry standard of requiring a confirmation from the user after email validation. | ||||
* | Add /user/{user_id}/shared_rooms/ api (#7785) | Will Hunt | 2020-09-02 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add shared_rooms api * Add changelog * Add . * Wrap response in {"rooms": } * linting * Add unstable_features key * Remove options from isort that aren't part of 5.x `-y` and `-rc` are now default behaviour and no longer exist. `dont-skip` is no longer required https://timothycrosley.github.io/isort/CHANGELOG/#500-penny-july-4-2020 * Update imports to make isort happy * Add changelog * Update tox.ini file with correct invocation * fix linting again for isort * Vendor prefix unstable API * Fix to match spec * import Codes * import Codes * Use FORBIDDEN * Update changelog.d/7785.feature Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> * Implement get_shared_rooms_for_users * a comma * trailing whitespace * Handle the easy feedback * Switch to using runInteraction * Add tests * Feedback * Seperate unstable endpoint from v2 * Add upgrade node * a line * Fix style by adding a blank line at EOF. * Update synapse/storage/databases/main/user_directory.py Co-authored-by: Tulir Asokan <tulir@maunium.net> * Update synapse/storage/databases/main/user_directory.py Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> * Update UPGRADE.rst Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> * Fix UPGRADE/CHANGELOG unstable paths unstable unstable unstable Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Co-authored-by: Tulir Asokan <tulir@maunium.net> Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com> Co-authored-by: Tulir Asokan <tulir@maunium.net> | ||||
* | Fix formatting of changelog and upgrade notes v1.18.0 github/release-v1.18.0 release-v1.18.0 | Olivier Wilkinson (reivilibre) | 2020-07-30 | 1 | -0/+1 |
| | | | | Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net> | ||||
* | Add deprecation warnings | Olivier Wilkinson (reivilibre) | 2020-07-30 | 1 | -0/+17 |
| | | | | Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net> | ||||
* | Replace device_27_unique_idx bg update with a fg one (#7562) | Richard van der Hoff | 2020-05-26 | 1 | -3/+9 |
| | | | | | | The bg update never managed to complete, because it kept being interrupted by transactions which want to take a lock. Just doing it in the foreground isn't that bad, and is a good deal simpler. | ||||
* | Don't UPGRADE database rows v1.13.0rc1 | Andrew Morgan | 2020-05-11 | 1 | -1/+1 |
| | |||||
* | RST indenting | Andrew Morgan | 2020-05-11 | 1 | -2/+2 |
| | |||||
* | Put rollback instructions in upgrade notes | Andrew Morgan | 2020-05-11 | 1 | -0/+19 |
| | |||||
* | Oh yeah, RST | Andrew Morgan | 2020-05-11 | 1 | -2/+1 |
| | |||||
* | Absolute URL it is then | Andrew Morgan | 2020-05-11 | 1 | -1/+2 |
| | |||||
* | Fix upgrade notes link | Andrew Morgan | 2020-05-11 | 1 | -1/+1 |
| | |||||
* | Provide summary of upgrade issues in changelog. Fix ) | Andrew Morgan | 2020-05-11 | 1 | -7/+15 |
| | |||||
* | Move next version notes from changelog to upgrade notes | Andrew Morgan | 2020-05-11 | 1 | -0/+10 |
| | |||||
* | Wait for current_state_events_membership before populate_stats_process_rooms ↵ | Richard van der Hoff | 2020-05-01 | 1 | -0/+31 |
| | | | | | | | (#7387) populate_stats_process_rooms was added in #5971 / v1.4.0; current_state_events_membership was added in #5706 / v1.3.0. Fixes #7380. | ||||
* | Add some warnings and notes about slow upgrade (#7275) | Richard van der Hoff | 2020-04-15 | 1 | -0/+65 |
| | | | | | Fixes #7144. | ||||
* | Fix link in upgrade.rst | Erik Johnston | 2020-01-31 | 1 | -1/+1 |
| | |||||
* | 1.10.0rc1 | Erik Johnston | 2020-01-31 | 1 | -2/+2 |
| | |||||
* | Warn if postgres database has non-C locale. (#6734) | Erik Johnston | 2020-01-28 | 1 | -0/+9 |
| | | | As using non-C locale can cause issues on upgrading OS. | ||||
* | Add note about log_file no longer be accepted (#6674) github/release-v1.8.0 release-v1.8.0 | Erik Johnston | 2020-01-09 | 1 | -0/+9 |
| | |||||
* | privacy by default for room dir (#6355) | Neil Johnson | 2019-12-04 | 1 | -0/+17 |
| | | | | Ensure that the the default settings for the room directory are that the it is hidden from public view by default. | ||||
* | update ugrade notes | Richard van der Hoff | 2019-10-29 | 1 | -1/+11 |
| | |||||
* | Update UPGRADE.rst | Richard van der Hoff | 2019-10-29 | 1 | -1/+1 |
| | | | another typo | ||||
* | Update UPGRADE.rst | Richard van der Hoff | 2019-10-29 | 1 | -1/+1 |
| | | | fix typo | ||||
* | Clarify upgrade notes ahead of 1.4.0 release | Neil Johnson | 2019-09-26 | 1 | -42/+151 |
| | |||||
* | Update the upgrade notes (#6050) | Richard van der Hoff | 2019-09-19 | 1 | -27/+53 |
| | | | | | | | | | | * make it clear that if you installed from a package manager, you should use that to upgrade * Document the new way of getting the server version (cf #4878) * Write some words about downgrading. | ||||
* | Add some notes on rolling back to v1.3.1. (#6049) | Richard van der Hoff | 2019-09-19 | 1 | -0/+25 |
| | |||||
* | (#5849) Convert rst to markdown (#6040) | dstipp | 2019-09-17 | 1 | -1/+1 |
| | | | | | Converting some of the rst documentation to markdown. Attempted to preserve whitespace and line breaks to minimize cosmetic change. | ||||
* | Allow Synapse to send registration emails + choose Synapse or an external ↵ | Andrew Morgan | 2019-09-06 | 1 | -0/+63 |
| | | | | | | | | | | | | | | | | server to handle 3pid validation (#5987) This is a combination of a few different PRs, finally all being merged into `develop`: * #5875 * #5876 * #5868 (This one added the `/versions` flag but the flag itself was actually [backed out](https://github.com/matrix-org/synapse/commit/891afb57cbdf9867f2848341b29c75d6f35eef5a#diff-e591d42d30690ffb79f63bb726200891) in #5969. What's left is just giving /versions access to the config file, which could be useful in the future) * #5835 * #5969 * #5940 Clients should not actually use the new registration functionality until https://github.com/matrix-org/synapse/pull/5972 is merged. UPGRADE.rst, changelog entries and config file changes should all be reviewed closely before this PR is merged. | ||||
* | Support Prometheus_client 0.4.0+ (#5636) | Amber Brown | 2019-07-18 | 1 | -0/+7 |
| | |||||
* | prepare v1.1.0rc1 | Richard van der Hoff | 2019-07-02 | 1 | -4/+4 |
| | |||||
* | Remove Postgres 9.4 support (#5448) | Amber Brown | 2019-06-18 | 1 | -2/+29 |
| | |||||
* | Neilj/1.0 upgrade notes (#5371) | Neil Johnson | 2019-06-06 | 1 | -0/+49 |
| | | | | 1.0 upgrade/install notes | ||||
* | UPGRADE.rst: Fix a typo in "Upgrading Synapse" section | Juuso "Linda" Lapinlampi | 2019-02-15 | 1 | -1/+1 |
| | | | | See: https://en.wiktionary.org/wiki/successful | ||||
* | faq cleanups | Richard van der Hoff | 2019-02-05 | 1 | -1/+1 |
| | |||||
* | fix some thinkos in UPGRADE.rst | Richard van der Hoff | 2019-02-05 | 1 | -6/+7 |
| | |||||
* | Merge pull request #4570 from matrix-org/anoa/self_signed_upgrade | Andrew Morgan | 2019-02-05 | 1 | -28/+4 |
|\ | | | | | Add ACME docs and link to it from README and INSTALL | ||||
| * | Update INSTALL | Andrew Morgan | 2019-02-05 | 1 | -4/+4 |
| | | |||||
| * | Convert ACME docs to md | Andrew Morgan | 2019-02-05 | 1 | -1/+1 |
| | | |||||
| * | Move ACME docs to docs/ACME.rst and link from UPGRADE. | Andrew Morgan | 2019-02-05 | 1 | -29/+4 |
| | | |||||
| * | Don't imply self-signed certs are required | Andrew Morgan | 2019-02-05 | 1 | -16/+17 |
| | | |||||
* | | Neilj/1711faq (#4572) | Neil Johnson | 2019-02-05 | 1 | -0/+2 |
|/ | | | | | MSC1711 certificates FAQ | ||||
* | ACME Upgrade Docs (#4528) | Amber Brown | 2019-01-30 | 1 | -0/+32 |
| | |||||
* | Remove --process-dependency-links from UPGRADE.rst (#4485) | Aaron Raimist | 2019-01-28 | 1 | -1/+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> | ||||
* | document supported python 3 versions | Richard van der Hoff | 2018-12-20 | 1 | -2/+3 |
| | |||||
* | fix UPGRADE formatting | Richard van der Hoff | 2018-12-20 | 1 | -6/+6 |
| | |||||
* | Prepare 0.34 release | Richard van der Hoff | 2018-12-20 | 1 | -1/+8 |
| | |||||
* | Stop installing Matrix Console by default | Richard van der Hoff | 2018-12-11 | 1 | -0/+4 |
| | | | | This is based on the work done by @krombel in #2601. | ||||
* | Notes on upgrading to python3, and README updates. | Richard van der Hoff | 2018-12-04 | 1 | -4/+63 |
| | |||||
* | Add note to UPGRADE.rst about removing riot.im from list of trusted identity ↵ | Aaron Raimist | 2018-12-04 | 1 | -0/+9 |
| | | | | | | | | | | | | 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> | ||||
* | Remove notes on fallback for email_templates | Richard van der Hoff | 2018-10-19 | 1 | -4/+0 |
| | | | | This fallback didn't work, and was removed in #4069. | ||||
* | Add warnings about the upgrade to 0.33.7 github/release-v0.33.7 release-v0.33.7 | Richard van der Hoff | 2018-10-18 | 1 | -0/+17 |
| | |||||
* | Update instructions to point to pip install (#3985) | Amber Brown | 2018-10-02 | 1 | -3/+3 |
| | |||||
* | Revert "Merge pull request #3066 from matrix-org/rav/remove_redundant_metrics" | Richard van der Hoff | 2018-04-09 | 1 | -8/+1 |
| | | | | | | | We aren't ready to release this yet, so I'm reverting it for now. This reverts commit d1679a4ed7947b0814e0f2af9b888a16c588f1a1, reversing changes made to e089100c6231541c446e37e157dec8feed02d283. | ||||
* | Remove redundant metrics which were deprecated in 0.27.0. | Richard van der Hoff | 2018-04-04 | 1 | -1/+8 |
| | |||||
* | Include coarse CPU and Memory use in stats callbacks. | Michael Kaye | 2018-03-27 | 1 | -0/+12 |
| | | | | | This requires the psutil module, and is still opt-in based on the report_stats config option. | ||||
* | Tweaks to the upgrade instructions | Richard van der Hoff | 2017-08-23 | 1 | -33/+42 |
| | |||||
* | Correct a typo in UPGRADE.rst | Aaron Raimist | 2017-05-17 | 1 | -1/+1 |
| | |||||
* | Documantation to chek synapse version | hamber-dick | 2017-05-10 | 1 | -0/+9 |
| | | | | | | I've added some Documentation, how to get the running Version of a Synapse homeserver. This should help the HS-Owners to check whether the Upgrade was successful. | ||||
* | missing --upgrade | Matthew Hodgson | 2016-08-01 | 1 | -1/+1 |
| | |||||
* | Add more doc | Matthew Hodgson | 2016-04-08 | 1 | -1/+1 |
| | |||||
* | Add doc | Matthew Hodgson | 2016-04-08 | 1 | -0/+8 |
| | |||||
* | Mention report_stats in upgrade.rst | Erik Johnston | 2015-11-20 | 1 | -0/+13 |
| | |||||
* | Tweak the wording a bit | Mark Haines | 2015-08-20 | 1 | -4/+4 |
| | |||||
* | Add generic update instructions to UPGRADE.rst and add link to them from the ↵ | Mark Haines | 2015-08-20 | 1 | -0/+33 |
| | | | | README.rst | ||||
* | UPGRADES: s/v0.x.x/v0.9.0 | Erik Johnston | 2015-05-08 | 1 | -1/+1 |
| | |||||
* | Add info on breaking AS API changes | Kegsay | 2015-04-22 | 1 | -0/+34 |
| | |||||
* | Update UPGRADES.rst | Erik Johnston | 2015-03-06 | 1 | -5/+2 |
| | |||||
* | Fix upgrade instructions | David Baker | 2015-03-02 | 1 | -2/+2 |
| | |||||
* | Wording tweaks | Kegan Dougal | 2015-03-02 | 1 | -4/+3 |
| | |||||
* | Run deltas and bump user_version in upgrade script | Kegan Dougal | 2015-03-02 | 1 | -0/+5 |
| | |||||
* | Update CHANGES and UPGRADE | Kegan Dougal | 2015-02-24 | 1 | -0/+14 |
| | |||||
* | Fix rst | Erik Johnston | 2015-02-12 | 1 | -4/+4 |
| | |||||
* | Update UPGRADES to mention updated dependencies | Erik Johnston | 2015-02-12 | 1 | -0/+14 |
| | |||||
* | Move scripts into scripts | Mark Haines | 2015-01-22 | 1 | -2/+2 |
| | |||||
* | Mention that we should pull in new deps before running upgrade script | Erik Johnston | 2014-12-16 | 1 | -0/+4 |
| | |||||
* | Bump UPGRADES and CHANGES | Erik Johnston | 2014-12-16 | 1 | -0/+16 |
| | |||||
* | pip uninstall syweb | Matthew Hodgson | 2014-11-24 | 1 | -0/+9 |
| | |||||
* | typoe | Matthew Hodgson | 2014-11-19 | 1 | -1/+1 |
| | |||||
* | Add note about rerunning setup.py develop | Erik Johnston | 2014-11-19 | 1 | -0/+6 |
| | |||||
* | Bump version, changelog and upgrade.rst | Erik Johnston | 2014-11-19 | 1 | -0/+30 |
| | |||||
* | I can't type apparently | Erik Johnston | 2014-10-17 | 1 | -1/+1 |
| | |||||
* | Update changelong and upgrade | Erik Johnston | 2014-10-17 | 1 | -0/+13 |
| | |||||
* | Update version in UPGRADE | Erik Johnston | 2014-09-18 | 1 | -1/+1 |
| | |||||
* | add note to upgrade.rst about web client spec breaking change. | David Baker | 2014-09-17 | 1 | -0/+8 |
| | |||||
* | Updated CHANGES and UPGRADE to reflect registration API changes. | Kegan Dougal | 2014-09-15 | 1 | -0/+23 |
| | |||||
* | Store SQL DDL deltas as well; attempt to upgrade the database on startup if ↵ | Paul "LeoNerd" Evans | 2014-09-03 | 1 | -5/+0 |
| | | | | it's too old | ||||
* | Un block quote list | Erik Johnston | 2014-09-02 | 1 | -3/+3 |
| | |||||
* | Try and remove annoying italics in github rst viewer | Erik Johnston | 2014-09-02 | 1 | -1/+2 |
| | |||||
* | Remove an annoying 'the' | Erik Johnston | 2014-09-02 | 1 | -1/+1 |
| | |||||
* | Don't so heavily suggest you need to edit the default config. List the ↵ | Erik Johnston | 2014-09-02 | 1 | -3/+7 |
| | | | | changed parameters. | ||||
* | Fix spelling | Erik Johnston | 2014-09-02 | 1 | -1/+1 |
| | |||||
* | Bump version and changelog | Erik Johnston | 2014-09-02 | 1 | -0/+26 |
| | |||||
* | Rename files to .rst for consistency. | Erik Johnston | 2014-08-22 | 1 | -0/+24 |