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-09-02Pass the remember_me option into the u2f form and support it while ↵DJ Mountney
authenticating Matches the changes done for non-u2f two-factor auth
2016-08-18Add feature specs to cover naming and deleting U2F devices.Timothy Andrew
2016-08-13Fix `U2fSpec` for PhantomJS versions > 2.Timothy Andrew
- We weren't explicilty waiting for the page to load while navigating to the "Manage two-factor authentication" page. This was probably incidentally working for PhantomJS 1.x versions.
2016-07-14Add a U2F feature spec for multiple devices owned by the same user.Timothy Andrew
1. This scenario was previously tested for the registration flow, but not authentication.
2016-06-15Update `u2f_spec` to cover U2F being disabled until authenticator is set up.Timothy Andrew
2016-06-06Add feature specs covering U2F registration and authentication.Timothy Andrew