Skip to content
Snippets Groups Projects
This project is mirrored from https://jihulab.com/gitlab-cn/gitlab.git. Pull mirroring updated .
  1. Aug 26, 2021
  2. Aug 25, 2021
  3. Aug 23, 2021
  4. Aug 04, 2021
  5. Aug 03, 2021
  6. Aug 02, 2021
  7. Jul 30, 2021
    • Drew Blessing's avatar
      Only allow invite to be accepted by user with matching email · a79d0e6d
      Drew Blessing authored
      Previously, any user was able to accept an invite even if the
      user's email addresses didn't match the invite. A note was
      displayed but the invite could still be accepted. With this
      change, a user without a matching, confirmed email address
      is unable to accept the invite.
      
      Changelog: security
      a79d0e6d
    • Dheeraj Joshi's avatar
      Add html escaping for default branch name · d26f0c4d
      Dheeraj Joshi authored
      This escapes html chars for default branch
      name value in initializing repository instructions
      
      This is to prevent XSS vulnerability
      
      Changelog: security
      d26f0c4d