- 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 2 commits
-
-
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 10 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
-
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
-
-
Clement Ho authored
-
- 07 Oct, 2016 1 commit
-
-
Nick Thomas authored
This commit alters views for the following models to use the markdown cache if present: * AbuseReport * Appearance * ApplicationSetting * BroadcastMessage * Group * Issue * Label * MergeRequest * Milestone * Project At the same time, calls to `escape_once` have been moved into the `single_line` Banzai pipeline, so they can't be missed out by accident and the work is done at save, rather than render, time.
-
- 21 Sep, 2016 1 commit
-
-
Dmitry Smirnov authored
~~~~ ActionView::Template::Error (undefined method `user_omniauth_callback_path' ~~~~ Signed-off-by: Dmitry Smirnov <onlyjob@member.fsf.org>
-
- 02 Sep, 2016 1 commit
-
-
DJ Mountney authored
Matches the changes done for non-u2f two-factor auth
-
- 03 Aug, 2016 2 commits
-
-
Connor Shea authored
-
Connor Shea authored
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.
-