- 24 May, 2017 3 commits
-
-
Douwe Maan authored
This reverts commit b0498c17
-
Douwe Maan authored
-
Douwe Maan authored
-
- 16 May, 2017 1 commit
-
-
Tim Zallmann authored
-
- 22 Mar, 2017 1 commit
-
-
Jose Ivan Vargas authored
-
- 09 Mar, 2017 1 commit
-
-
tauriedavis authored
-
- 07 Mar, 2017 1 commit
-
-
Mike Greiling authored
-
- 23 Feb, 2017 1 commit
-
-
Douwe Maan authored
-
- 15 Feb, 2017 1 commit
-
-
Semyon Pupkov authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/24036
-
- 07 Feb, 2017 1 commit
-
-
Jarka Kadlecova authored
-
- 02 Feb, 2017 1 commit
-
-
Bryce Johnson authored
-
- 12 Jan, 2017 1 commit
-
-
Felipe Artur authored
-
- 04 Jan, 2017 1 commit
-
-
Robert Speicher authored
-
- 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.
-
- 31 Dec, 2016 3 commits
-
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Kushal Pandya authored
-
- 27 Dec, 2016 1 commit
-
-
Luke "Jared" Bennett authored
Added tests
-
- 06 Dec, 2016 1 commit
-
-
Annabel Dunstone Gray authored
-
- 02 Dec, 2016 1 commit
-
-
Jacopo authored
When ldap is enabled and use "Standard" authentication method, if authentication fails the correct tab remain selected. This is done by saving into localStorage when the active tab changes and by always selecting that tab when the page is loaded.
-
- 18 Nov, 2016 2 commits
-
-
Bryce Johnson authored
-
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.
-
- 10 Nov, 2016 1 commit
-
-
Luc Didry authored
This commit is dedicated to GuilhemB, thanks for supporting me on Tipeee :-)
-
- 02 Nov, 2016 1 commit
-
-
Bryce Johnson authored
-
- 01 Nov, 2016 1 commit
-
-
Bryce Johnson authored
-
- 24 Oct, 2016 1 commit
-
-
Bryce Johnson authored
-
- 22 Oct, 2016 1 commit
-
-
Bernardo Anderson authored
-
- 20 Oct, 2016 3 commits
-
-
Clement Ho authored
This *unreverts* 8751491b, which was mistakenly reverted in !6328. It also changes the implementation of the original commit to work with the new login styling and markup. cc: @ClemMakesApps
-
Bryce Johnson authored
(Also fix some issues for session views on small screens.)
-
Clement Ho authored
This *unreverts* 8751491b, which was mistakenly reverted in !6328. It also changes the implementation of the original commit to work with the new login styling and markup. cc: @ClemMakesApps
-
- 18 Oct, 2016 8 commits
-
-
Bryce Johnson authored
-
Bryce Johnson authored
-
Bryce Johnson authored
-
Bryce Johnson authored
-
Bryce Johnson authored
-
Bryce Johnson authored
-
Bryce Johnson authored
-
Bryce Johnson authored
-
- 16 Oct, 2016 1 commit
-
-
Stan Hu authored
-
- 15 Oct, 2016 1 commit
-
-
Bryce Johnson authored
-