dependabot[bot]
f7f677be75
Bump path-parse from 1.0.6 to 1.0.7 in /packages/lesspass-pure
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
3年前
botsito
503dcf2b99
Auto build for lesspass-pure
3年前
dependabot[bot]
1524f28358
Bump browserslist from 4.16.0 to 4.16.6 in /packages/lesspass-pure ( #628 )
Bumps [browserslist](https://github.com/browserslist/browserslist ) from 4.16.0 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases )
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md )
- [Commits](https://github.com/browserslist/browserslist/compare/4.16.0...4.16.6 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3年前
botsito
24c2aabc4b
Auto build for lesspass-pure
3年前
Guillaume Vincent
9c22cb8983
Bump the version
3年前
Guillaume Vincent
db69e1983e
Fix prettier
3年前
Guillaume Vincent
94783e1676
Don't try to refresh token if 401 error on auth/jwt/ endpoint
Fixes https://github.com/lesspass/lesspass/issues/615
3年前
botsito
6bf4e7f780
Auto build for lesspass-pure
3年前
dependabot[bot]
d56de23c6b
Bump ssri from 6.0.1 to 6.0.2 in /packages/lesspass-pure ( #616 )
Bumps [ssri](https://github.com/npm/ssri ) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/npm/ssri/releases )
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md )
- [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3年前
botsito
eba3db1fd1
Auto build for lesspass-pure
3年前
Guillaume Vincent
3f7ad5d3c2
Remove copyClipboard permission
Empty clipboard after web extension pop up close is not working.
I removed this extra permission.
3年前
botsito
3cb2d171bf
Auto build for lesspass-pure
3年前
Guillaume Vincent
1f216545ad
Remove copy-text-to-clipboard and clear clipboard after 30 seconds
3年前
botsito
aa65a0aba7
Auto build for lesspass-pure
3年前
Guillaume Vincent
6b4b7f8da9
Generate and copy password directly
3年前
botsito
626144051b
Auto build for lesspass-pure
3年前
Guillaume Vincent
fad1fe8754
Hide remove subdomain if site auto fill removal is true
3年前
botsito
c44b849a62
Auto build for lesspass-pure
3年前
Guillaume Vincent
3b91210d8f
Update translations
3年前
botsito
320321dd45
Auto build for lesspass-pure
3年前
Guillaume Vincent
0923274670
Add an option to remove subdomain and tld on site
Fixes https://github.com/lesspass/lesspass/issues/540
Put the option in beta with a warning to test it live
3年前
botsito
5a7fcce5dc
Auto build for lesspass-pure
3年前
Guillaume Vincent
ab777616a2
Add an option to delete the auto fill site feature
Fixes https://github.com/lesspass/lesspass/issues/504
3年前
botsito
e6f45b485f
Auto build for lesspass-pure
3年前
Guillaume Vincent
309a8605e9
Load already saved password profile on mount
Fixes https://github.com/lesspass/lesspass/issues/611
3年前
botsito
72de6d536b
Auto build for lesspass-pure
3年前
Guillaume Vincent
b5f9e3c325
Fix consistency in page title
3年前
botsito
8c2bb4fe19
Auto build for lesspass-pure
3年前
Guillaume Vincent
0a3f3eb24b
Improve layout
3年前
botsito
fff1550178
Auto build for lesspass-pure
3年前
Guillaume Vincent
ddfc3a7881
Fix layout issue on the options
3年前
botsito
584551ba9b
Auto build for lesspass-pure
3年前
Guillaume Vincent
07905c3f82
Add whatsnew page
3年前
Guillaume Vincent
fe02f86549
Update tests
3年前
Guillaume Vincent
9e41a49c96
Update translations
3年前
Guillaume Vincent
0f5d2fbd19
Move master password encryption and baseURL on settings page
3年前
botsito
cc22778d4c
Auto build for lesspass-pure
3年前
Guillaume Vincent
5e09069e45
Inline loader to display it correctly on web extension
3年前
botsito
599cc13bfa
Auto build for lesspass-pure
3年前
Guillaume Vincent
68fd82eeaa
Fix Chrome add-on does randomly logout
getPassword action logout on error. This is bad because the error can be
because of access_token expired.
This patch will:
* display a spinner is refresh token is found on localStorage
* try to refresh the access token and the refresh token with the
refresh token
* authenticate the user if ok and get password profiles
* finally set loading to false to display password generator view
Fixes #236
3年前
botsito
9007398269
Auto build for lesspass-pure
3年前
Guillaume Vincent
8c94aa90e7
lesspass-pure 9.3.1
3年前
Guillaume Vincent
fd2a91465d
Update translation
3年前
Guillaume Vincent
8c5a5aa481
Encrypt master password everywhere
3年前
Andrea PIERRÉ
fa145da93e
refactor: add checked property to component data
3年前
Andrea PIERRÉ
099c1c12cb
test: remove encrypt button from 2e2 tests
3年前
Andrea PIERRÉ
5f5fff3123
refactor: remove prop
3年前
Andrea PIERRÉ
1c18c0cf9d
fix: removed translations
3年前
Andrea PIERRÉ
12aff9e9e5
style: apply Prettier
3年前
Andrea PIERRÉ
1549d40ec5
feat: encrypt master password by default
3年前