Oscar Hinton
a712917f47
Fix VS code ts language server no longer working after #866 ( #872 )
2021-05-06 16:45:27 +02:00
Thomas Rittson
38e4ba0879
Merge pull request #1820 from arunkapur/master
...
Fixed Name & URI 1 Fields Populated Incorrectly
2021-05-06 06:40:59 +10:00
Thomas Rittson
88adf4b144
Merge pull request #1821 from bitwarden/reorder-options-screen
...
Organize Options page and add headings
2021-05-06 06:31:15 +10:00
arun
f556b2a207
Fixed Name & URI 1 Fields Populated Incorrectly when creating new Login in popout window (# 1816)
2021-05-05 13:59:42 -04:00
Thomas Rittson
d184b0d2d6
Default values for cipher.reprompt ( #367 )
...
* Set default cipher.reprompt value for imports
* Set default cipher.reprompt value for new ciphers
* Add support for importing bitwarden exports
* Add default cipher.reprompt for JSON imports
Co-authored-by: Hinton <oscar@oscarhinton.com >
2021-05-05 17:54:17 +10:00
Oscar Hinton
266f089b3e
Cleanup tsconfig ( #866 )
...
* Simplify tsconfig
* Add separate tsconfig for renderer to get rid of last warnings
2021-05-05 09:47:35 +02:00
Oscar Hinton
4a61f0ac04
Cleanup tsconfig ( #954 )
...
* Cleanup tsconfig
* Removed dummy module
2021-05-05 09:46:14 +02:00
Thomas Rittson
8c29cf7f33
Organize Options page and add headings
2021-05-05 13:57:50 +10:00
Thomas Rittson
f1680e9da1
Merge pull request #1626 from tomershvueli/copy-totp-on-auto-fill
...
feat: Add option to auto-copy TOTP code when page auto fills credentials
2021-05-05 12:29:57 +10:00
Thomas Rittson
d0b0d63e58
bump jslib
2021-05-05 12:28:29 +10:00
Tomer Shvueli
2841cff90a
feat: enable copying of TOTP code when auto filling credentials ( #278 )
...
* feat: Help enable copying of TOTP code when auto filling credentials
* fix: Update constant to stay consistent
2021-05-05 12:25:58 +10:00
Thomas Rittson
0da4f7df73
Merge branch 'master' into copy-totp-on-auto-fill
2021-05-05 12:23:37 +10:00
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