Thomas Rittson
b83058ecab
Apply AppInputVerbatim directive ( #1170 )
2021-11-24 08:03:43 +10:00
Oscar Hinton
b607a4ed08
Hide password input when using key connector ( #1169 )
2021-11-22 18:37:28 +01:00
Oscar Hinton
25b915cf26
[Key Connector] Resolve not prompting to remove password ( #1168 )
2021-11-19 13:55:31 +01:00
Thomas Rittson
9e3528df44
[Key Connector] Hide "Master Pass On Restart" prompt when setting pin ( #1166 )
...
* Hide Master Pass on Restart for Key Connector
* Update jslib
2021-11-18 21:53:41 +10:00
Oscar Hinton
b57cba8632
Update export to match the design changes ( #1163 )
2021-11-17 20:32:00 +01:00
Thomas Rittson
3d8fd3cbce
Update jslib and service dependencies ( #1160 )
...
* Update service deps
* Update jslib
2021-11-16 21:01:23 +10:00
Oscar Hinton
fa98ef37ec
Hide change password when using key connector ( #1153 )
2021-11-12 08:41:08 +10:00
Thomas Rittson
afb30d5e0b
[Key Connector] Add support for key connector and OTP ( #1135 )
...
Co-authored-by: Hinton <oscar@oscarhinton.com>
2021-11-09 19:00:01 +01:00
Thomas Rittson
f2a5fe4429
[Linked fields] Add Linked Field as custom field type ( #1091 )
...
* Add linked fields
* Update to use Field.linkedId
* Add missing deps
* Update jslib
2021-11-04 08:02:41 +10:00
Thomas Rittson
52a30f4d8a
Fixes for dynamic modal a11y ( #1107 )
...
* Remove tabindex and cdkTrapFocus from modals
* Add styling for modal-dismiss
* Remove modal-dismiss styles
* Update jslib
2021-10-25 16:26:12 +10:00
Oscar Hinton
6f69486c36
Remove empty catch blocks and remove allow-empty-catch tslint rule ( #1117 )
2021-10-21 11:10:36 +02:00
Thomas Rittson
77ab177d2c
[Refactor] Use rxjs first instead of unsubscribe from queryParams ( #1105 )
...
* Use rxjs first instead of unsubscribe
* Remove unneeded variable
* Update jslib
2021-10-15 07:59:08 +10:00
Vincent Salucci
b5fd993bad
[Reset Password] Update jslib ( #1102 )
...
* Update jslib
* Updated constructor
2021-10-08 16:55:32 -05:00
Thomas Rittson
15e8e5fec9
Use theme enum and platformUtilsService helpers ( #1094 )
...
* Use new theme enum and platformUtilsService helper
* Use theme enum
* Update jslib
* Fix linting
2021-10-05 06:30:09 +10:00
Vincent Salucci
df382a3611
[Reset Password v1] Refactor ForcePasswordReset flow ( #1067 )
...
* [Reset Password v1] Refactor ForcePasswordReset flow
* Update jslib
2021-09-24 08:33:57 -05:00
Thomas Rittson
c385efdbd2
Move custom fields to separate components ( #1076 )
...
* Move custom fields to own component
* Update jslib
* Fix import statements
* Fix linting
2021-09-21 10:48:17 +10:00
Oscar Hinton
0297ea57da
Use explicit import paths ( #1084 )
2021-09-20 10:41:57 +02:00
Vincent Salucci
762c026b6f
[SSO/Auto Enroll] Fixed typo for banner ( #1083 )
2021-09-16 23:09:23 -05:00
Oscar Hinton
aa19e678f7
Vault Timeout Policy ( #1052 )
2021-09-15 20:02:46 +02:00
Oscar Hinton
da4af743f3
Disable Private Vault Export Policy ( #1068 )
2021-09-15 20:02:17 +02:00
Thomas Rittson
ebaf27b7c9
Use a modal to set the unlock pin ( #1064 )
...
* Use separate modal to set pin
* Remove incorrect label
* Fix tab focus for settings and set-pin modals
* Remove leftover code
* Update jslib
2021-09-13 10:52:58 +10:00
Oscar Hinton
cdac1a4508
Improve ViewComponent ( #1069 )
2021-09-10 15:32:08 +02:00
Vincent Salucci
c62144424f
[SSO/Auto Enroll] Set Password banner ( #1053 )
...
* [SSO/Auto Enroll] Set Password banner
* Update jslib
2021-09-07 12:11:43 -05:00
Vincent Salucci
39ac46aaa7
[Callout] Update UI structure ( #1028 )
...
* [Callout] Update UI structure
* Update jslib
2021-08-27 17:04:32 -05:00
Oscar Hinton
2ba8925b81
Add password show/hide to reprompt ( #959 )
2021-08-27 15:30:44 +02:00
Matt Gibson
a76f8749ca
Set iframe allow on window load ( #1019 )
...
* Set webauthn allow on initial load
* Update jslib
2021-08-13 09:24:07 -05:00
Vincent Salucci
d82378a7a0
[Reset Password v1] Update Temp Password ( #1015 )
2021-08-11 15:49:44 -04:00
Thomas Rittson
816249a48a
Use cdk-virtual-scroll for long cipher lists ( #1001 )
...
* Use cdk-virtual-scroll for cipher lists
* add trackBy, reorder dom
* Undo merge conflict error
* Fix layout, increase scrolling buffer
* fix linting
* Remove unused infinite-scroll directives for Send
* Add back refresh method
* Update jslib
* Fix itemSize and min/maxBufferPx directives
* Move refresh() into base class
* Use cipherListVirtualScroll strategy
* fix linting
* Update to use latest virtual-scroll strategy
* Update jslib
2021-08-11 13:00:04 +10:00
Oscar Hinton
20561fff87
Add support for helpers in environment service ( #1002 )
...
* Add support for helpers in environment service
* Add environment service to register component
* Bump jslib
2021-07-23 17:15:32 -04:00
Matt Gibson
c863d68057
Feature/use hcaptcha if bot ( #1000 )
...
* Add captcha to login component
* Add catpcha to login page
* Update content width if captcha is visible
* extend submit to handle widening if captcha is required
* Improve login styling
* Add Captcha to registration page
* Remove padding from captcha div
The padding was messing up image selection of captcha items
* Update jslib
* PR review
* update jslib
2021-07-23 13:48:10 -05:00
Addison Beck
d7287e7aa3
set Send date presets to Custom if editing a send ( #997 )
2021-07-21 12:43:40 -04:00
Addison Beck
0682269e34
Resolved Safari Date/Time Issues In Send ( #992 )
...
* cleaned up date and time logic for Send
* updated jslib
* set up change detection for initial form values on data swap
2021-07-19 09:56:31 -04:00
Trey Greer
6990056c04
Add AZ language ( #988 )
2021-07-12 07:44:40 +10:00
Shashank S
359daffd9e
Use radio buttons for password generator type instead of dropdown ( #955 )
...
* fix: radio instead of dropdown
* fix: remove, depend on upstream jslib
* chore: remove unnecessary label
* fix: missing tag
* chore: add label, remove dupl. intlz.
* feat: update jslib version
* Revert "feat: update jslib version"
This reverts commit 85f4b758bda793f10e32f2aea6928bab9be02e07.
* Update jslib
Co-authored-by: Thomas Rittson <trittson@bitwarden.com>
2021-07-07 21:28:41 +10:00
Trey Greer
cf56b68ba5
add Kannada language ( #980 )
2021-07-07 07:40:17 +10:00
Thomas Rittson
3aa171a664
[macOS] Don't enable secure input when app is not in focus ( #970 )
...
* Don't engage macOS secure input if not focused
* Refactor to use focusInputOnPageLoad
* Fix style and linting
* Refactor to remove focusOnPageLoad
* Update jslib
2021-07-05 08:06:24 +10:00
Addison Beck
f862fc3691
fixed the icon for sends being swapped between file and text sends ( #967 )
2021-06-24 15:45:36 +00:00
Oscar Hinton
d748e0007e
Remove entryComponents ( #966 )
2021-06-24 17:13:22 +02:00
Matt Gibson
56a1cfe277
Redefine cipher "share" to "move to organization" ( #961 )
...
* Redefine cipher "share" to "move to organization"
* Update jslib
* PR review
2021-06-21 19:26:37 -05:00
Oscar Hinton
9c4ea9b491
Add reprompt help link ( #963 )
2021-06-21 20:56:37 +02:00
Matt Gibson
bd0fb024c1
Always get key from storage to ensure biometric prompt. ( #952 )
...
* Always get key from storage to ensure biometric prompt.
* Update jslib
* Update jslib
2021-06-15 13:40:34 -05:00
Oscar Hinton
296340a5be
Add jslib as a "real" dependency ( #941 )
...
* Add jslib as a "real" dependency
* Move more packages to jslib
* Remove some unesessary dev dependencies.
* Add back missing preinstall
* Revert jslib bump
* Fix jslib containing wrong types/node.
* Bump jslib
* Remove unessesary alias
* Remove dummy module
2021-06-07 19:26:36 +02:00
Thomas Rittson
6edd600006
Move theme update logic to services.module.ts
2021-06-02 07:28:21 +10:00
Tom Rittson
b00df0112e
Let all OS' use system theme on startup
2021-05-31 14:34:59 +10:00
Thomas Rittson
7f5a5a5fbb
Only update to system theme if theme is Default
2021-05-31 14:34:59 +10:00
Thomas Rittson
c225210a44
Respond to native OS theme changes
2021-05-31 14:34:53 +10:00
Oscar Hinton
c7345197f7
Password reprompt fixes ( #926 )
...
* Hide card number when hidden
* Avoid double password prompts
* Bump jslib
2021-05-28 20:08:44 +02:00
Vince Grassia
c9ae2ed933
Update ME lang import to proper order
2021-05-17 16:25:57 -04:00
Vince Grassia
6f6de60509
Fix locale import typo
2021-05-17 16:24:11 -04:00
Daniel James Smith
cae76cd74a
Fixed locale import for Montenegrin (Latin)
2021-05-17 18:01:44 +02:00
tgreer-bw
a24618be32
add missing languages from Crowdin
2021-05-14 16:42:12 -04:00
Thomas Rittson
68096c1f12
update service deps
2021-05-13 10:53:38 +10:00
Oscar Hinton
8f7ab9f8db
Bump node to 14 ( #869 )
...
* Bump node to 14
* Bump some dependencies
* Bump jslib
* Ensure compatability with latest jslib
* Change node engine to ~14.
2021-05-12 22:38:02 +02:00
Oscar Hinton
af5898a001
Add setting for disabling auto prompt of biometrics ( #873 )
...
* Add setting for disabling auto prompt of biometrics
* Ensure window is visible before prompting for biometrics
2021-05-06 20:19:48 +02: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
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
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
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
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
e6e79917f7
Bump dependencies ( #848 )
...
* Bump dependencies
2021-04-23 10:45:30 +02:00
Tom Rittson
cf29c35e07
Don't submit form when unlocking with biometrics
2021-04-23 10:58:44 +10:00
Oscar Hinton
6dc82a8707
Change unlock biometric button to be selectable using tab ( #846 )
2021-04-22 20:00:05 +02:00
Chad Griffis
06f2364733
Implement the markAsDirty form controls for AddEditComponent( #761 ).
2021-04-22 23:24:59 +08:00
Matt Gibson
42636d3d2e
Update view DI
2021-04-22 08:28:47 -05:00
Thomas Rittson
d7e1fda17d
Fix linting
2021-04-22 07:56:19 +10:00
Thomas Rittson
62ccf420a2
Add guards to lock and login routes
2021-04-22 07:56:19 +10:00
Thomas Rittson
0724041daf
Don't use tokenService to manage emailVerified ( #841 )
...
* Update send add-edit component dependencies
* bump jslib
2021-04-15 10:29:26 +02:00
Oscar Hinton
6acfba4b40
Remove dead code ( #839 )
...
* Remove last remnants of old analytics code
2021-04-14 23:43:22 +02:00
Thomas Rittson
30793a0d9b
Merge branch 'master' into verify-email-for-send
2021-04-09 15:41:49 +10:00
Oscar Hinton
eebd4fc9d9
Remove electron remote ( #830 )
...
* Remove calls to remote
2021-04-07 20:25:15 +02:00
Thomas Rittson
05183149ad
Fix linting
2021-04-07 13:11:45 +10:00
Thomas Rittson
bc543de307
Require user to verify email to use file Send
2021-04-07 12:47:50 +10:00
Thomas Rittson
43f511a711
Fix Premium Required message after sso auth
2021-03-31 14:14:52 +10:00
Matt Gibson
99f8fdb4e9
Use file upload service for file uploads
2021-03-29 08:24:00 -05:00
addison
500f6264a6
updated service params
2021-03-26 15:06:48 -04:00
Thomas Rittson
f3ae6ed1e2
Add "hide email" option for Send
2021-03-25 15:29:49 +10:00
Matt Gibson
2a0ab87be0
Update jslib
2021-03-24 11:17:20 -05:00
Hinton
edc531e105
Merge branch 'master' of https://github.com/bitwarden/desktop into feature/webauthn
2021-03-15 16:23:52 +01:00
Kyle Spearrin
0e1dab40cc
style tweaks to send add/edit page ( #767 )
...
* style tweaks to send add/edit page
* remove redundant conditional
2021-03-12 14:37:52 -05:00
addison
9aaa9a0fdb
added file size to Send view
2021-03-09 14:30:30 -05:00
addison
5724875328
fixed icon redirect bug on Sends
2021-03-08 15:19:08 -05:00
Hinton
862f9a5a63
Update to use the new WebAuthn iframe
2021-03-08 19:12:56 +01:00
Thomas Rittson
7f04d8e952
Add extra encrypted export warnings
2021-03-05 07:53:35 +10:00
Hinton
907fabdd8e
Remove allow from html since it's moved to js
2021-03-04 22:36:17 +01:00
Hinton
b7889b15ff
Add support for WebAuthn
2021-03-04 20:19:59 +01:00
addison
c620c419d7
missing *
2021-02-25 13:33:56 -05:00
addison
ac4afc6ef1
changed disabled badge style
2021-02-25 13:27:47 -05:00
addison
f429996d5c
added status badges to Send
2021-02-25 13:12:47 -05:00
addison
077b4b8de5
updated disableSend implementations
2021-02-23 10:40:44 -05:00
addison
696fddc970
label-hack change
2021-02-22 15:06:18 -05:00
addison
f6fb4fee29
refactor
2021-02-22 15:00:19 -05:00
addison
7227b0c089
broke up some lines
2021-02-22 13:25:57 -05:00
addison
7e03d282df
inital pass at menu bar functions
2021-02-22 13:17:02 -05:00
addison
07e78d75d5
remove unused code
2021-02-18 13:10:10 -05:00
addison
689f2c3535
lint fixes
2021-02-18 13:06:21 -05:00
addison
0918ad1425
removed a comment
2021-02-18 13:05:12 -05:00