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 (Collapse)Author
2016-11-18Allow registering users where the username contains dots (.).Timothy Andrew
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.
2016-11-10Fix no "Register" tab if ldap auth is enabled (#24038)Luc Didry
This commit is dedicated to GuilhemB, thanks for supporting me on Tipeee :-)
2016-11-02Change show-gl-field-errors to gl-show-field-errorsBryce Johnson
2016-11-01Upgrade gl_field_errors to support more use cases.Bryce Johnson
2016-10-24Only show register tab if signup enabled.Bryce Johnson
2016-10-20Ensure custom provider tab labels don't break layout.Bryce Johnson
(Also fix some issues for session views on small screens.)
2016-10-18Contain normal signin in loginbox.Bryce Johnson
2016-10-18Fix href to server pane.Bryce Johnson
2016-10-18Fix tab refs in ldap tabs.Bryce Johnson
2016-10-18Split login box into different panes, for ldap enabled screens.Bryce Johnson
2016-10-16Fix Hash syntax to work for both Ruby 2.1 and 2.3Stan Hu
2016-10-15Use Ruby 1.9 syntax in tab_single def and usage.Bryce Johnson
2016-10-15Unbreak all the tests relying on one login-box.Bryce Johnson
2016-10-15Add submit button contain with custom margin.Bryce Johnson
2016-10-15Include correct validation error with username invalid.Bryce Johnson
2016-10-15Fix errors, get validation running for signup box and sign in.Bryce Johnson
2016-10-15Make UX upgrades to SignIn/Register views.Bryce Johnson
- Tab between register and sign in forms - Add individual input validation error messages - Validate username - Update many styles for all login-box forms
2016-08-03Remove provider path, replace with dynamic path.Connor Shea
2016-08-03Add an oauth provider path helper.Connor Shea
The helper constructs the path for a given oauth provider since Devise 4.0 deprecated passing the provider to the omniauth authentication path. Fixes #18110.
2016-06-03Added minimum password length to password fieldPhil Hughes
Closes #17765
2016-05-12show only the eanbled oauth providersAndrei Gliga
2016-04-19Improve uniqueness of field names on the signup formRobert Speicher
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15075
2016-04-13Don't retrieve default values from `params`Timothy Andrew
- In the signup page.
2016-04-13Don't populate the password field on signup validation errors.Timothy Andrew
- Previously, we were pulling `params[:user][:password] as the default value for the password field. This is incorrect; we should be pulling it from `@user.password` or the like.
2016-01-13Replace nav-tabs with nav-linksDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-12-28reCAPTCHA is configurable through Admin Settings, no reload needed.Gabriel Mazetto
2015-12-28Make sign-up form retain fields after failed CAPTCHA testStan Hu
2015-12-27Add support for Google reCAPTCHA in user registration to prevent spammersStan Hu
2015-11-16Revert "Merge pull request #9812 from chrspeich/hide-tabs-lone-auth-provider"Robert Speicher
This reverts commit 84999611d8f7894219eb4ebc76555c79b1f14794, reversing changes made to 0d9fb211f3f842d10e1c57dcb9d3d42a9c11cd0b.
2015-11-07Hide tab-bar in login-box when only one tabs is shown.Christian Speich
2015-09-02Crowd integrationValery Sizov
2015-07-23Allow custom label to be set for authentication providers.Douwe Maan
2015-04-24Protect OmniAuth request phase against CSRF.Douwe Maan
2015-04-23Merge pull request #9062 from fgimian/omniauth-disable-turbolinkDmitriy Zaporozhets
Disable turbolinks for omniauth link to avoid rendering problems
2015-04-08Improve wording below signup boxRobert Speicher
[ci skip]
2015-03-31Disable turbolinks for omniauth link to avoid rendering problemsFotis Gimian
2015-03-22Restyle oauth accounts at profile page and add ability to unlink accountDmitriy Zaporozhets
2015-03-13Use custom LDAP label in LDAP signin form.Douwe Maan
2015-02-14Improve login screen when only OmniAuth providers are enabledAaron Stone
Avoids an empty Sign in box when signup_enabled? is false, and avoids showing "No authentication methods configured" unless there really are none. OmniAuth signin gets its own file for consistency with signin and signup and LDAP.
2015-02-13Move OAuth signin options just below signin box.Douwe Maan
2015-02-13Add headings to signin/signup blocks on signin page.Douwe Maan
2015-02-05Clean up devise views.Douwe Maan
2015-01-08Init ApplicationSettings resource with defaults from config fileDmitriy Zaporozhets
2015-01-08Redesign signin/singup pagesDmitriy Zaporozhets
2014-07-11Improve signin/signup/reset pages UIDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-10-17Use gitlab_config intead of Gitlab.config.gitlab in viewsDmitriy Zaporozhets
2013-09-27 Add check if the signup setting is enabled. fixes #4832 Perry Faro
2013-05-05Replace old hashes with new 1.9 ruby hashes (rebase)Andrey Kumanyaev
2012-03-24Improved profile & team member showDmitriy Zaporozhets
2012-01-27Bootstrap: login screenDmitriy Zaporozhets