Commit Graph

35 Commits

Author SHA1 Message Date
Oscar Hinton 8fe821b9a3
Apply Prettier (#2238) 2021-12-21 15:43:35 +01:00
Thomas Rittson 57e34dc6e8 Merge remote-tracking branch 'origin' into cdk-virtual-scroll 2021-06-09 10:07:35 +10:00
Oscar Hinton 4e1958f417
Add jslib as a "real" dependency (#1876)
* Support split jslib

* Fix tests

* Bump jslib
2021-06-07 19:25:37 +02:00
Thomas Rittson 811e0072e1 enable Ivy 2021-05-21 12:44:25 +10:00
Hinton f311101ed9 Initial work of biometric unlock for browser 2020-10-09 17:16:15 +02:00
Kyle Spearrin 959c488f5a
disable angular ivy compiler (#1412) 2020-09-29 10:47:34 -04:00
Kyle Spearrin 1eb4f84f35 goodbye edge build 2020-03-05 11:13:55 -05:00
MartB 0b42d14d58
sweetalert: port to sweetalert2 (#1153)
Minor styling changes (same as web and desktop)
2020-03-04 11:42:21 -05:00
Kyle Spearrin b891f0f790 update jslib 2019-03-16 08:42:19 -04:00
Kyle Spearrin 2a87fc14c2 fix duo_web_sdk 2018-12-18 17:20:27 -05:00
Kyle Spearrin 0691c11154 not async. cleanup tsconfig 2018-10-03 09:51:14 -04:00
Kyle Spearrin 66cbd137d6 preserveWhitespaces 2018-09-13 12:04:07 -04:00
Kyle Spearrin aaf774308e updated packages and move to webpack 4 2018-09-11 23:54:39 -04:00
Kyle Spearrin 9e1445eb50 proper lowdb exclude 2018-06-01 14:03:30 -04:00
Kyle Spearrin 6e66faf35a exclude lowdb from tsconfig 2018-06-01 14:00:05 -04:00
Kyle Spearrin cc3078b40d fix path 2018-05-15 23:48:28 -04:00
Kyle Spearrin f1d6162a59 exclude nodeApi 2018-05-15 23:45:49 -04:00
Kyle Spearrin f3bad6ad3f ignore dummy module 2018-05-04 11:32:24 -04:00
Kyle Spearrin 60872d3569 ignore modal component 2018-04-25 00:02:06 -04:00
Kyle Spearrin 11a0d8f4c1 centralize some things in jslib 2018-04-24 17:04:49 -04:00
Kyle Spearrin 0ad469e2e7 ignore jslib spec 2018-04-19 09:09:55 -04:00
Kyle Spearrin 3b0726ba70 cleanup old refs 2018-04-14 09:46:57 -04:00
Kyle Spearrin 4f4ef82049 share login component with jslib 2018-04-04 09:19:28 -04:00
Kyle Spearrin 4d56d12ccb stub out angular with webpack 2018-04-03 22:14:54 -04:00
Kyle Spearrin 81c9f5a5f0 ignore jslib dirs 2018-02-23 23:48:06 -05:00
Kyle Spearrin 1f1303fc97 convert to jslib submodule 2018-02-19 17:01:00 -05:00
Kyle Spearrin 37f93f97d6 exclude safariextension from tsconfig 2018-01-11 22:17:46 -05:00
Kyle Spearrin f51bebd99a import ts through node_modules alias 2018-01-09 14:26:20 -05:00
Kyle Spearrin 17ff302e1d use es6 modules 2018-01-08 16:48:05 -05:00
Kyle Spearrin 274c770308 reference jslib module 2018-01-06 09:07:33 -05:00
Kyle Spearrin e90476af2b convert background to main.background.ts 2017-12-05 23:28:31 -05:00
Kyle Spearrin 991ddd8271 exclude proper folders 2017-11-22 21:22:40 -05:00
Oscar Hinton 4531846ff8 Add support for running unit tests (#381)
* Add test runner.

* Fix tests. Add tests for UtilsService.getDomain

* Test getHostname.

* Add two missing test cases and fix getDomain.
2017-11-17 16:33:58 -05:00
Kyle Spearrin e43d4fe5c6 exclude releases 2017-11-07 15:38:15 -05:00
Oscar Hinton 59754cd530 Setup Webpack & TypeScript (#316)
* TypeScript and WebPack.

* Minor cleanup.

* Add background.js as entry point to webpack.

* Use downloaded fonts for better performance.
Remove google-fonts-webpack-plugin.

* Add the remaining entry points and setup notification bar.

* Update readme for webpack.

* Convert CipherItems to TypeScript to demonstrate how a component looks in TS.

* Fix edge requirering a custom angular version.

* Rewrite gulp tasks for packaging releases.

* Re-add the webpack gulp plugin.

* Remove unessesary line in analytics.
2017-10-28 22:14:14 -04:00