- Mar 11, 2020
-
-
GitLab Bot authored
-
- Feb 20, 2020
-
-
GitLab Bot authored
-
- Jan 21, 2020
-
-
GitLab Bot authored
-
- Dec 20, 2019
-
-
GitLab Bot authored
-
- Nov 19, 2019
-
-
GitLab Bot authored
-
- Oct 22, 2019
-
-
GitLab Bot authored
-
- Sep 06, 2019
-
-
Stan Hu authored
spec/controllers/registrations_controller_spec.rb polluted the test environment by changing the Recaptcha configuration. We now stub the controller's `verify_recaptcha` method instead of doing that. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/67133
-
- Sep 05, 2019
-
-
Yorick Peterse authored
This spec would mess with global state used for captchas, but not reset the state in all cases. This would then lead to the spec spec/controllers/snippets_controller_spec.rb failing, but only on a fork of gitlab-ee. To fix this we ensure the state is properly reset after running the specs that change this state.
-
- Aug 20, 2019
-
-
Current `auth.log` uses `fullpath` and `ip`, while `api_json.log` uses `remote_ip` and `path` for the same fields. Let's standardize these namings to make it easier for people working with the data. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66167
-
- Aug 14, 2019
-
-
Alex Buijs authored
-
- Aug 10, 2019
-
-
Alex Buijs authored
With a time treshold of 4 seconds and a firstname and lastname honeypot input fields when signing up
-
- Aug 08, 2019
-
-
Alex Buijs authored
Don't redirect to the Almost there page after registration and after resending confirmation instructions
-
- Jun 25, 2019
-
-
RecaptchaExperimentHelper contains helper methods to assist in the controller and view layers.
-
- May 16, 2019
-
-
Luke "Jared" Bennett authored
Allows instance owners to toggle the recaptcha requirement on the user registration page by feature flag. Allows GitLab Growth team to measure reCAPTCHA's impact on registrations.
-
- Apr 15, 2019
-
-
gfyoung authored
Adds frozen string to the following: * spec/bin/**/*.rb * spec/config/**/*.rb * spec/controllers/**/*.rb xref https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
-
- Mar 19, 2019
-
-
Lin Jen-Shin authored
So the fake can enjoy it, too. We don't use `prepend` because that'll require we change `allow_any_instance_of` to `expect_next_instance_of`, but that's not very easy to do. We can do that later.
-
- Dec 18, 2018
-
-
blackst0ne authored
Updates specs to use new rails5 format. The old format: `get :show, { some: params }, { some: headers }` The new format: `get :show, params: { some: params }, headers: { some: headers }`
-
- Nov 15, 2018
-
-
George Tsiolis authored
-
- Jun 08, 2018
-
-
Bob Van Landuyt authored
When a user checks the `accept` checkbox, we will track that acceptance as usual. That way they don't need to accept again after they complete the registration. When an unauthenticated user visits the `/-/users/terms` page, there is no button to accept, decline or continue. The 'current-user menu' is also hidden from the top bar.
-
- Nov 23, 2017
-
-
- Oct 06, 2017
-
-
Winnie Hellmann authored
-
- Aug 10, 2017
-
-
Robert Speicher authored
-
- Aug 09, 2017
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Jun 05, 2017
-
-
Nick Thomas authored
-
- Apr 02, 2017
-
-
Stan Hu authored
-
- Mar 27, 2017
-
-
George Andrinopoulos authored
-
- Feb 07, 2017
-
-
Jarka Kadlecova authored
-
- Jan 03, 2017
-
-
Drew Blessing authored
If a user presses the 'Register' button too quickly after attempting to solve the reCAPTCHA, or the reCAPTCHA is not solved at all, the user would experience a 500 error. Now, the case is properly handled and the user will be sent back to the registration page with a clear error message and can try again.
-
- Jul 05, 2016
-
-
Timothy Andrew authored
- Look for a `change` in its size rather than asserting against an actual size. - This previously failed because another spec had an email in `ActionMailer::Base.deliveries`, which failed this `be_nil` assertion.
-
- Jun 03, 2016
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- May 28, 2016
-
-
DJ Mountney authored
-
- May 24, 2016
-
-
Robert Speicher authored
Also removes the note from the development/testing.md guide
-
- May 16, 2016
-
-
Felipe Artur authored
-
Felipe Artur authored
-
Felipe Artur authored
-