- Sep 13, 2019
-
-
GitLab Bot authored
-
- Sep 06, 2019
-
-
Aishwarya authored
-
- Aug 26, 2019
- Aug 14, 2019
-
-
Alex Buijs authored
-
- Aug 12, 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
-
- Jul 18, 2019
-
-
George Thomas authored
Closes #55564 This is first discovered in #54739 (comment 122609857) that if both if: and only: are used in a before_action or after_action or alike, if: is completely ignored.
-
- 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 08, 2019
-
-
Martin Wortschack authored
- Externalize strings in controllers - Update PO file
-
- Sep 19, 2018
-
-
gfyoung authored
Enables frozen string for the following: * app/controllers/*.rb * app/controllers/admin/**/*.rb * app/controllers/boards/**/*.rb * app/controllers/ci/**/*.rb * app/controllers/concerns/**/*.rb Partially addresses #47424.
-
- 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.
-
- May 17, 2018
-
-
- Feb 01, 2018
-
-
Yorick Peterse authored
This ensures that we have more visibility in the number of SQL queries that are executed in web requests. The current threshold is hardcoded to 100 as we will rarely (maybe once or twice) change it. In production and development we use Sentry if enabled, in the test environment we raise an error. This feature is also only enabled in production/staging when running on GitLab.com as it's not very useful to other users.
-
- Oct 06, 2017
-
-
Winnie Hellmann authored
-
- Sep 28, 2017
-
-
Brian Neel authored
# This is the 1st commit message: Add logging for all web authentication events # This is the commit message #2: Re-add underscore to after_inactive_sign_up_path_for # This is the commit message #3: Standardize on username= # This is the commit message #4: after_filter -> after_action, _resource -> resource # This is the commit message #5: Add two-factor login failures and account lockouts # This is the commit message #6: Move logging from two-factor concern to user model # This is the commit message #7: Add spaces around default parameter assignments # This is the commit message #8: Move logs out of user model # This is the commit message #9: Replace filtered_params with user_params # This is the commit message #10: Standardize case # This is the commit message #1: Fixes for username and AppLogger.info
-
- Jun 06, 2017
-
-
blackst0ne authored
Add a rubocop rule to check if a method 'redirect_to' is used without explicitly set 'status' in 'destroy' actions of controllers
-
- Jun 05, 2017
-
-
Nick Thomas authored
-
- Apr 13, 2017
-
-
geoandri authored
-
- Apr 02, 2017
-
-
Stan Hu authored
-
- Mar 27, 2017
-
-
George Andrinopoulos authored
-
- Feb 08, 2017
-
-
dixpac authored
* Changed name of delete_user_service and worker to destroy * Move and change delete_group_service to Groups::DestroyService * Rename Notes::DeleteService to Notes::DestroyService
-
- 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.
-
Drew Blessing authored
It's too easy to mistype an email or password when signing up. The support team is receiving an increasing number of requests because users mistype their email. We can eliminate this problem by requiring users to confirm the email before registering. The same issue can occur for the password field so we should add this, too. We should note that password confirmation is part of the default Devise forms. I don't know why/when GitLab removed it.
-
- Dec 09, 2016
-
-
Robert Speicher authored
Destroy a user session when they delete their own account via browser This patch destroys a user's session when they delete their own account using a browser. A new session is created as they are redirected to the sign_in page. Issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/25015 See merge request !2042
-
- Aug 06, 2016
-
-
Gabriel Mazetto authored
-
- Jun 03, 2016
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- May 20, 2016
-
-
Felipe Artur authored
-
- May 16, 2016
-
-
Felipe Artur authored
-
- Apr 22, 2016
-
-
Phil Hughes authored
Closes #4228
-
- Apr 19, 2016
-
-
Robert Speicher authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15075
-
- Jan 28, 2016
-
-
Robert Speicher authored
This partially reverts 6a5cd3ca - we keep the migration and add a new migration that reverts it in order to keep migration history intact.
-
- Jan 20, 2016
-
-
Tomasz Maczukin authored
-
- Dec 29, 2015
-
-
Stan Hu authored
-
- Dec 28, 2015
-
-
Gabriel Mazetto authored
-
Stan Hu authored
-