Skip to content
Snippets Groups Projects
  1. Feb 26, 2020
  2. Feb 24, 2020
  3. Nov 12, 2019
  4. Oct 28, 2019
  5. Sep 18, 2019
  6. Jul 11, 2019
    • Marcel Amirault's avatar
      Fix whitespace in install and integration docs · 33c867b7
      Marcel Amirault authored and Achilleas Pipinellis's avatar Achilleas Pipinellis committed
      Many code blocks are 4spaced, and they render in GitLab
      without coloring as a result, even though they are
      fenced with a language label. If in a list, other items
      will render as being in a code block too, even if not
      meant to. This fixes all these issues, and cleans up
      minor white space issues in install and integration docs
      33c867b7
  7. Jan 31, 2019
  8. Jan 22, 2019
    • Stan Hu's avatar
      Alias GitHub and BitBucket OAuth2 callback URLs · 6d57b2fd
      Stan Hu authored
      To prevent an OAuth2 covert redirect vulnerability, this commit adds and
      uses an alias for the GitHub and BitBucket OAuth2 callback URLs to the
      following paths:
      
      GitHub: /users/auth/-/import/github
      Bitbucket: /users/auth/-/import/bitbucket
      
      This allows admins to put a more restrictive callback URL in the OAuth2
      configuration settings. Instead of https://example.com, admins can now use:
      
      https://example.com/users/auth
      
      It's possible but not trivial to change Devise and OmniAuth to use a
      different prefix for callback URLs instead of /users/auth. For now,
      aliasing the import URLs under the /users/auth namespace should suffice.
      
      Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56663
      6d57b2fd
  9. Nov 13, 2018
  10. Aug 08, 2018
  11. Jul 10, 2018
  12. Jul 06, 2018
  13. Dec 21, 2016
  14. Dec 19, 2016
  15. Dec 16, 2016
  16. Dec 08, 2016
  17. Nov 29, 2016
  18. Aug 30, 2016
  19. May 12, 2016
  20. Dec 07, 2015
  21. May 15, 2015
  22. Mar 20, 2015
  23. Feb 24, 2015
Loading