| Commit message (Expand) | Author | Age | Files | Lines |
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-31 | 1 | -11/+7 |
* | Merge branch 'winh-remove-sushi' into 'master' | Winnie Hellmann | 2019-03-26 | 2 | -4/+4 |
* | Move some tests from Karma to Jest | Winnie Hellmann | 2019-03-23 | 1 | -61/+0 |
* | Revert "Merge branch 'winh-remove-sushi' into 'master'" | Filipa Lacerda | 2019-03-22 | 2 | -4/+4 |
* | Remove .raw from JavaScript fixture file names | Winnie Hellmann | 2019-03-21 | 2 | -4/+4 |
* | Prettify all spec files | Mike Greiling | 2018-10-17 | 4 | -28/+49 |
* | enable jasmine/new-line-before-expect | Johann Hubert Sonntagbauer | 2018-10-17 | 3 | -7/+25 |
* | Resolve "Harmonize prettier and eslint configs" | Mike Greiling | 2018-10-09 | 1 | -1/+1 |
* | Fix grammar (setup to set-up) in code comments, spec, views, etc. | Marcel Amirault | 2018-09-17 | 1 | -1/+1 |
* | Resolve "2FA should not attempt to use U2F in unsupported browsers" | Jan Beckmann | 2018-06-25 | 1 | -30/+54 |
* | remove all unused eslint-disable rules | Lukas Eipert | 2018-06-20 | 1 | -2/+1 |
* | fix `spaced-comment` | Lukas Eipert | 2018-05-29 | 1 | -1/+1 |
* | fix illegal references to "this" in module context | Mike Greiling | 2018-04-23 | 2 | -2/+2 |
* | require jQuery to be explicitly importedremove-jquery-globals | Mike Greiling | 2018-03-09 | 2 | -0/+2 |
* | Remove u2f webpack bundle | Mike Greiling | 2018-03-01 | 3 | -5/+50 |
* | Remove u2f from globalnamespace38869-u2f | Filipa Lacerda | 2017-10-09 | 3 | -151/+131 |
* | update frontend specs to use ES module syntax | Mike Greiling | 2017-05-16 | 2 | -10/+10 |
* | remove bind polyfill from mock_u2f_device.js | Mike Greiling | 2017-05-08 | 1 | -4/+2 |
* | Fix rspec and spinach tests | Jose Ivan Vargas | 2017-04-06 | 1 | -1/+1 |
* | fix overlooked window binding in spec filesremove-imports-loader-window-bind | Mike Greiling | 2017-02-17 | 3 | -3/+3 |
* | Merge branch 'master' into go-go-gadget-webpack | Mike Greiling | 2017-01-27 | 3 | -8/+5 |
|\ |
|
| * | resolve all x-spacing and no-spaced-x eslint violations | Mike Greiling | 2017-01-18 | 1 | -2/+3 |
| * | resolve all padded-blocks eslint violations | Mike Greiling | 2017-01-18 | 3 | -7/+3 |
* | | prevent u2f authenticate test from auto-submitting a form | Mike Greiling | 2017-01-10 | 1 | -8/+8 |
* | | use ~ to reference non-local scripts instead of resolve.root | Mike Greiling | 2017-01-10 | 2 | -6/+6 |
* | | include spec_helper within karma config rather than each individual test | Mike Greiling | 2017-01-10 | 2 | -2/+0 |
* | | fix spec_helper missing/broken references | Mike Greiling | 2017-01-10 | 2 | -2/+2 |
* | | Swapped out teaspoon for karma | Luke "Jared" Bennett | 2017-01-10 | 2 | -10/+12 |
|/ |
|
* | replace Teaspoon fixture methods with jasmine-jquery methods to reduce depend... | Mike Greiling | 2017-01-05 | 2 | -4/+4 |
* | generate u2f frontend fixtures dynamically | Mike Greiling | 2017-01-05 | 2 | -2/+6 |
* | Improved the u2f flow18556-polish-up-the-u2f-flow | Luke "Jared" Bennett | 2016-12-27 | 1 | -11/+12 |
* | resolve all instances of no-undef eslint rule violationsclean-no-undef | Mike Greiling | 2016-12-14 | 2 | -2/+6 |
* | explicitly disable eslint inlineexplicitly-disable-eslint-inline | Luke "Jared" Bennett | 2016-11-15 | 3 | -3/+3 |
* | disable ESLint for all JavaScript files | winniehell | 2016-10-26 | 3 | -0/+3 |
* | Make UX upgrades to SignIn/Register views. | Bryce Johnson | 2016-10-15 | 1 | -1/+1 |
* | Restore comments lost when converting CoffeeScript to JavaScript | Jared Deckard | 2016-09-08 | 2 | -16/+0 |
* | ES6ify all the things! | Fatih Acet | 2016-07-24 | 6 | -122/+189 |
* | Use a single challenge for U2F authentication. | Timothy Andrew | 2016-07-14 | 2 | -3/+1 |
* | Implement authentication (login) using a U2F device. | Timothy Andrew | 2016-06-06 | 1 | -0/+52 |
* | Implement U2F registration. | Timothy Andrew | 2016-06-06 | 2 | -0/+72 |