Kyle Spearrin
|
1f2cf2bcdf
|
lock service invokes callback on lock
|
2018-03-03 23:04:55 -05:00 |
Kyle Spearrin
|
0138a04cfc
|
lunr types
|
2018-03-03 23:02:24 -05:00 |
Kyle Spearrin
|
33e04f7f54
|
lunr dependency added
|
2018-03-03 22:58:46 -05:00 |
Kyle Spearrin
|
b3d21c6f17
|
loginUriMatchChanged
|
2018-03-03 22:55:33 -05:00 |
Kyle Spearrin
|
d106ec6179
|
do nothing on locked function since we use message
|
2018-03-03 22:55:23 -05:00 |
Kyle Spearrin
|
84b114dc97
|
matchValue defaults
|
2018-03-03 22:48:51 -05:00 |
Kyle Spearrin
|
5ef72091db
|
set badge for all windows when locked
|
2018-03-03 22:48:38 -05:00 |
Kyle Spearrin
|
cca9c3c561
|
get rid of apps page and link to bitwarden.com
|
2018-03-02 22:42:32 -05:00 |
Kyle Spearrin
|
27e68e4c75
|
multi uri support for import/export
|
2018-03-02 22:13:53 -05:00 |
Kyle Spearrin
|
5c92350ed2
|
refactor for cipher response. add login uris.
|
2018-03-02 21:12:26 -05:00 |
Kyle Spearrin
|
f952cd5642
|
add support for add/edit/view of login uris
|
2018-03-02 15:37:49 -05:00 |
Kyle Spearrin
|
848f50afe7
|
uri match value can be 0
|
2018-03-02 15:15:15 -05:00 |
Kyle Spearrin
|
97fc293df7
|
rename basedomain
|
2018-03-02 13:50:35 -05:00 |
Kyle Spearrin
|
913336280a
|
rename enum from basedomain => domain
|
2018-03-02 13:50:26 -05:00 |
Kyle Spearrin
|
d67b95421c
|
jslib update
|
2018-03-02 12:43:17 -05:00 |
Kyle Spearrin
|
cd7b38ecde
|
fix sort function ref
|
2018-03-02 12:43:12 -05:00 |
Kyle Spearrin
|
0d80216921
|
add http protocol if none fiven
|
2018-03-02 12:42:11 -05:00 |
Kyle Spearrin
|
f205a9cc9f
|
break from switch
|
2018-03-02 12:36:53 -05:00 |
Kyle Spearrin
|
c27f5836bf
|
support for cipher login uris and match detection
|
2018-03-02 12:04:21 -05:00 |
Kyle Spearrin
|
8d45302e26
|
change to full hostname to host
|
2018-03-02 12:03:27 -05:00 |
Kyle Spearrin
|
ad4c81ed84
|
support for uri matching types to cipher service
|
2018-03-02 12:03:03 -05:00 |
Kyle Spearrin
|
59b8014c69
|
default options to show if match has a value set
|
2018-03-02 08:49:40 -05:00 |
Kyle Spearrin
|
dc0befc9be
|
other types param now typed with CipherType
|
2018-03-02 08:33:57 -05:00 |
Kyle Spearrin
|
295068a30c
|
toggle uri options
|
2018-03-02 08:15:55 -05:00 |
Kyle Spearrin
|
20389402fc
|
comment out TODO code
|
2018-03-02 08:15:31 -05:00 |
Kyle Spearrin
|
72771d4b90
|
add support for login uris
|
2018-03-01 23:45:12 -05:00 |
Kyle Spearrin
|
063bb010db
|
refactor for login uris and response model changes
|
2018-03-01 23:44:29 -05:00 |
Kyle Spearrin
|
9b566e5990
|
lunr types
|
2018-02-28 21:18:36 -05:00 |
Kyle Spearrin
|
52f3ea58d1
|
add services to index
|
2018-02-28 21:03:23 -05:00 |
Kyle Spearrin
|
629a22e1ff
|
add lunr package for search
|
2018-02-28 21:00:59 -05:00 |
Kyle Spearrin
|
cd904cbb82
|
change new item shortcuts, resolves #52
|
2018-02-28 20:56:07 -05:00 |
Kyle Spearrin
|
6aef18ee7f
|
search service with lunr implementation
|
2018-02-28 15:15:10 -05:00 |
Kyle Spearrin
|
cd80d68a80
|
no variable needed for app.getLocale()
|
2018-02-28 11:57:21 -05:00 |
Kyle Spearrin
|
0e993285ab
|
add password check back to add/edit as well
|
2018-02-28 11:55:00 -05:00 |
Kyle Spearrin
|
ced108d1a6
|
cleanup of pwned password checker
|
2018-02-28 11:49:25 -05:00 |
Oscar Hinton
|
e12ecb0c14
|
Integration with Have I been pwned (#526)
* Initial PoC of integration with haveibeenpwned.
* Extract code to AuditService.
* Add check password to addCipher.
|
2018-02-28 11:38:23 -05:00 |
Kyle Spearrin
|
093071c8f3
|
password breach check moved to view page
|
2018-02-28 11:35:48 -05:00 |
Kyle Spearrin
|
e3b3e444db
|
formatting cleanup
|
2018-02-28 11:09:10 -05:00 |
Kyle Spearrin
|
e1041e9b5b
|
cleanup auditservice
|
2018-02-28 10:58:34 -05:00 |
Oscar Hinton
|
df9d79ab7d
|
Integration with Have I been pwned (#47)
* Add password check.
* Fix indention, update messages.
|
2018-02-28 10:53:18 -05:00 |
Oscar Hinton
|
06a543c913
|
Replace os-locale with native electron api, app.getLocale (#46)
* Replace os-locale with native electron api, app.getLocale.
* Remove os-locale from the second package.json.
|
2018-02-28 10:52:59 -05:00 |
Oscar Hinton
|
1aabb42e47
|
AuditService (#2)
* Add AuditService.
* Change sha1 to use Webcrypto.
* Add interface for AuditService.
* Move PwnedPasswodsApi constant outside class.
* Change FromBufferToHex implementation to simpler code.
* Use correct string to array function.
* Change auditService interface to abstract class. Add missing type to utils.
|
2018-02-28 10:52:35 -05:00 |
Kyle Spearrin
|
0d837b8bc8
|
choco script updates
|
2018-02-28 09:18:35 -05:00 |
Kyle Spearrin
|
3fd65ceb6f
|
New Crowdin translations (#51)
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Portuguese)
* New translations messages.json (Ukrainian)
|
2018-02-28 08:46:51 -05:00 |
Kyle Spearrin
|
19a1e1a38e
|
New translations messages.json (French) (#49)
|
2018-02-28 00:09:06 -05:00 |
Kyle Spearrin
|
b6f3ac516d
|
capitalize Bitwarden
|
2018-02-28 00:07:38 -05:00 |
Kyle Spearrin
|
a33c54769c
|
New Crowdin translations (#532)
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Polish)
* New translations messages.json (Portuguese)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Romanian)
* New translations messages.json (Russian)
* New translations messages.json (Spanish)
* New translations messages.json (Swedish)
* New translations messages.json (Turkish)
* New translations messages.json (Ukrainian)
* New translations messages.json (Vietnamese)
* New translations messages.json (Norwegian Bokmal)
* New translations messages.json (Japanese)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Croatian)
* New translations messages.json (Czech)
* New translations messages.json (Dutch)
* New translations messages.json (Estonian)
* New translations messages.json (Finnish)
* New translations copy.resx (Finnish)
* New translations messages.json (French)
* New translations messages.json (German)
* New translations messages.json (Hungarian)
* New translations messages.json (Indonesian)
* New translations messages.json (Italian)
* New translations copy.resx (Vietnamese)
|
2018-02-27 23:53:19 -05:00 |
Kyle Spearrin
|
d3cfdd9e22
|
New Crowdin translations (#48)
* New translations messages.json (Italian)
* New translations messages.json (Spanish)
* New translations messages.json (Danish)
|
2018-02-27 23:41:58 -05:00 |
Kyle Spearrin
|
d0f92ba2a0
|
version bump
|
2018-02-27 23:30:09 -05:00 |
Kyle Spearrin
|
b94c62d1e5
|
upadte security md
|
2018-02-27 23:00:10 -05:00 |