Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-28# This is a combination of 1 commit.Brian Neel
2017-06-07Add a rubocop rule to check if a method 'redirect_to' is used without explici...blackst0ne
2017-06-05Refactor the DeleteUserWorkerNick Thomas
2017-04-13Implement Users::BuildServicegeoandri
2017-04-02Delete users asynchronouslyStan Hu
2017-03-27Implement new service for creating userGeorge Andrinopoulos
2017-02-08Merge branch 'rename_delete_services' into 'master'Rémy Coutable
2017-02-08Fix inconsistent naming for services that delete thingsdixpac
2017-02-07Use reCaptcha when an issue identified as spamJarka Kadlecova
2017-01-04Merge branch 'recaptcha_500' into 'master' Rémy Coutable
2017-01-03Properly handle failed reCAPTCHA on user registrationDrew Blessing
2017-01-03Add email and password confirmation fields to registration formDrew Blessing
2016-12-09Merge branch 'destroy-session' into 'security' Robert Speicher
2016-08-06Enable Style/SpaceAroundEqualsInParameterDefault copGabriel Mazetto
2016-05-20current_user.confirmed_at.present? => current_user.confirmed?Felipe Artur
2016-05-16Change landing page when skipping confirmation email and add documentationFelipe Artur
2016-05-04Merge branch 'rs-unique-signup-fields' into 'master' Douwe Maan
2016-04-22Improved confirmation UXPhil Hughes
2016-04-19Improve uniqueness of field names on the signup formRobert Speicher
2016-01-29Partially revert "Add IP check against DNSBLs at account sign-up"Robert Speicher
2016-01-20Add IP blocking against DNSBL at sign-upTomasz Maczukin
2015-12-29When reCAPTCHA is disabled, allow registrations to go through without a codeStan Hu
2015-12-28reCAPTCHA is configurable through Admin Settings, no reload needed.Gabriel Mazetto
2015-12-28Fix failed specStan Hu
2015-12-27Add support for Google reCAPTCHA in user registration to prevent spammersStan Hu
2015-06-23Fix error when deleting a user who has projectsStan Hu
2015-05-28Fix current user removalDmitriy Zaporozhets
2015-05-28You can not remove user if he/she is an only owner of groupDmitriy Zaporozhets
2015-04-20Fixed the Rails/ActionFilter copJeroen van Baarsen
2015-02-05Redirect signup page to signin page.Douwe Maan
2015-01-16Merge pull request #7925 from cirosantilli/unused-argumentsDmitriy Zaporozhets
2015-01-09Fix feature and testsDmitriy Zaporozhets
2015-01-08Improve application settings and write testsDmitriy Zaporozhets
2015-01-08Init ApplicationSettings resource with defaults from config fileDmitriy Zaporozhets
2014-12-28Remove or prepend _ to unused method argumentsCiro Santilli
2014-10-03Add parenthesis to function def with arguments.Ciro Santilli
2014-07-10Override strong params for sign up.Marin Jankovski
2014-07-04Redirect to sign in page after signup, this will show the correct flash message.Marin Jankovski
2014-06-30Fix signup and project visibilityDmitriy Zaporozhets
2013-09-04Fix user remove tests. Remove user even if he has projectsDmitriy Zaporozhets
2013-05-16Add settings for user permission defaultsDmitry Medvinsky
2013-03-18Fix project_limit being ignored on signupDmitriy Zaporozhets
2013-02-06Add user delete option.Marin Jankovski
2013-01-18Add optional signup.Marin Jankovski