Skip to content
Snippets Groups Projects
  1. Dec 11, 2018
    • Richard van der Hoff's avatar
      Add a welcome page to the static resources · f537432e
      Richard van der Hoff authored
      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.
      f537432e
  2. Dec 04, 2018
  3. Dec 03, 2018
  4. Dec 02, 2018
  5. Nov 28, 2018
  6. Nov 27, 2018
  7. Nov 21, 2018
  8. Nov 20, 2018
  9. Nov 19, 2018
Loading