Michael Vavra
a7fc8ce786
Updated German translations
* improved wording
* normalised phrases like Master-Passwort, E-Mail, etc.
* corrected grammar mistakes where I could find them.
3年前
Guillaume Vincent
3bc88f2a82
Auto build for lesspass-site
3年前
Guillaume Vincent
2aba4a560d
Auto build for lesspass-web-extension
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年前
Guillaume Vincent
3b1699234a
Auto build for lesspass-web-extension
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年前
Guillaume Vincent
d394c15a53
Auto build for lesspass-web-extension
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年前
Guillaume Vincent
a6d32174e5
Auto build for lesspass-web-extension
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
63475cdf06
Auto build for lesspass-web-extension
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年前
Guillaume Vincent
18c692f3d0
Update web extension
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年前
Guillaume Vincent
2f4c456323
Auto build for lesspass-web-extension
3年前
Guillaume Vincent
e547c30cf7
Update lesspass-pure in web extension
3年前
Guillaume Vincent
2772addd2d
Auto build for lesspass-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年前
Guillaume Vincent
29faa3f9dd
Update amo.md
3年前
Guillaume Vincent
9112bc88ac
Auto build for lesspass-web-extension
3年前