Matt Gibson
66bd8be2c9
Set urls from config file ( #1151 )
...
* Set environment URLs in webpack config.
* Provide non NULL dev server
* QA env uses the pq TLD
* Include icons in qa env
* Move base configs to develop.
local configurations should be done in the `./config/local.json` file.
* Fix config override loading to default to development
* Standardize url formatting
* Limit QA settings to those set in production
* Set self hosted in a config
* Specify cloud instead of production
Self hosted and cloud are both production environments.
The ENV setting is used to specify the env type while
NODE_ENV specifies whether development error handling and services.
* Update config instructions
* Remove invalid json
* Change env `production` references to `cloud`
* Fix formatting
2021-08-25 13:15:31 -05:00
Oscar Hinton
35d6a28c94
Ensure Angular is running as production ( #1093 )
2021-07-23 20:03:14 +02:00
Oscar Hinton
b12d0387f6
Add jslib as a "real" dependency ( #951 )
...
* Add jslib as a dependency
* Cleanup tsconfig, webpack, add jslib-angular to package.json
* Update all import paths
* Add back @types/node.
* Lint
* Remove dummy module
* Remove merge conflict
* Group imports
* Bump jslib
2021-06-07 20:13:58 +02:00
Thomas Rittson
e34e4728d0
Fix accessibility (a11y) on swal2 modals ( #986 )
...
* Remove tabindex on bootstrap modals if swal open
* fix linting
2021-05-21 06:52:44 +10:00
Kyle Spearrin
d9322c1307
use swal titletext to avoid XSS ( #966 )
2021-05-13 10:08:16 -04:00
Thomas Rittson
3ac2ce079a
Refactor Send 'copy link' functionality ( #960 )
...
* Refactor Send 'copy link' functionality
* bump jslib
* Print debug message if copyToClipboard fails
* fix linting
2021-05-12 10:51:12 +10:00
Oscar Hinton
4a61f0ac04
Cleanup tsconfig ( #954 )
...
* Cleanup tsconfig
* Removed dummy module
2021-05-05 09:46:14 +02:00
Oscar Hinton
b1635debcc
Password reprompt ( #929 )
...
* Use passwordRepromptService
* Rename passwordPrompt to reprompt. Protect bulk actions
* Change card to hidden, minor refactor.
* Explicit reprompt value check
* Ensure locales are the same on all platforms
* Move showPasswordDialog to platformutils
* Fix sweet alert validation message margin
* Update locale to be the same as browser
2021-05-03 20:55:42 +02:00
Thomas Rittson
b3a4f833a1
Fix "copy link to clipboard" for large file Sends ( #949 )
...
* Throw error if execCommand('copy') is disabled
* Use dialog for file Send creation success
* Show popup modal after long Send file uploads
* fix linting
* bump jslib
2021-04-28 07:40:36 +10:00
Oscar Hinton
a9ef011cf3
Remove dead code ( #930 )
...
* Remove last remnants of old analytics code
2021-04-14 23:43:40 +02:00
Oscar Hinton
09fba343fc
[Chore] Bump jslib ( #917 )
...
* Bump jslib
2021-04-07 20:42:57 +02:00
Oscar Hinton
1ea8762eeb
WebAuthn ( #633 )
2021-03-16 17:44:31 +01:00
Matt Gibson
35ecbcc11a
Open pdf in same tab for Safari ( #888 )
...
Safari blocks sharing objectURL data between tabs.
Just use the same tab.
2021-03-11 18:05:24 -06:00
Thomas Rittson
473dd8739a
Expand encrypted export warning ( #866 )
...
* Add additional warnings about encrypted export
* Allow html body in showDialog
2021-03-05 06:56:25 +10:00
Thomas Rittson
8c0bc023b7
Allow U2F on Edge ( #804 )
2021-01-25 10:21:03 +10:00
Chad Scharf
c2e1d325f2
update jslib and fix webPlatformUtils ( #741 )
2020-12-16 16:40:10 -05:00
Oscar Hinton
1e7c27fba1
Change supportsSecureStorage to false ( #716 )
2020-11-23 15:56:22 -05:00
Vincent Salucci
03f575f66f
[Bug] Update 2fa navigate action to pass along Org Identifier ( #714 )
...
* Add identifer in 2fa navigate action
* Update jslib (6563dcc -> d9d13bb )
* fixed breaking changes from jslib update
2020-11-23 09:12:12 -06:00
Chad Scharf
f6946085d8
Use properly transpiled SweetAlert2 lib ( #682 )
2020-10-26 17:52:01 -04:00
Chad Scharf
41856ff6af
653 - fix user agent detection for Edge ( #654 )
...
* 653 - fix user agent detection for Edge
* Update edge detection to only new version
* update jslib
* update jslib
* fix jslib ref constructor
2020-09-15 10:31:12 -04:00
Oscar Hinton
f5034effd2
Upgrade TypeScript ( #600 )
...
* Upgrade typescript to 3.6.5.
* Resolve compile error and warnings
2020-08-12 15:43:26 -04:00
Oscar Hinton
78992444bf
Support biometric changes in jslib ( #571 )
2020-07-24 14:39:39 -04:00
Kyle Spearrin
22a1cef498
SSO support ( #575 )
...
* support for sso
* resetMasterPassword
* update jslib
* [Enterprise] Added button to launch portal (#570 )
* initial commit
* Added Enterprise button and used new business portal bool
* Reverting services module local changes
* Formatted some new lines
* Closed alerts on lock (#572 )
Co-authored-by: Addison Beck <addisonbeck@MacBook-Pro.local >
* Updated enterprise URL dev (port) (#574 )
Co-authored-by: Vincent Salucci <26154748+vincentsalucci@users.noreply.github.com >
Co-authored-by: Addison Beck <addisonbeck1@gmail.com >
Co-authored-by: Addison Beck <addisonbeck@MacBook-Pro.local >
2020-07-16 09:18:25 -04:00
Kyle Spearrin
73c192ad18
update jslib and swal2 styles
2020-03-04 14:14:27 -05:00
MartB
0b5a74aa9f
sweetalert: ported to sweetalert2 and simplified code. ( #465 )
...
No styling changes besides making the "primary" button-text bold (aligned with desktop app)
2020-03-02 13:52:09 -05:00
Kyle Spearrin
45c07b7c39
Append copy textarea to model for all browsers
2019-12-31 14:35:58 -05:00
Kyle Spearrin
e37292a276
isViewOpen returns promise
2019-08-20 13:47:58 -04:00
Kyle Spearrin
7bde73102b
readFromClipboard implemented in web
2019-02-26 22:42:30 -05:00
Kyle Spearrin
a48cc2a7f3
always allow chrome to use u2f
2019-01-10 11:23:16 -05:00
Kyle Spearrin
1b9943a4c8
allow swal single button
2018-11-14 15:45:03 -05:00
Kyle Spearrin
24ec89c220
open PDF in new window using built-in browser viewer
2018-11-06 09:46:17 -05:00
Kyle Spearrin
ec3e92fc19
set blob type
2018-10-30 09:54:14 -04:00
Kyle Spearrin
6e9f71f942
move getDomain to jslib
2018-10-13 23:26:38 -04:00
Kyle Spearrin
68ed8e51bd
convert analytics and toaster to platform utils
2018-10-03 10:33:04 -04:00
Kyle Spearrin
c362fc4677
Revert "remove swal hack"
...
This reverts commit 2d6b4f1216 .
2018-09-13 11:28:52 -04:00
Kyle Spearrin
2d6b4f1216
remove swal hack
2018-09-12 15:16:02 -04:00
Kyle Spearrin
eaf08c45d9
dont use clipboard writeText api
2018-08-20 09:20:24 -04:00
Kyle Spearrin
bcb44e8cf7
fix copying
2018-08-17 12:25:21 -04:00
Kyle Spearrin
2ab2f757a0
is mobile browser checks on autofocus
2018-08-01 09:13:55 -04:00
Kyle Spearrin
f385c3773c
allow users to change lock options, default to 15 min
2018-07-27 15:08:59 -04:00
Kyle Spearrin
87c72bd595
append copy textarea to modal if open
2018-07-25 22:01:26 -04:00
Kyle Spearrin
fe9df3977a
add/remove created anchor to page when clicking it
2018-07-25 12:04:14 -04:00
Kyle Spearrin
25c643a1a3
vivaldi supports u2f
2018-07-24 21:49:09 -04:00
Kyle Spearrin
56c2515f01
mobile check for u2f
2018-07-21 15:45:35 -04:00
Kyle Spearrin
e5733b83a0
remember email on login
2018-07-13 09:13:37 -04:00
Kyle Spearrin
0294c2cb6d
device types for web
2018-07-09 09:32:24 -04:00
Kyle Spearrin
c5d575b9b6
self host builds
2018-06-30 14:14:52 -04:00
Kyle Spearrin
3666ee5a87
only use blob options if available and not IE
2018-06-12 14:35:44 -04:00
Kyle Spearrin
cfc3fae67c
application version
2018-06-11 09:31:11 -04:00
Kyle Spearrin
b93b9feee4
enable lock timeout
2018-06-09 14:55:34 -04:00