Oscar Hinton
2bdd7413aa
Block save button when uploading a send ( #871 )
...
* Block save button when uploading a send
* Add overflow hidden to prevent scrollbar appearing
2021-05-04 23:36:57 +02:00
Chad Scharf
3a342be095
Merge pull request #870 from gryffs/box-content-flex
...
Add flexbox to cipher list to correct display center issue.
2021-05-04 16:05:26 -04:00
Oscar Hinton
42564285d9
Password reprompt ( #838 )
...
* Add support for password reprompt
2021-05-04 21:32:03 +02:00
arun
8169922f84
Fixed Name & URI 1 Fields Populated Incorrectly when creating new Login in popout window (# 1816)
2021-05-04 13:55:10 -04:00
Oscar Hinton
6e9e0445de
Fix password re-prompt triggering on non-reprompt items ( #1817 )
...
* Fix password re-prompt triggering on non-reprompt items
2021-05-04 19:04:18 +02:00
Oscar Hinton
e2cb9b6bef
Include encrypt in formPromise ( #368 )
...
* Include encrypt in formPromise
2021-05-04 16:26:26 +02:00
Oscar Hinton
cdc71dd661
Password reprompt ( #1784 )
...
* Add support for password reprompt
* Rename passwordPrompt to reprompt.
* Move showPasswordDialog to paltformutils
* Fix swal2 validation error styling
* Group imports
* Update src/_locales/en/messages.json
Co-authored-by: Matt Gibson <mgibson@bitwarden.com >
2021-05-03 20:56:38 +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
Chad Griffis
49748ee05a
Replace single quote with double quotes in HTML and use div in place of a element.
2021-05-03 23:31:45 +08:00
Chad Griffis
0c12367721
Add flexbox to cipher list to correct display center issue.
2021-05-03 17:17:19 +08:00
Oscar Hinton
20b8a83dd8
Disconnect active connections when closing native messaging. Fix exe path on windows ( #865 )
2021-05-03 09:59:40 +02:00
Thomas Rittson
163fa2aa41
Merge pull request #851 from gryffs/prompt-trigger-apwd
...
Implement the markAsDirty form controls for AddEditComponent(#761 )
Prevents add-edit page from closing if new password has been generated
2021-05-03 07:45:03 +10:00
Chad Griffis
7bed3b0b59
Update a formatting issue with markPasswordAsDirty
2021-05-01 16:44:40 +08:00
Tomer Shvueli
efd224d380
fix: Updated UI so option is no longer nested, added proper description
2021-04-30 10:48:20 -04:00
Matt Gibson
63f522026b
Get Attachment Download url from server ( #295 )
2021-04-29 09:49:04 -05:00
Oscar Hinton
418625682a
Write native messaging manifests for Chromium ( #862 )
2021-04-29 16:12:57 +02:00
Oscar Hinton
a72c8a60c1
Password reprompt ( #357 )
2021-04-29 13:31:21 +02:00
Daniel James Smith
1eb40a4891
Add support to import from Nordpass(.csv) ( #360 )
...
* Add support for parsing .csv files from Nordpass
* Remove whitespace before extracting CardExpiration
* Add curlybraces to one-liner if's as requested
* NordPassImporter: Process more complex names
2021-04-29 06:51:35 -04:00
Chad Scharf
2f2a76d186
Merge pull request #860 from djsmith85/bump-jslib
...
Bump jslib to include fix for lastpass totp import
2021-04-29 05:59:13 -04:00
Daniel James Smith
422180fed1
Bump jslib to include fix for lastpass totp import
2021-04-29 00:01:25 +02:00
Daniel James Smith
e298ecfee3
Add import of totp from Lastpass ( #361 )
...
* Add import of totp from Lastpass
* Fixed import as request during review
2021-04-28 16:50:37 -04:00
Chad Scharf
2c58dbb344
Merge pull request #1609 from kylesferrazza/solarized
...
Add support for the Solarized Dark color scheme
2021-04-28 16:42:54 -04:00
Kyle Sferrazza
a303511672
add note about Solarized being a noun
2021-04-28 16:23:29 -04:00
Kyle Sferrazza
ab180d8470
move solarized variables into variables.scss
2021-04-28 16:15:18 -04:00
Kyle Sferrazza
60ef611b78
get name of Solarized Dark using i18n
2021-04-28 16:12:37 -04:00
Oscar Hinton
5b7d918f29
Validate key before using it ( #366 )
...
* Validate key before using it
2021-04-28 22:02:43 +02:00
Kyle Sferrazza
6e0087457d
Add support for the Solarized Dark color scheme
2021-04-28 15:24:14 -04: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
5bf10376a8
Change biometric prompt to use the same logic as electron ( #1805 )
...
* Change biometric prompt to use the same logic as electron
2021-04-27 20:29:47 +02:00
Oscar Hinton
dd56c9bc87
Add auto delete warning to trash page ( #953 )
...
* Add warning to trash page
2021-04-27 18:49:02 +02:00
Oscar Hinton
ea90aebaba
Bump jslib for download in renderer ( #859 )
2021-04-27 17:17:49 +02:00
Oscar Hinton
672d07e1e2
Change download to happen in the renderer ( #365 )
2021-04-27 16:44:28 +02:00
Matt Gibson
19f92e74f5
Update jslib ( #952 )
2021-04-26 16:58:36 -05:00
Thomas Rittson
4eb50d757d
Let subclasses override create Send success msg ( #362 )
2021-04-27 07:30:47 +10:00
Matt Gibson
5b751d38a0
Fix auth error if last block put takes too long ( #364 )
2021-04-26 15:06:18 -05:00
Chad Scharf
cbe4be59d4
Merge pull request #1799 from gryffs/update-jslib
...
Update jslib
2021-04-26 15:24:55 -04:00
Chad Scharf
7e52657de6
Merge pull request #856 from gryffs/update-jslib
...
update submodule
2021-04-26 15:21:13 -04:00
Thomas Rittson
eb1c5f809a
Merge pull request #853 from bitwarden/fix-biometric-button
...
Don't submit form when unlocking with biometrics
2021-04-26 08:35:08 +10:00
Oscar Hinton
cb3286cc87
Use correct development_team ( #1800 )
2021-04-23 23:41:06 +02:00
Oscar Hinton
d71d0d9af6
Improve WebAuthn error detection for invalid data ( #946 )
2021-04-23 21:07:15 +02:00
Oscar Hinton
9c55d78ffc
Update dependencies ( #292 )
...
* Update dependencies
* Remove types which are no longer needed
* Bump jslib
* Revert pkg to 4.5.1 since 5.0.0 does not compile on linux.
* Bump pkg-fetch in build pipeline
2021-04-23 21:04:11 +02:00
Matt Gibson
2392d34ed8
Update jslib ( #947 )
2021-04-23 14:02:42 -05:00
Matt Gibson
5be76c1a63
Allow external awaits of indexing ( #359 )
...
* Allow external awaits of indexing
We were getting stuck in an infinite load loop where we were basing
logic on a dirty state of search service. This await enables us to
wait until an index is complete, then update it rather than being
kicked out of indexing early because it is in progress.
* Stop infinite loop by specifying ciphers to index
2021-04-23 13:55:57 -05:00
Matt Gibson
f6eec08b70
Specify organization id as the indexing entity ( #945 )
...
* Specify organization id as the indexing entity
* Update jslib
2021-04-23 09:41:10 -05:00
Chad Griffis
113937b3d3
update submodule
2021-04-23 18:57:39 +08:00
Chad Griffis
1e8b9dd9bf
Update jslib
2021-04-23 17:58:04 +08:00
Oscar Hinton
e6e79917f7
Bump dependencies ( #848 )
...
* Bump dependencies
2021-04-23 10:45:30 +02:00
Oscar Hinton
d252fd1740
Bump dependencies ( #1792 )
...
* Bump dependencies
2021-04-23 10:45:20 +02:00
Tom Rittson
cf29c35e07
Don't submit form when unlocking with biometrics
2021-04-23 10:58:44 +10:00
Chad Griffis
b6f102938f
Update color-password.pipe.js to handle Unicode/Emoji correctly accross platforms. ( #354 )
2021-04-22 16:56:36 -04:00