Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-12-20 | document supported python 3 versions | Richard van der Hoff | 2 | -5/+9 | |
2018-12-20 | more changelog fix | Richard van der Hoff | 1 | -1/+1 | |
2018-12-20 | minor changelog tweaks | Richard van der Hoff | 1 | -4/+4 | |
2018-12-20 | fix UPGRADE formatting | Richard van der Hoff | 1 | -6/+6 | |
2018-12-20 | Prepare 0.34 release | Richard van der Hoff | 7 | -24/+18 | |
2018-12-20 | Update log config for debian packages | Richard van der Hoff | 1 | -0/+1 | |
Better follow our own release notes. | |||||
2018-12-20 | Debian packaging via dh_virtualenv (#4285) | Richard van der Hoff | 36 | -509/+310 | |
2018-12-20 | import from package-debian-synapse | Amber Brown | 38 | -0/+2678 | |
2018-12-20 | Add 'sandbox' to CSP for media repo (#4284) | David Baker | 2 | -1/+3 | |
* Add 'sandbox' to the CSP for media repo * Changelog | |||||
2018-12-14 | Improved welcome page (#4294) | Nad Chishtie | 2 | -25/+63 | |
* Improved static/index.html look, feel and content. * Added accessibility tags to in-line SVG. * Grammar. | |||||
2018-12-14 | Settings Fix deleting e2e room keys on xenial (#4295) | Amber Brown | 2 | -1/+2 | |
2018-12-11 | 0.34.0rc2 v0.34.0rc2 | Richard van der Hoff | 5 | -4/+17 | |
2018-12-11 | remove changelog files | Richard van der Hoff | 34 | -36/+0 | |
2018-12-11 | Disable pager for ci script | Richard van der Hoff | 2 | -2/+3 | |
... otherwise it hangs | |||||
2018-12-11 | Add a welcome page to the static resources | Richard van der Hoff | 3 | -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-11 | Stop installing Matrix Console by default | Richard van der Hoff | 6 | -58/+44 | |
This is based on the work done by @krombel in #2601. | |||||
2018-12-04 | fix upgrade.rst link again v0.34.0rc1 | Richard van der Hoff | 1 | -1/+1 | |
2018-12-04 | Fix link to upgrade notes | Richard van der Hoff | 1 | -1/+1 | |
2018-12-04 | fix typo in changelog | Richard van der Hoff | 1 | -1/+1 | |
2018-12-04 | Prepare 0.34.0rc1 | Richard van der Hoff | 2 | -2/+56 | |
2018-12-04 | Remove obsolete settings from docker homeserver.yaml | Richard van der Hoff | 2 | -3/+2 | |
These aren't used, because we have a `log_config` setting. | |||||
2018-12-04 | Notes on upgrading to python3, and README updates. | Richard van der Hoff | 3 | -53/+82 | |
2018-12-04 | Add an option to enable recording IPs for appservice users (#3831) | Travis Ralston | 3 | -9/+26 | |
2018-12-04 | Fix non-ASCII pushrules (#4248) | Amber Brown | 2 | -12/+24 | |
2018-12-04 | Add an option to disable search for homeservers which may not be interested ↵ | Travis Ralston | 4 | -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-04 | Add note to UPGRADE.rst about removing riot.im from list of trusted identity ↵ | Aaron Raimi |