Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-12-13 | Log roomid along with Unknown room | Will Hunt | 1 | -1/+1 | |
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-11 | Update CONTRIBUTING.rst | Michael Kaye | 1 | -1/+1 | |
Reduce size of hyperlink | |||||
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-11 | Add 'sandbox' to CSP for media repo (#4284) | David Baker | 2 | -1/+3 | |