Skip to content
Snippets Groups Projects
  1. Jan 06, 2017
  2. Aug 10, 2016
  3. Aug 09, 2016
  4. May 05, 2016
  5. Apr 28, 2016
  6. Apr 08, 2016
  7. Apr 07, 2016
  8. Apr 06, 2016
  9. Apr 05, 2016
  10. Mar 31, 2016
  11. Mar 30, 2016
  12. 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
  13. Feb 23, 2016
  14. Feb 18, 2016
  15. Feb 16, 2016
  16. Feb 12, 2016
Loading