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
Daniel James Smith
c7de347cec
Fixed order of supportedLocales to have en as fallback again ( #1140 )
2021-08-19 22:41:20 +02:00
Oscar Hinton
35d6a28c94
Ensure Angular is running as production ( #1093 )
2021-07-23 20:03:14 +02:00
Trey Greer
86e6c31820
add AZ language ( #1079 )
2021-07-12 22:19:56 +10:00
Trey Greer
41ad5aa26d
add Kannada language ( #1075 )
2021-07-09 08:54:39 +10:00
Matt Gibson
c1a7b85f8b
Must await to get a value ( #1035 )
2021-06-16 08:36:05 -05:00
Thomas Rittson
44bf90cf6a
Update storageService implementations ( #1033 )
...
* Add htmlStorageService.has
* Add memoryStorageService.has
2021-06-16 07:34:54 +10: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
c0f85366bd
Convert sets to arrays before saving to storage ( #1012 )
2021-06-04 09:38:36 +10:00
Chad Scharf
a554c0e660
Revert "Theme Support with a Dark Mode ( #974 )" ( #1011 )
...
This reverts commit cf24113924 .
2021-06-03 15:49:14 -04:00
Danny Murphy
cf24113924
Theme Support with a Dark Mode ( #974 )
...
* Stylesheets
* Theme Configuration
* Options Area
* swal2 style
Missed the swal2 styling and improved the table theming
* Icon styling
* Fix theme not saving
* Update English
Remove colour to make it more translatable between English and American
* Update messages.json
* Login logo
* dropdown and login logo
* btn-link and totp fix
Added a border for extra readability on the btn-link
* Organisation Styling
* Update messages.json
* Update webauthn-fallback.ts
Add missing semicolon and enable console.error bypass for tslint
* Fix contrast issues
Update the blue to match the browser extension and lighten the grey for text-muted variable
* Add Paypal Container and Loading svg file
* Update jslib
* Password Generator contrast fix
2021-06-02 14:38:04 -04: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
Trey Greer
9abdefa947
Added additional languages ( #975 )
2021-05-13 17:08:27 -04: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
Matt Gibson
1464e0fbe8
Add ConsoleLogService dependency from jslib ( #735 )
...
* Pre-emptively add new jslib dependency
* Add consoleLogService dependency definition
* Update jslib
* PR Review
Co-authored-by: Matt Gibson <mdgibson@Matts-MBP.lan >
2020-12-14 12:27:32 -06: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
Kyle Spearrin
2145c3f88c
language updates
2020-09-15 13:38:46 -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
Kyle Spearrin
9f0cd586ee
only use memory storage for vault data keys ( #650 )
...
* only use memory storage for vault data keys
* add lastSync_ to memory storage
2020-09-14 08:35:53 -04:00
Kyle Spearrin
e14a676eea
switch from session storage to memory storage ( #644 )
2020-09-08 13:47:20 -04:00
Kyle Spearrin
56e92b1695
cleanup various sso tasks ( #617 )
2020-08-20 16:39:05 -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
syntaxerror752
22a00b2341
Added toggle full width function
...
Added toggle full width function.
Added messaging service to trigger function.
Added CSS to keep login box the same size.
2020-05-30 18:30:41 +10:00
syntaxerror752
f36bba6406
Revert last commit due to requested changes
...
Revert last commit due to requested changes.
Renamed variable.
2020-05-30 11:12:15 +10:00
syntaxerror752
674c583881
Update HTML and TS scripts for UI scaling
2020-05-29 23:08:03 +10:00
Kyle Spearrin
18979a7f1a
Add support for greek language ( #541 )
2020-05-22 23:14:26 -04:00
Vincent Salucci
d58550c2b8
[Auto-Logout] Implement upstream changes ( #506 )
...
* Initial commit of auto logout functionality
* Update jslib 31a2574 -> 28e3fff
* Reverting prod URLs
* Set log out expired param to false
Co-authored-by: Vincent Salucci <vsalucci@bitwarden.com >
2020-03-30 09:59:47 -05: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
dc54943a19
added hebrew language
2019-08-29 07:20:36 -04:00
Kyle Spearrin
e37292a276
isViewOpen returns promise
2019-08-20 13:47:58 -04:00
Kyle Spearrin
c2f801b6a9
add korean to i18n
2019-05-15 08:52:43 -04:00
Kyle Spearrin
7bde73102b
readFromClipboard implemented in web
2019-02-26 22:42:30 -05:00
Kyle Spearrin
1f6632146b
add credit via paypal
2019-02-20 17:33:05 -05:00