- 21 Apr, 2017 1 commit
-
-
Jacopo authored
Removed all the unnecessary include of `WaitForAjax` and `ApiHelpers` in the specs. Removed unnecessary usage of `api:true`
-
- 03 Jan, 2017 1 commit
-
-
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.
-
- 18 Nov, 2016 1 commit
-
-
Timothy Andrew authored
Javascript does not support the negative lookbehind assertion (?<!) used in the Ruby regex (to disallow usernames ending in `.git` or `.atom`. Getting the client side code to fully support this format is non-trivial, since we'd either have to heavily complicate the regex used, or modify the frontend code to support more complex validation schemes (it currently uses HTML5 validations). The pragmatic choice is to create a `Gitlab::Regex::NAMESPACE_REGEX_STR_SIMPLE` regex to serve as a Javascript-compatible version of `NAMESPACE_REGEX_STR`. The client-side code will not display an error for usernames ending in `.git` and `.atom`, but these will be caught by the server-side validation.
-
- 15 Oct, 2016 4 commits
-
-
Bryce Johnson authored
-
Bryce Johnson authored
-
Bryce Johnson authored
-
Bryce Johnson authored
- Tab between register and sign in forms - Add individual input validation error messages - Validate username - Update many styles for all login-box forms
-
- 13 Oct, 2016 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 06 Oct, 2016 2 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 01 Jul, 2016 1 commit
-
-
Grzegorz Bizon authored
-
- 19 Apr, 2016 1 commit
-
-
Robert Speicher authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15075
-
- 29 Sep, 2015 2 commits
-
-
Rémy Coutable authored
This simplifies the "Report button" to not use open a dropdown and adds a tooltip on this button. This also removes an extra spec and adds missing specs.
-
Rémy Coutable authored
-
- 07 Jul, 2015 1 commit
-
-
Robert Speicher authored
Not to be confused with the RSpec `type: :feature` tag, this tag is used by the `spec:feature` Rake task for filtering/grouping specs.
-
- 16 Jun, 2015 1 commit
-
-
swellard authored
-
- 27 Apr, 2015 1 commit
-
-
Robert Speicher authored
-
- 08 Apr, 2015 1 commit
-
-
Robert Speicher authored
Closes #1942
-
- 05 Feb, 2015 1 commit
-
-
Douwe Maan authored
Resolves #1916.
-
- 15 Jan, 2015 1 commit
-
-
Jacob Vosmaer authored
We were having the following issues: - the indicator would sometimes stay red even if the password that was entered was long enough; - the indicator had a middle yellow signal: what does that mean? - the red/green backgrounds were not color-blind-friendly.
-
- 08 Jan, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 23 Oct, 2014 1 commit
-
-
Patricio Cano authored
Updated some tests to match new IDs
-
- 13 Apr, 2014 1 commit
-
-
Jeroen van Baarsen authored
-
- 21 Feb, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-