An error occurred fetching the project authors.
  1. 21 Oct, 2019 1 commit
  2. 19 Oct, 2019 1 commit
  3. 18 Oct, 2019 1 commit
  4. 17 Oct, 2019 2 commits
    • Alex Buijs's avatar
      Implement feedback fixes BE · 63d389e9
      Alex Buijs authored
      - redirect users to almost there page after signing up when
      soft_email_confirmation is not enabled
      - remove enabled_since code for feature flags, since it is unreliable
      - add User#role_required? and User#set_role_required! methods to
      ‘abuse’ the role column in order to determine whether the role is
      required
      - store the requested url and redirect there after setting the role
      - add flash notice after successful signup
      - enable invisible captcha when signup_flow experiment is enabled
      - change `Welcome to GitLab.com` text to `Welcome to GitLab` in
      order to apply to Self hosted instances as well
      - cancel the signup_notice flash in the create action, where it is set
      63d389e9
    • Alex Buijs's avatar
      Only require role when appropriate · 8bb5373a
      Alex Buijs authored
      Only redirect to stage 2 of the new signup flow when
      appropriate:
      - a user’s role is missing
      - a user’s name is the same as it’s username
      - the experiment is enabled
      - the user is created after the experiment is enabled
      8bb5373a
  5. 01 Oct, 2019 1 commit