Matt Gibson
c95230fc48
Close 2fa window if redirected from sso login ( #1480 )
...
* Close 2fa window if redirected from sso login
This is a workaround until we can get browser extension sso to use the
toolbar popup.
other changes are linter autofixs
Co-authored-by: Matt Gibson <mdgibson@Matts-MBP.lan>
2020-12-09 15:30:03 -06:00
Vincent Salucci
a1542f050d
[Policy] Personal Ownership ( #1481 )
...
* Initial commit for personal ownership
* Removed TODO // Updated allowPersonalOwnership logic to include necessary org/user checks
* Fixed import order
* Updated jslib (dcbd09e
-> 72bf18f
)
* Fixed casing for error message
2020-12-09 14:11:25 -06:00
Hinton
0f2c4b4a59
Remove more old safari app extension logic
2020-12-09 18:23:44 +01:00
Hinton
7b5ec47ba5
Cleanup a few more safari things
2020-12-09 13:18:29 +01:00
Hinton
27ca7cc739
WIP Safari web extension
2020-12-07 20:00:49 +01:00
Kyle Spearrin
e42360a1b2
add support for encrypted json export ( #1483 )
2020-12-07 13:01:12 -05:00
Hinton
7c468de97c
Correctly set biometric state on connect failure
2020-11-30 13:41:08 +01:00
Hinton
6257764c37
Resolve review comments
2020-11-19 19:16:29 +01:00
Hinton
e9f7834a00
Merge branch 'master' of https://github.com/bitwarden/browser into feature/desktop-bridge
2020-11-19 19:04:20 +01:00
Kyle Spearrin
63eb0959a7
support for sr lang. resolve sendService deps ( #1466 )
2020-11-18 16:54:29 -05:00
Hinton
0a29b30b99
Merge branch 'master' of https://github.com/bitwarden/browser into feature/desktop-bridge
...
# Conflicts:
# src/_locales/en/messages.json
2020-11-16 10:07:54 +01:00
Kyle Spearrin
f662e38517
box-content-row-checkbox styling for left aligned ( #1453 )
2020-11-13 11:51:49 -05:00
Vincent Salucci
6f6a5461b7
[GDPR] Adjusted TOS/Privacy acceptance ( #1445 )
...
* updated tos/privacy policy acceptance
* Removed variables/logic now found in superclass
* update jslib (d84d6da
-> 5e50aa1
)
* Added content-row UI
2020-11-05 13:13:46 -06:00
Hinton
0a4d59092b
Cleanup, localize error.
2020-10-21 17:18:04 +02:00
Hinton
a659c86373
Show fingerprint message
2020-10-19 16:50:25 +02:00
Vincent Salucci
f54ca688d4
[SSO] New user provision flow jslib update ( 3bf322a
-> d84d6da
) ( #1429 )
...
* Updated import/constructors
* Update jslib (3bf322a
-> d84d6da
)
2020-10-14 08:58:36 -05:00
Addison Beck
fdfb6fb152
tracked last-launched ciphers for autofill
2020-10-12 13:33:26 -04:00
Hinton
894d245361
Ensure biometric unlock works even if popup is not in focus
2020-10-12 18:01:34 +02:00
Hinton
5eb0ce1e09
Fix linting errors
2020-10-11 20:45:25 +02:00
Hinton
01ffa27fcc
Add unlock using biometry to lock screen
2020-10-11 20:42:09 +02:00
Hinton
f311101ed9
Initial work of biometric unlock for browser
2020-10-09 17:16:15 +02:00
Chad Scharf
7f1cc0199b
Ensure auto auto-fill ignores new-password
2020-09-21 15:41:06 -04:00
Kyle Spearrin
b91b5b5be0
dont set setCryptoKeys to null
2020-09-15 16:27:28 -04:00
Kyle Spearrin
2e346dbe2f
language updates
2020-09-15 13:38:40 -04:00
Chad Scharf
dbbd07641a
Remove old IE Edge hacks
2020-09-15 10:50:45 -04:00
Kyle Spearrin
cc59905cc2
Update services.module.ts
2020-09-03 11:24:13 -04:00
Sorin Davidoi
260820711e
feat: Use system theme if available
...
Depends on https://github.com/bitwarden/jslib/pull/161 .
Closes https://github.com/bitwarden/browser/issues/1256 .
2020-08-31 22:33:01 +02:00
Kyle Spearrin
b795f0e587
Fix CryptoFunctionService and implement syncLoading ( #1371 )
...
* Fix things and implement syncLoading
* feedback
2020-08-31 14:21:59 -04:00
Matt Smith
fad4f9ef5e
Removed duplicate Crypto Function Service.
2020-08-28 13:40:21 -05:00
Matt Smith
7c4ef9d8fc
Modified correct file for feedback
2020-08-28 11:52:24 -05:00
Matt Smith
e7dc93b715
Verbiage changes
2020-08-25 14:03:47 -05:00
Matt Smith
b65d6582be
Fixed ordering. Removed commented out code.
2020-08-25 11:08:35 -05:00
Matt Smith
12e17c9d39
Merge branch 'master' into feature/sso
2020-08-25 10:23:54 -05:00
Matt Smith
91ce6527c0
Added set password flow to browser based SSO
2020-08-25 09:49:24 -05:00
Kyle Spearrin
b7c2c76230
finish autofill from view, other misc cleanup ( #1368 )
...
* finish autofill from view, other misc cleanup
* compare hostnames for authResult
2020-08-24 10:17:15 -04:00
eliykat
d4d5ccc4a4
“Autofill” and “Autofill and Save” buttons for the browser extension Vault ( #1367 )
...
* Add autofill button to View cipher screen in Vault
* Add Autofill and Save button to View screen in Vault
* disable Vault Autofill buttons in popout
* tidy up 'autofill from vault' features as per feedback in PR #1367
Includes:
- remove duplicate code
- better handling of error and success messages
2020-08-24 09:10:15 -04:00
Matt Smith
4b3cd22bce
Merge branch 'master' into feature/sso
2020-08-19 15:08:09 -05:00
Kyle Spearrin
b0868ea9c4
di resolution for CryptoFunctionServiceAbstraction
2020-08-19 10:03:19 -04:00
Oscar Hinton
f00bb5e1d7
Upgrade Angular ( #1365 )
...
* Upgrade Angular
* Upgrade angular2-toaster and angulartisc2
* Remove ng-upgrade dependency
* Update app.component.ts
2020-08-18 16:13:37 -04:00
Matt Smith
4ea3acf80b
Centralized BrowserAPI call to refresh firefox
2020-08-17 14:49:01 -05:00
Matt Smith
1075fedad3
Unable to handle this way - Firefox Conflict
2020-08-17 10:52:52 -05:00
Matt Smith
3b560fca22
Implemented feedback
2020-08-14 15:20:16 -05:00
Matt Smith
2d56510f0e
Modifications made to support browser sso
2020-08-14 12:48:50 -05:00
Oscar Hinton
289177259a
Upgrade TypeScript ( #1355 )
...
* Upgrade TypeScript
* Update login.component.ts
Co-authored-by: Kyle Spearrin <kspearrin@users.noreply.github.com>
2020-08-12 15:45:03 -04:00
Matt Smith
09b7d7ec16
Cleaned up home.component.ts for feedback.
2020-08-12 14:17:55 -05:00
Matt Smith
1d0b549123
Modifications made to support SSO in Browser
2020-08-11 15:25:07 -05:00
Chad Scharf
707f259e73
Fixed jslib compat changes for biometrics
2020-07-29 17:01:05 -04:00
Chad Scharf
728d181fff
Merge pull request #1322 from Hinton/feature/biometric-jslib
...
Support biometric changes in jslib
2020-07-29 16:54:45 -04:00
K. Sasa
4a35930e2d
Consistent: Replaced the clipboard icon with a clone icon to improve UX ( #1344 )
...
* Replace clone item button fa-clone to fa-files-o
* Replace copy value button fa-clipboard to fa-clone
2020-07-27 13:22:56 -04:00
Matt Smith
ccd7af1a44
Modified url to display port where applicable.
2020-07-14 11:51:07 -05:00
Rohit Rathi
c6a655caf7
Fix edge double password reveal buttons issue ( #1325 )
2020-07-10 08:46:35 -04:00
Hinton
a5116728a9
Support biometric changes in jslib
2020-07-09 20:14:51 +02:00
Addison Beck
73bff85752
Changed a few disabled fields to readonly for keyboard focus
2020-07-08 14:26:32 -05:00
Addison Beck
0ad533d1a0
Addressed issue #1269
2020-07-08 10:54:47 -05:00
Anthony Garera
d111a01b49
Updated expiration year placeholder text to be dynamic ( #1272 )
...
* Updated Example text to be dynamic to current year using New Date(); and then a Date pipe to display properly in the UI
* Removed change in the add-edit.component.ts file because it is now made in jslib
2020-07-03 22:46:42 -04:00
Kyle Spearrin
29b370961e
Cleanup current uris selection list ( #1294 )
2020-06-12 12:50:39 -04:00
Melanie Kanavakatini
32db40ec7f
persist browser context on popout, add uri options input & toggle ( #1290 )
...
* persist browser context on popout, add uri options input & toggle
* pass tab array to ngOptions, add null check
2020-06-12 11:01:08 -04:00
Hinton
954d78a46e
Merge branch 'master' of https://github.com/bitwarden/browser into feature/hidden-password
2020-06-11 20:35:30 +02:00
hinton
d88ed609aa
Disable TOTP field, disable edit and show of hidden fields.
2020-06-03 21:25:55 +02:00
Kyle Spearrin
bd6a5ceccd
fix null ref of cipher.isDeleted ( #1275 )
2020-06-01 10:30:39 -04:00
hinton
5e4259db38
Add support for hidden password
2020-05-24 19:59:49 +02:00
Kyle Spearrin
ae5dbbd267
Add support for greek language ( #1246 )
2020-05-22 23:15:32 -04:00
Kyle Spearrin
afccde2337
update icons to new branding ( #1245 )
2020-05-22 23:14:29 -04:00
Chad Scharf
40ffda4da4
Merge branch 'master' into soft-delete
2020-05-08 09:20:35 -04:00
Kyle Spearrin
dd00151469
color updates + jslib
2020-05-05 16:32:20 -04:00
Vincent Salucci
0b5cb901aa
Added warning dialog for log out confirmation ( #1216 )
2020-04-25 09:13:00 -05:00
Chad Scharf
35235a9c30
[Soft delete] - fixed borders, spacing for buttons
2020-04-13 11:56:37 -04:00
Chad Scharf
2644afca93
[Soft delete] - remove uselss type definition
2020-04-13 11:32:56 -04:00
Chad Scharf
4116302965
[Soft Delete] - Trash bin in browser extension
2020-04-13 10:26:11 -04:00
Vincent Salucci
e510738a03
[Auto-Logout] Implement Vault Timeout Options ( #1194 )
...
* Update jslib 31a2574
-> 28e3fff
* Initial commit for vault timeout
* Updated timeout/action retrieval in idle.background
* Cycle saved for idle check
* Await async calls for lock/logout in idle bg
* Updated lock vs log out conditional
Co-authored-by: Vincent Salucci <vsalucci@bitwarden.com>
2020-04-06 10:40:16 -05:00
Vincent Salucci
c6b0898213
Enforce Passphrase Policy ( #1172 )
...
* Update jslib (44b86f5
-> 36241e9
) and initial commit of passphrase policy
* Reverted string changes - updated number of words event trigger
* Update input event to blur to match other number fields
* Update jslib (36241e9
-> 0a30c7e
)
Co-authored-by: Vincent Salucci <vsalucci@bitwarden.com>
2020-03-12 17:52:14 -05:00
Kyle Spearrin
68794877bc
reverse button order in alert
2020-03-04 14:03:02 -05:00
Kyle Spearrin
40c00222f2
small fixes to styling
2020-03-04 13:56:30 -05:00
Kyle Spearrin
cc0125b920
sweetalert tweaks
2020-03-04 13:51:52 -05:00
MartB
0b42d14d58
sweetalert: port to sweetalert2 ( #1153 )
...
Minor styling changes (same as web and desktop)
2020-03-04 11:42:21 -05:00
Kyle Spearrin
8dea9daeea
make sure new edge doesnt open chrome rating
2020-03-03 08:48:11 -05:00
Kyle Spearrin
a06ef80dc6
implement callout component w/ generator policy ( #1158 )
2020-02-28 16:58:28 -05:00
Vincent Salucci
9b4f1045f3
Enforce Password Generator Policy Options ( #1155 )
2020-02-28 11:43:27 -06:00
Vincent Salucci
7d93ebe732
Added missing attachments conditional ( #1145 )
2020-02-19 14:00:37 -06:00
Kyle Spearrin
23acc1bfb3
bitwarden inc.
2020-02-18 22:35:28 -05:00
Vincent Salucci
7f6a909b63
Fixed issue with strict equals operator ( #1141 )
2020-02-10 12:05:06 -05:00
Vincent Salucci
c57340c4f3
Implement personal item cloning capability ( #1129 )
...
* Initial pass of clone item
* Updated npm sub:pull script to include target branches
* Made requested changes
* Formatting changes
* Fixed lint warnings
2020-02-04 16:08:13 -05:00
Kyle Spearrin
97a38b000b
make policy service injectable to popup
2020-01-28 22:44:10 -05:00
Kyle Spearrin
86e3374d3d
autocomplete off for search inputs
2019-11-25 08:20:49 -05:00
Kyle Spearrin
bbd32ed79d
timeout of 200 ms before going back after share
2019-11-22 10:09:12 -05:00
Kyle Spearrin
88b2746920
apply search state before reloading list
2019-11-20 16:31:46 -05:00
Veit-Hendrik Schlenker
ee19100af4
Enabled drag of username, password and totp in browser extension ( #1044 )
...
* enabled drag of username, password and totp in browser extension
* Start drag only on row label
2019-10-24 20:05:20 -04:00
Kyle Spearrin
60f6863e4f
a11y work
2019-10-08 17:04:44 -04:00
Kyle Spearrin
f10606adfd
aria-live="polite" on toaster
2019-10-08 14:44:11 -04:00
Kyle Spearrin
eb0bc6a01c
memory stored pinProtectedKey
2019-08-29 09:41:04 -04:00
Kyle Spearrin
530d0d2594
added hebrew language
2019-08-29 07:20:41 -04:00
Kyle Spearrin
57d9b19931
darker light theme border
2019-08-22 10:55:05 -04:00
Kyle Spearrin
6af618cb41
fix formatting
2019-08-21 12:24:51 -04:00
Kyle Spearrin
0e798c610e
safari 2fa page cleanup
2019-08-21 10:05:17 -04:00
Kyle Spearrin
d2083c2665
cleanup for safari
2019-08-21 09:42:34 -04:00
Kyle Spearrin
d8f423711a
resolve browserapi
2019-08-21 09:28:42 -04:00
Kyle Spearrin
3bce3ede25
lock animation only on non-safari
2019-08-21 09:26:27 -04:00
Kyle Spearrin
147ffe894f
ddd border
2019-08-21 00:19:28 -04:00
Kyle Spearrin
aff0f6e8bb
new theme color for app-root
2019-08-21 00:16:12 -04:00
Kyle Spearrin
8ceb27170c
fix theme styles for app-root
2019-08-21 00:11:01 -04:00
Kyle Spearrin
da766b0b8e
theme border colors for approot
2019-08-21 00:07:43 -04:00
Kyle Spearrin
214686285b
add app border on safari
2019-08-20 23:58:31 -04:00
Kyle Spearrin
2a7e361300
cleanup safari specific features
2019-08-19 15:57:37 -04:00
Kyle Spearrin
efbed1a9a3
remove safari copy totp clipboard hack
2019-08-19 12:05:13 -04:00
Kyle Spearrin
90a565fbcb
dismiss popover
2019-08-19 11:33:03 -04:00
Kyle Spearrin
e6d6275daa
async fillCipher
2019-08-19 09:38:59 -04:00
Kyle Spearrin
4d261964e5
keep using on init
2019-08-19 09:31:08 -04:00
Kyle Spearrin
05684b3b03
allow reloading of current tab
2019-08-19 09:17:40 -04:00
Kyle Spearrin
aa0bfd3b45
no async on params sub
2019-08-16 21:04:03 -04:00
Kyle Spearrin
3719095b18
async fixes
2019-08-16 21:01:08 -04:00
Kyle Spearrin
a3f76cfd3a
reload when on same page too
2019-08-16 20:59:54 -04:00
Kyle Spearrin
206530a940
navigate in zone
2019-08-16 20:48:01 -04:00
Kyle Spearrin
6fe414ffbd
reload popup on open of safari app popover
2019-08-16 20:46:19 -04:00
Kyle Spearrin
06234f6b23
wire up internal messaging for safari app
2019-08-15 16:36:49 -04:00
Kyle Spearrin
a11d1b0689
swal placeholder color
2019-07-24 14:40:21 -04:00
Kyle Spearrin
6e54fada4d
nord theme touchups
2019-07-22 11:15:17 -04:00
Miguel Crespo
20425e5d67
Add support for the Nord Theme ( #980 )
...
* Add support for the Nord Theme as in Desktop and mobile apps
* Improves
2019-07-22 10:47:45 -04:00
Kyle Spearrin
edaf35441c
register event service with popup services
2019-07-14 11:58:17 -04:00
Kyle Spearrin
a30b941a1d
export vault event
2019-07-12 17:11:43 -04:00
Kyle Spearrin
6263a11463
log event when copying from list
2019-07-12 15:00:20 -04:00
Kyle Spearrin
7bfb8d91e3
client events for edit page
2019-07-12 10:41:14 -04:00
Kyle Spearrin
1fece3079f
event logging on view page
2019-07-09 13:56:17 -04:00
Kyle Spearrin
6c110bb9a4
workaround for u2f bug in firefox on w10
2019-07-03 10:37:13 -04:00
Kyle Spearrin
6fee946caf
capitalize and include number for pass gen
2019-07-02 16:52:01 -04:00
Kyle Spearrin
af8274247b
re-set favicon state on unlock/login
2019-07-02 08:26:33 -04:00
Kyle Spearrin
6c7a0d90df
addEditCipherInfo w/ collections from state
2019-06-24 21:12:52 -04:00
Kyle Spearrin
db83b042ff
fix no collections padding
2019-06-24 20:38:26 -04:00
Kyle Spearrin
0bbe17f6e2
fix removing no folder when showNoFolderCiphers
2019-06-07 13:20:23 -04:00
Kyle Spearrin
c5c2318fbe
limit folders if only no folder
2019-06-05 13:51:36 -04:00
Kyle Spearrin
fe3c611d5a
logged in as on
2019-06-04 00:03:27 -04:00
Kyle Spearrin
a60c60529f
dont call clearclipboard in a loop
2019-05-30 09:37:09 -04:00
Kyle Spearrin
81071be126
twoFactorProvidersData
2019-05-27 10:29:41 -04:00
Kyle Spearrin
57e73dbfac
100 per page
2019-05-13 08:53:26 -04:00
Kyle Spearrin
db43e247b9
optimizations
2019-05-10 14:10:40 -04:00
Kyle Spearrin
0c3c6857a5
full address part 2
2019-04-29 10:13:38 -04:00
Kyle Spearrin
c5f02f5cfb
support authBlocked message
2019-04-18 10:11:01 -04:00
Kyle Spearrin
9539662166
fixes for changing generator length
2019-04-15 22:34:22 -04:00
Kyle Spearrin
bb99b10f89
A11yTitleDirective
2019-04-04 11:54:24 -04:00
Kyle Spearrin
8cc268cd6c
window reload if there is a sidebar, resolves #900
2019-04-04 11:50:49 -04:00
Kyle Spearrin
0e343b9d5e
password block fixes around wrapper
2019-04-01 13:45:14 -04:00
Kyle Spearrin
3e03a4f429
dont need select copy on masked password
2019-04-01 13:27:48 -04:00
Kyle Spearrin
e895dd31c8
dont use flex for password-wrapper positioning.
2019-04-01 13:19:00 -04:00
Kyle Spearrin
1acb3d1117
pre-wrap notes field
2019-03-28 16:29:20 -04:00
Kyle Spearrin
3fa7e976fb
drag n drop adjustments
2019-03-28 16:28:04 -04:00
Kovah
bca12e8fbd
Drag n drop sorting for custom fields ( #906 )
...
* Try to fix some security vulnerabilities present in used packages
(Ran npm audit fix, solved some of the issues)
* Implement custom field ordering with new handle placement
(WIP, as an update for the jslib is needed to work correctly)
* Update reference for jslib
* Restore original state of package-lock.json
* Downgrade node sass package
2019-03-28 16:15:47 -04:00
Kyle Spearrin
7a161fa028
redirect to lock screen on locked event
2019-03-19 15:45:39 -04:00
Kyle Spearrin
eb07b1b080
ref ciphers paging from jslib
2019-03-19 11:34:34 -04:00
Kyle Spearrin
5baf9840a7
adjust search icon position
2019-03-13 22:59:20 -04:00
Kyle Spearrin
10bb317a67
search input type variable
2019-03-13 22:54:18 -04:00
Kyle Spearrin
0df3208d45
wait to reload popup
2019-03-13 22:32:52 -04:00
Kyle Spearrin
16185ffa76
Revert "make clipboardRead optional permission"
...
This reverts commit a797f18b78
.
2019-03-06 20:28:49 -05:00
Kyle Spearrin
a797f18b78
make clipboardRead optional permission
2019-03-06 18:42:05 -05:00
Kyle Spearrin
c9572a83b3
fix style on no org message
2019-03-06 16:53:58 -05:00
Kyle Spearrin
220c474992
verbatim with no autocomplete on PIN input
2019-03-06 14:40:09 -05:00
Kyle Spearrin
aa290c50ec
call init functions rather than super
2019-03-06 14:31:50 -05:00
Kyle Spearrin
3b6f7bb941
use chrome.runtime.reload
2019-03-05 15:05:04 -05:00
Kyle Spearrin
9e24616bf9
dont show clear clipboard options for safari
2019-03-05 09:26:57 -05:00
Kyle Spearrin
d45ff363b2
cap disabled
2019-02-27 11:45:10 -05:00
Kyle Spearrin
5ae81b197a
clear clipboard setting
2019-02-27 11:07:54 -05:00
Kyle Spearrin
9792a7ade5
reload process on lock
2019-02-25 16:19:19 -05:00
Kyle Spearrin
44af1ccc45
format html files
2019-02-21 16:53:57 -05:00
Kyle Spearrin
f28d7a1af6
lock with master pass on restart option on PIN lock
2019-02-14 00:46:28 -05:00
Kyle Spearrin
f4a7e7591d
use user kdf settings for making PIN key
2019-02-13 00:04:34 -05:00
Kyle Spearrin
d5cbae7803
support for unlocking with PIN code
2019-02-12 23:53:04 -05:00
Kyle Spearrin
7b395ba4ff
notes white-space is pre-line
2019-02-11 22:16:28 -05:00
ShirokaiLon
d980f274e3
Add trackBy option ( #853 )
2019-02-02 22:32:18 -05:00
Kyle Spearrin
538afd7529
use this, not super
2019-02-02 09:39:11 -05:00
Kyle Spearrin
c9d12fd42e
core-js reflect now required for angular 7
2019-01-25 10:04:21 -05:00
Kyle Spearrin
4f222e7962
apply flexCopy directive
2019-01-23 16:27:12 -05:00
Kyle Spearrin
219eb2bffb
add ca language
2019-01-18 15:59:00 -05:00
Kyle Spearrin
7653ce2234
null checks on query param sub
2019-01-16 23:30:39 -05:00
Kyle Spearrin
c6e324bf16
en-GB locale
2019-01-15 20:47:48 -05:00
Kyle Spearrin
b6705bc338
remove analytics settings
2019-01-15 11:08:25 -05:00
Kyle Spearrin
5f35cc1887
verbatim input on master password for exports
2019-01-11 23:37:03 -05:00
Kyle Spearrin
2a3beacbe0
default match detection setting
2019-01-09 11:59:14 -05:00
Kyle Spearrin
a70306ea4a
unlock message improvements
2019-01-07 23:29:50 -05:00
Kyle Spearrin
d6e257b1ce
allow launching URLs without protocol than end with tld
2019-01-07 10:33:20 -05:00
Kyle Spearrin
74e150116e
update badge and menu on ciphers added/edited
2019-01-03 10:22:55 -05:00
Kyle Spearrin
ca2bba5fb6
show whitespace for hidden fields
2018-12-20 23:01:17 -05:00
Kyle Spearrin
fd5d47da7c
unsub from queryParams observable
2018-12-20 10:20:57 -05:00
Kyle Spearrin
969fb84a96
json exports
2018-12-17 11:00:20 -05:00
Kyle Spearrin
fbacef5115
premium reports feature listed
2018-12-12 11:52:48 -05:00
Kyle Spearrin
6c22919bd9
colorized passwords
2018-12-08 14:00:18 -05:00
Kyle Spearrin
421f8f24e1
offer to pop out window on email 2fa
2018-12-03 13:47:40 -05:00
Kyle Spearrin
733033e472
move popOut to popupUtils service
2018-12-03 11:23:14 -05:00
Kyle Spearrin
814e43999b
Math.round getBoundingClientRect values. resolves #792
2018-12-03 11:16:26 -05:00
Kyle Spearrin
c903ad7e66
load even if sync didnt complete successfully
2018-11-27 09:28:36 -05:00
Kyle Spearrin
f043010067
option to not show cards/identities on current tab list
2018-11-21 14:31:34 -05:00
Kyle Spearrin
63b72d5e8e
fingerprint phrase article
2018-11-16 11:17:16 -05:00
Kyle Spearrin
50dd2048ff
view account's fingerprint phrase
2018-11-16 11:08:36 -05:00
Kyle Spearrin
f8d6c53142
show attachments belonging to org cipher as well
2018-11-16 07:45:26 -05:00
Kyle Spearrin
8502ff8fa4
add master password strength text
2018-11-15 15:40:56 -05:00
Kyle Spearrin
fceabbb4bf
add password strength progress bar and warning message
2018-11-15 14:47:45 -05:00
Kyle Spearrin
7fd30b324b
update jslib and packages
2018-11-14 08:36:46 -05:00
Kyle Spearrin
c1a3025bdf
update groupings deps
2018-11-09 22:35:00 -05:00
Kyle Spearrin
4ba0636cd8
move function expressions to exported functions
2018-11-06 16:55:40 -05:00
Kyle Spearrin
bf4dd296ce
remove duplicate variable
2018-11-06 09:05:23 -05:00
Kyle Spearrin
6627d29c7c
pre-select org an collection on add
2018-10-30 08:56:38 -04:00
Kyle Spearrin
bc5cec82cc
control applying saved state and when to show groupings
2018-10-29 09:29:21 -04:00
Kyle Spearrin
0cdc343ce0
forward/back animations for nested cipher folders/cols
2018-10-29 08:58:20 -04:00