summary refs log tree commit diff
path: root/changelog.d/4082.misc (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-12-20clarify that installing -py3 removes the old pkgRichard van der Hoff1-3/+4
2018-12-20buster is a thingRichard van der Hoff1-1/+8
2018-12-20Clarify that py2 packages will continue to exist v0.34.0Richard van der Hoff1-0/+4
2018-12-20document supported python 3 versionsRichard van der Hoff2-5/+9
2018-12-20more changelog fixRichard van der Hoff1-1/+1
2018-12-20minor changelog tweaksRichard van der Hoff1-4/+4
2018-12-20fix UPGRADE formattingRichard van der Hoff1-6/+6
2018-12-20Prepare 0.34 releaseRichard van der Hoff7-24/+18
2018-12-20Update log config for debian packagesRichard van der Hoff1-0/+1
Better follow our own release notes.
2018-12-20Debian packaging via dh_virtualenv (#4285)Richard van der Hoff36-509/+310
2018-12-20import from package-debian-synapseAmber Brown38-0/+2678
2018-12-20Add 'sandbox' to CSP for media repo (#4284)David Baker2-1/+3
* Add 'sandbox' to the CSP for media repo * Changelog
2018-12-14Improved welcome page (#4294)Nad Chishtie2-25/+63
* Improved static/index.html look, feel and content. * Added accessibility tags to in-line SVG. * Grammar.
2018-12-14Settings Fix deleting e2e room keys on xenial (#4295)Amber Brown2-1/+2
2018-12-110.34.0rc2 v0.34.0rc2Richard van der Hoff5-4/+17
2018-12-11remove changelog filesRichard van der Hoff34-36/+0
2018-12-11Disable pager for ci scriptRichard van der Hoff2-2/+3
... otherwise it hangs
2018-12-11Add a welcome page to the static resourcesRichard van der Hoff3-0/+30
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.
2018-12-11Stop installing Matrix Console by defaultRichard van der Hoff6-58/+44
This is based on the work done by @krombel in #2601.
2018-12-04fix upgrade.rst link again v0.34.0rc1Richard van der Hoff1-1/+1
2018-12-04Fix link to upgrade notesRichard van der Hoff1-1/+1
2018-12-04fix typo in changelogRichard van der Hoff1-1/+1
2018-12-04Prepare 0.34.0rc1Richard van der Hoff2-2/+56
2018-12-04Remove obsolete settings from docker homeserver.yamlRichard van der Hoff2-3/+2
These aren't used, because we have a `log_config` setting.
2018-12-04Notes on upgrading to python3, and README updates.Richard van der Hoff3-53/+82
2018-12-04Add an option to enable recording IPs for appservice users (#3831)Travis Ralston3-9/+26
2018-12-04Fix non-ASCII pushrules (#4248)Amber Brown2-12/+24
2018-12-04Add an option to disable search for homeservers which may not be interested ↵Travis Ralston4-1/+21
in it (#4230) This is useful for homeservers not intended for users, such as bot-only homeservers or ones that only process IoT data.
2018-12-04Add note to UPGRADE.rst about removing riot.im from list of trusted identity ↵Aaron Raimist2-0/+10
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>
2018-12-04 add more detail to logging regarding "More than one row matched" error (#4234)Ben Parsons2-6/+7
2018-12-04Fix UnicodeDecodeError when postgres is not configured in english (#4253)Richard van der Hoff3-8/+47
This is a bit of a half-assed effort at fixing https://github.com/matrix-org/synapse/issues/4252. Fundamentally the ri