summaryrefslogtreecommitdiff
path: root/spec/javascripts/u2f
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'winh-remove-sushi' into 'master'Winnie Hellmann2019-03-262-4/+4
* Move some tests from Karma to JestWinnie Hellmann2019-03-231-61/+0
* Revert "Merge branch 'winh-remove-sushi' into 'master'"Filipa Lacerda2019-03-222-4/+4
* Remove .raw from JavaScript fixture file namesWinnie Hellmann2019-03-212-4/+4
* Prettify all spec filesMike Greiling2018-10-174-28/+49
* enable jasmine/new-line-before-expectJohann Hubert Sonntagbauer2018-10-173-7/+25
* Resolve "Harmonize prettier and eslint configs"Mike Greiling2018-10-091-1/+1
* Fix grammar (setup to set-up) in code comments, spec, views, etc.Marcel Amirault2018-09-171-1/+1
* Resolve "2FA should not attempt to use U2F in unsupported browsers"Jan Beckmann2018-06-251-30/+54
* remove all unused eslint-disable rulesLukas Eipert2018-06-201-2/+1
* fix `spaced-comment`Lukas Eipert2018-05-291-1/+1
* fix illegal references to "this" in module contextMike Greiling2018-04-232-2/+2
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-092-0/+2
* Remove u2f webpack bundleMike Greiling2018-03-013-5/+50
* Remove u2f from globalnamespace38869-u2fFilipa Lacerda2017-10-093-151/+131
* update frontend specs to use ES module syntaxMike Greiling2017-05-162-10/+10
* remove bind polyfill from mock_u2f_device.jsMike Greiling2017-05-081-4/+2
* Fix rspec and spinach testsJose Ivan Vargas2017-04-061-1/+1
* fix overlooked window binding in spec filesremove-imports-loader-window-bindMike Greiling2017-02-173-3/+3
* Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-273-8/+5
|\
| * resolve all x-spacing and no-spaced-x eslint violationsMike Greiling2017-01-181-2/+3
| * resolve all padded-blocks eslint violationsMike Greiling2017-01-183-7/+3
* | prevent u2f authenticate test from auto-submitting a formMike Greiling2017-01-101-8/+8
* | use ~ to reference non-local scripts instead of resolve.rootMike Greiling2017-01-102-6/+6
* | include spec_helper within karma config rather than each individual testMike Greiling2017-01-102-2/+0
* | fix spec_helper missing/broken referencesMike Greiling2017-01-102-2/+2
* | Swapped out teaspoon for karmaLuke "Jared" Bennett2017-01-102-10/+12
|/
* replace Teaspoon fixture methods with jasmine-jquery methods to reduce depend...Mike Greiling2017-01-052-4/+4
* generate u2f frontend fixtures dynamicallyMike Greiling2017-01-052-2/+6
* Improved the u2f flow18556-polish-up-the-u2f-flowLuke "Jared" Bennett2016-12-271-11/+12
* resolve all instances of no-undef eslint rule violationsclean-no-undefMike Greiling2016-12-142-2/+6
* explicitly disable eslint inlineexplicitly-disable-eslint-inlineLuke "Jared" Bennett2016-11-153-3/+3
* disable ESLint for all JavaScript fileswinniehell2016-10-263-0/+3
* Make UX upgrades to SignIn/Register views.Bryce Johnson2016-10-151-1/+1
* Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard2016-09-082-16/+0
* ES6ify all the things!Fatih Acet2016-07-246-122/+189
* Use a single challenge for U2F authentication.Timothy Andrew2016-07-142-3/+1
* Implement authentication (login) using a U2F device.Timothy Andrew2016-06-061-0/+52
* Implement U2F registration.Timothy Andrew2016-06-062-0/+72