An error occurred fetching the project authors.
  1. 25 Feb, 2021 1 commit
  2. 23 Feb, 2021 1 commit
  3. 22 Feb, 2021 1 commit
  4. 19 Feb, 2021 1 commit
  5. 15 Feb, 2021 1 commit
  6. 25 Jan, 2021 1 commit
  7. 13 Jan, 2021 1 commit
  8. 08 Jan, 2021 1 commit
  9. 04 Jan, 2021 1 commit
  10. 15 Dec, 2020 1 commit
  11. 10 Dec, 2020 1 commit
  12. 08 Dec, 2020 2 commits
  13. 07 Dec, 2020 1 commit
  14. 06 Dec, 2020 1 commit
  15. 24 Nov, 2020 2 commits
  16. 23 Nov, 2020 1 commit
  17. 20 Nov, 2020 4 commits
  18. 12 Nov, 2020 1 commit
    • sfang97's avatar
      Email admin when user requests access · dbeb0733
      sfang97 authored
      When admin approval required on sign up, send email to admin with user
      info when user requests an account
      
      Add link to pending approval
      
      Change url to host
      
      Remove extra new line
      
      Run get text regenerate
      
      Add changelog entry
      
      Add negative spec case
      
      Add newline at end of file
      
      Add params to Devise mailer
      
      Devise mailer is weird and you can only pass it one param, so do the
      admin loop in the devise method
      
      Add spec to devise mailer spec
      
      Use NotificationService instead of DeviseMailer
      
      NotificationService lets you pass multiple params to the email view and
      it's much easier to send emails to the correct address with the correct
      information
      
      Remove DeviseMailer changes
      
      There were changes to Devise Mailer spec and preview, so removing those
      in favor of NotificationService changes
      
      Change email helper func names
      
      Add shared example for 10 admins
      
      Remove extra new line
      
      Fast return if no recipients
      
      Change email to notification email
      
      Committing for save
      
      Move instance access request mailer to profiles
      
      Mailer method made more sense in profiles than in members file
      
      Add rubocop disable
      
      Change click here copy and link
      
      Change spec names
      
      Change spec name for clarity
      
      Remove extra space
      
      MR review comments
      
      Address review comments
      
      Run gettext regenerate
      
      Render different email formats
      
      Redundant return, formatting error
      
      Cleanup return conditions
      
      Don't need to pass resource param
      
      Scope which admins to email
      
      Private profile email layout method
      
      Remove extra new line
      
      Address MR review comments
      
      Localize strings, early return, change variable name
      
      Don't need shared example
      
      Address MR review comments
      
      Remove extra new lines
      
      Address static analysis errors
      
      Change sign in factory
      
      Remove early return
      dbeb0733
  19. 10 Nov, 2020 2 commits
    • Doug Stull's avatar
      Rename application settings columns for inclusive language · 40c46f39
      Doug Stull authored
      - follow our diversity and inclusion guidelines.
      40c46f39
    • Alex Pooley's avatar
      Include shared groups in users authorized groups · 2625c5b5
      Alex Pooley authored
      Authorized groups are all groups where user is defined as a direct
      member. This is in contrast to an indirect membership through
      inheritance.
      
      The system has previously incorrectly or incompletely ignored shared
      group memberships. This commit will transfer direct membership from one
      group in to another group when shared.
      
      Introduces the shared_group_membership_auth feature flag.
      2625c5b5
  20. 15 Oct, 2020 1 commit
  21. 14 Oct, 2020 1 commit
  22. 09 Oct, 2020 1 commit
  23. 05 Oct, 2020 1 commit
  24. 02 Oct, 2020 1 commit
  25. 01 Oct, 2020 1 commit
  26. 28 Sep, 2020 4 commits
  27. 16 Sep, 2020 1 commit
  28. 07 Sep, 2020 1 commit
  29. 04 Sep, 2020 1 commit
  30. 03 Sep, 2020 1 commit
    • Mario de la Ossa's avatar
      Remove the N+1 in Profiles::NotificationsController · 0338f3ac
      Mario de la Ossa authored
      In order to do this we have to load all the Groups a user has access to
      in memory and then load all the NotificationSettings as well so we can
      match them up in memory and look up the tree to create "inherited"
      NotificationSettings.
      0338f3ac
  31. 02 Sep, 2020 1 commit
    • Drew Blessing's avatar
      Add Atlassian Identity to store identity/credentials · db07a143
      Drew Blessing authored
      The new Atlassian Identity model and associated database table
      will allow GitLab users to connect their account to Atlassian
      Cloud. GitLab will then store the OAuth token and refresh token
      so GitLab can interact with Atlassian JIRA via the API. This will
      enable further integrations beyond authentication in the future.
      db07a143