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
2017-06-20Change `login_with` uses to `gitlab_sign_in`Robert Speicher
Change single `login_via` use to `gitlab_sign_in_via`
2017-06-20Rename methods in the LoginHelpers moduleRobert Speicher
- [x] Rename `login_as` to `gitlab_sign_in` - [x] Rename `login_with` to `gitlab_sign_in_with` - [x] Rename `login_via` to `gitlab_sign_in_via` - [x] Rename `logout` to `gitlab_sign_out` - [x] Rename `logout_direct` to `gitlab_sign_out_direct` - [x] Make `gitlab_login_with` (née `login_with`) private - [x] Make `mock_auth_hash` private
2017-04-20Remove unused `skip_ci_admin_auth` helperRobert Speicher
2017-02-23Enable Style/ClassCheckDouwe Maan
2017-02-23Fix code for copsDouwe Maan
2017-02-23Enable Style/ConditionalAssignmentDouwe Maan
2016-12-12fix: removed signed_out notificationjnoortheen
test: replaced signed_out message check with check for sign_in button fixes #25294
2016-10-15Fix nesting on sessions/new.Bryce Johnson
2016-10-15Click first Sign In in login_helper.Bryce Johnson
2016-10-15Get tests passing.Bryce Johnson
2016-09-09Wait for logout message in login_helpersStan Hu
2016-07-12Merge branch 'add-2fa-check-to-oauth' into 'master' Robert Speicher
Add 2FA check to the OAuth authentication mechanism Needed for https://gitlab.com/gitlab-org/gitlab-ce/issues/19312 2FA checks were not being performed when logging in via any of the OAuth providers. Just LDAP had the check. This MR fixes that. See merge request !1976
2016-07-11Refactor `mock_auth_hash`Patricio Cano
2016-07-08Added a lot of stubbing to make sure OAUth requests are handled properly ↵Patricio Cano
with 2FA
2016-07-04Change order of stubbing to fix testsPatricio Cano
2016-07-04Added tests for 2FA check on OAuth requestPatricio Cano
2016-06-28Fixed logout testsPhil Hughes
2016-05-31Pass the "Remember me" value to the 2FA token formRobert Speicher
Prior, if a user had 2FA enabled and checked the "Remember me" field, the setting was ignored because the OTP input was on a new form and the value was never passed. Closes #18000
2015-09-15fix specs. Stage 7Valery Sizov
2015-06-20Fix Error 500 when one user attempts to access a personal, internal snippetStan Hu
Closes #1815
2015-06-14Allow login_as helper to accept a User objectRobert Speicher
2014-10-03Upgrade to Font Awesome v4.2Sullivan SENECHAL
2014-09-26Remove unnecessary page. from tests.Ciro Santilli
2014-07-18Fix failing spec.Ciro Santilli
2014-07-18Add project stars.Ciro Santilli
2014-06-17Remove rails observers from applicationDmitriy Zaporozhets
2013-11-25Fix tests after user password length was changedDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-08-26Link issues from comments and automatically close themash wilson
Any mention of Issues, MergeRequests, or Commits via GitLab-flavored markdown references in descriptions, titles, or attached Notes creates a back-reference Note that links to the original referencer. Furthermore, pushing commits with commit messages that match a (configurable) regexp to a project's default branch will close any issues mentioned by GFM in the matched closing phrase. If accepting a merge request would close any Issues in this way, a banner is appended to the merge request's main panel to indicate this.
2013-06-22remove useless routing tests. Added symlink creation for project with codeDmitriy Zaporozhets
2013-03-25login with both email or usernameDmitriy Zaporozhets
2012-11-13Remove backward compatibility of factories.Vincent Bonmalais
2012-08-25Cleanup spec/support folder and spec/spec_helperRobert Speicher
Changes: * Move spec/monkeypatch to spec/support * Remove unused support/shared_examples * Move support/api to support/api_helpers to match module name * Move support/login to support/login_helpers to match module name * Move API specs to requests/api (convention over configuration) * Remove unused support/js_patch * Simplify login_as helper * Move DatabaseCleaner stuff to its own support file * Remove unnecessary configuration and requires from spec_helper