summaryrefslogtreecommitdiff
path: root/spec/features/users/signup_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+11
|
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-5/+1
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-58/+59
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-181/+33
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-68/+37
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-0/+25
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+8
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-4/+4
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-121-17/+51
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-051-51/+17
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-041-16/+41
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-311-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-171-55/+79
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-141-1/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-081-0/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-081-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-231-0/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-181-43/+125
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-071-50/+95
|
* Merge branch ↵Grzegorz Bizon2019-08-161-11/+38
|\ | | | | | | | | | | | | | | | | '47003-user-onboarding-replace-current-email-confirmation-flow-with-a-soft-email-confirmation-flow' into 'master' Soft email confirmation flow Closes #47003 See merge request gitlab-org/gitlab-ce!31245
| * Don't redirect to the Almost there pageAlex Buijs2019-08-081-11/+38
| | | | | | | | | | Don't redirect to the Almost there page after registration and after resending confirmation instructions
* | Add invisible captchaAlex Buijs2019-08-101-0/+4
|/ | | | | | With a time treshold of 4 seconds and a firstname and lastname honeypot input fields when signing up
* Add frozen_string_literal to spec/featuresThong Kuah2019-07-261-0/+2
| | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Quarantine flaky specThong Kuah2019-06-261-1/+1
| | | https://gitlab.com/gitlab-org/gitlab-ce/issues/63750
* Resolve "Username availability checker breaks inline validation"Jiaan2019-06-191-3/+41
|
* Resolve "Inline validation for user's name and username length"Jiaan2019-06-061-1/+43
|
* Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into ↵Ehsan Abdulqader2019-02-181-0/+28
| | | | feature/56787-realtime-validation-for-user-fullname-and-username
* Adds test to cover the fix in #45575Sanad Liaquat2018-06-241-0/+9
|
* Users can accept terms during registrationBob Van Landuyt2018-06-081-4/+17
| | | | | | | | | | 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.
* Enforces terms in the web applicationBob Van Landuyt2018-05-041-0/+25
| | | | | | | | | | | | | | | | | | | | This enforces the terms in the web application. These cases are specced: - Logging in: When terms are enforced, and a user logs in that has not accepted the terms, they are presented with the screen. They get directed to their customized root path afterwards. - Signing up: After signing up, the first screen the user is presented with the screen to accept the terms. After they accept they are directed to the dashboard. - While a session is active: - For a GET: The user will be directed to the terms page first, after they accept the terms, they will be directed to the page they were going to - For any other request: They are directed to the terms, after they accept the terms, they are directed back to the page they came from to retry the request. Any information entered would be persisted in localstorage and available on the page.
* Fix user feature specs that were hardcoding 'user1'43495-spec-failure-spec-features-users_spec-rbRémy Coutable2018-02-221-0/+135
Signed-off-by: Rémy Coutable <remy@rymai.me>