An error occurred fetching the project authors.
  1. 19 Dec, 2018 1 commit
  2. 16 Dec, 2018 1 commit
  3. 06 Dec, 2018 1 commit
  4. 29 Nov, 2018 2 commits
  5. 23 Nov, 2018 1 commit
  6. 18 Nov, 2018 1 commit
  7. 15 Nov, 2018 1 commit
  8. 23 Oct, 2018 1 commit
  9. 13 Oct, 2018 1 commit
    • Jan Provaznik's avatar
      Use InvalidUTF8ErrorHandler only for rails 4 · c6a4c923
      Jan Provaznik authored
      In Rails 5 catches invalid UTF8 characters in querystring in a
      params middleware, errors are handled by a params middleware and
      raises a BadRequest exception. This means that these UTF8 errors
      are not raised deeper in application stack and these can't also
      be handled on application level.
      
      If we would want to have custom handler for these errors, we would
      have to create a new middleware and insert it before actionpack's
      params middleware and rescue BadRequest exceptions there. But there
      is no need to do this currently (see discussion on
      https://gitlab.com/gitlab-org/gitlab-ce/issues/51908)
      c6a4c923
  10. 10 Oct, 2018 1 commit
    • Zeger-Jan van de Weg's avatar
      Remove Git circuit breaker · 30b4ce94
      Zeger-Jan van de Weg authored
      Was introduced in the time that GitLab still used NFS, which is not
      required anymore in most cases. By removing this, the API it calls will
      return empty responses. This interface has to be removed in the next
      major release, expected to be 12.0.
      30b4ce94
  11. 08 Oct, 2018 1 commit
  12. 01 Oct, 2018 1 commit
  13. 26 Sep, 2018 2 commits
  14. 22 Sep, 2018 1 commit
  15. 19 Sep, 2018 1 commit
    • gfyoung's avatar
      Enable frozen string in app/controllers/**/*.rb · 73322a0e
      gfyoung authored
      Enables frozen string for the following:
      
      * app/controllers/*.rb
      * app/controllers/admin/**/*.rb
      * app/controllers/boards/**/*.rb
      * app/controllers/ci/**/*.rb
      * app/controllers/concerns/**/*.rb
      
      Partially addresses #47424.
      73322a0e
  16. 07 Sep, 2018 1 commit
  17. 05 Sep, 2018 1 commit
  18. 10 Aug, 2018 1 commit
  19. 07 Aug, 2018 1 commit
  20. 03 Aug, 2018 1 commit
  21. 02 Aug, 2018 1 commit
  22. 01 Aug, 2018 3 commits
  23. 27 Jul, 2018 1 commit
  24. 24 Jul, 2018 1 commit
  25. 22 Jul, 2018 1 commit
  26. 20 Jul, 2018 1 commit
  27. 18 Jul, 2018 1 commit
    • Stan Hu's avatar
      Limit the TTL for anonymous sessions to 1 hour · c559c43d
      Stan Hu authored
      By default, all sessions are given the same expiration time configured in the
      session store (e.g. 1 week). However, unauthenticated users can generate a lot
      of sessions, primarily for CSRF verification. It makes sense to reduce the TTL
      for unauthenticated to something much lower than the default (e.g. 1 hour) to
      limit Redis memory. In addition, Rails creates a new session after login,
      so the short TTL doesn't even need to be extended.
      
      Closes #48101
      c559c43d
  28. 11 Jul, 2018 2 commits
  29. 25 Jun, 2018 1 commit
  30. 21 Jun, 2018 1 commit
  31. 13 Jun, 2018 1 commit
    • Bob Van Landuyt's avatar
      Render access denied without message · 7fe92d99
      Bob Van Landuyt authored
      The `errors/access_denied` page should not fail to render when no
      message is provided.
      
      When accessing something as a sessionless user, we should also display
      the terms message if possible.
      7fe92d99
  32. 06 Jun, 2018 1 commit
  33. 05 Jun, 2018 1 commit
    • Bob Van Landuyt's avatar
      Render a 403 when showing an access denied message · 491e1fc9
      Bob Van Landuyt authored
      When we want to show an access denied message to a user, we don't have
      to hide the resource's existence.
      
      So in that case we render a 403, this 403 is not handled by nginx on
      omnibus installs, making sure the message is visible to the user.
      491e1fc9
  34. 31 May, 2018 1 commit
  35. 11 May, 2018 1 commit