summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/u2f
Commit message (Expand)AuthorAgeFilesLines
* remove bind polyfill from u2f/register.jsMike Greiling2017-05-081-10/+8
* remove bind polyfill from u2f/error.jsMike Greiling2017-05-081-3/+1
* remove bind polyfill from u2f/authenticate.jsMike Greiling2017-05-081-9/+7
* Remove .es6 from file extensions (!9241)winniehell2017-03-051-0/+0
* replace implicit this == window with explicit bindingMike Greiling2017-02-173-3/+3
* Merge branch '26066-wrong-messsage-for-unregistered-u2f-device-on-sign-in' in...Fatih Acet2017-01-193-10/+10
|\
| * Added isAuthenticate to differentiate between ineligible messages26066-wrong-messsage-for-unregistered-u2f-device-on-sign-inLuke "Jared" Bennett2017-01-043-10/+10
* | resolve all x-spacing and no-spaced-x eslint violationsMike Greiling2017-01-183-6/+6
* | resolve all padded-blocks eslint violationsMike Greiling2017-01-184-12/+4
|/
* Improved the u2f flow18556-polish-up-the-u2f-flowLuke "Jared" Bennett2016-12-271-14/+21
* Merge branch 'remove-u2f-error-logging' into 'master' Alfredo Sumaran2016-12-213-3/+4
|\
| * Display error code for U2F errors (!7305)winniehell2016-11-073-3/+4
* | resolve all instances of no-undef eslint rule violationsclean-no-undefMike Greiling2016-12-143-3/+13
* | explicitly disable eslint inlineexplicitly-disable-eslint-inlineLuke "Jared" Bennett2016-11-154-4/+4
|/
* disable ESLint for all JavaScript fileswinniehell2016-10-264-0/+4
* Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard2016-09-082-0/+25
* ES6ify all the things!Fatih Acet2016-07-248-154/+216
* Add a U2F feature spec for multiple devices owned by the same user.17341-firefox-u2fTimothy Andrew2016-07-142-6/+9
* Use a single challenge for U2F authentication.Timothy Andrew2016-07-141-3/+12
* Load Javascript U2F library selectively.Timothy Andrew2016-07-141-13/+1
* Implement authentication (login) using a U2F device.Timothy Andrew2016-06-061-0/+63
* Implement U2F registration.Timothy Andrew2016-06-063-0/+91