Skip to content
Snippets Groups Projects
  1. Apr 08, 2016
  2. Apr 07, 2016
  3. Apr 06, 2016
  4. Apr 05, 2016
  5. Mar 31, 2016
  6. Mar 30, 2016
  7. Feb 26, 2016
    • Kamil Trzcinski's avatar
      Serve nice 404 page · e4cc703f
      Kamil Trzcinski authored
      e4cc703f
    • Kamil Trzciński's avatar
      Merge branch 'handle-404' into 'master' · 69b75ba9
      Kamil Trzciński authored
      Present user-provided 404 pages
      
      If the 404.html is present in root of project it will be presented instead of generic 404.
      
      **Example:**
      1. If you use the project page (served under /project/) and try to access: `/project/non/exsiting/file` we will try to serve: `/project/404.html`, then `/404.html`.
      
      1. If you use the group page (served under /) and try to access `/non/existing/file` we will try to serve: `/404.html`.
      
      1. If you use custom domain and try to access: `/non/existing/file` we will try to server `/404.html` only.
      
      cc @axil 
      
      Fixes https://gitlab.com/gitlab-org/gitlab-ee/issues/318
      
      
      See merge request !2
      69b75ba9
  8. Feb 23, 2016
  9. Feb 18, 2016
  10. Feb 16, 2016
  11. Feb 12, 2016
  12. Feb 11, 2016
Loading