Skip to content
Snippets Groups Projects
  1. Aug 03, 2021
  2. Aug 02, 2021
  3. Jul 30, 2021
    • Drew Blessing's avatar
      Only allow invite to be accepted by user with matching email · ae7ade09
      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
      Unverified
      ae7ade09
  4. Jul 28, 2021
    • Drew Blessing's avatar
      Configure OmniAuth to use GitLab AppLogger · ed5e7742
      Drew Blessing authored
      OmniAuth logger was not being configured properly and some logs
      were being dropped. This change ensures OmniAuth log messages
      are output to `application.log` and/or `application_json.log`
      as appropriate depending on configuration.
      
      Changelog: security
      
      Fix Group SAML Spec order dependency
      
      Change `allow/expect_any_instance_of` to
      `allow/expect_next_instance_of` to avoid leaking state from other
      tests.
      
      Changelog: security
      Unverified
      ed5e7742
    • Shinya Maeda's avatar
      Fix Protected Environment Accesses Cleanup · 79eb0cb1
      Shinya Maeda authored
      Protected Environment Accesses were not automatically cleaned up
      when a user was removed from the project membership.
      Also, the leftover user/group entry in the access list
      couldn't be removed manually.
      
      This commit fixes these security related bugs.
      
      Changelog: security
      EE: true
      79eb0cb1
  5. Jul 27, 2021
  6. Jul 23, 2021
  7. Jul 22, 2021
  8. Jul 12, 2021
  9. Jul 07, 2021
  10. Jul 06, 2021
Loading