- 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.
-
- 14 Jul, 2016 2 commits
-
-
Timothy Andrew authored
1. This scenario was previously tested for the registration flow, but not authentication.
-
Timothy Andrew authored
1. Only on supported Chrome versions 2. Mainly, this lets us simplify the javascript-based U2F check to `window.u2f`, where `window.u2f` can either be loaded from the GitLab server (for Chrome) or from the Firefox extension. 3. This is a better way to provide browser detection for U2F.
-
- 17 Jun, 2016 3 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
- 08 Jun, 2016 1 commit
-
-
Sean McGivern authored
Add a new application setting, after_sign_up_text. This is text to be rendered as Markdown and shown on the 'almost there' page after a user signs up, but before they've confirmed their account. Tweak the styles for that page so that centered lists look reasonable.
-