Guillaume Vincent
7392a8c1e9
Strucural change in lesspass-web-component
5 years ago
Guillaume Vincent
6e5a04dad6
Remove lesspass-profiles from packages
5 years ago
Adam Niederer
e7f105aac3
Make the browser extension popup window taller
Prevents scroll bars from appearing when options are displayed on the main
screen.
5 years ago
Adam Niederer
1d1312ca5a
Improve a few translations
Fixes a transposition between the English and German translations, and uses some
snappier wording for a few of the English lines.
5 years ago
Guillaume Vincent
0f345e2996
LessPass version 8.0.2
5 years ago
Guillaume Vincent
b68280dd9c
Use fixed version for local modules in package.json
5 years ago
Guillaume Vincent
0881a8d132
Move LessPass web site in containers folder
5 years ago
Guillaume Vincent
eebb566f5e
LessPass version 8.0.1
5 years ago
Guillaume Vincent
dd2e8373fc
Start using the same version number for everything
* Deploy automatically on npm all required packages on tag
* Create a script to tag automatically and change the version number everywhere
* Bump all versions numbers to 8.0.0
5 years ago
Guillaume Vincent
61e771bb77
LessPass web extension 3.1.6
5 years ago
Guillaume Vincent
4d8cfc0c81
Add LessPass web extension policy
5 years ago
Guillaume Vincent
024d743911
LessPass web extension version 3.1.4 and LessPass pure version 5.1.8
5 years ago
Guillaume Vincent
55a60965e7
LessPass pure 5.1.7
5 years ago
Guillaume Vincent
f124a5a774
LessPass pure 5.1.6
5 years ago
Guillaume Vincent
d707df2f1e
Fix CI
5 years ago
Guillaume Vincent
4e1584ecd9
Update lesspass-pure to lastest node modules
5 years ago
Guillaume Vincent
7a511cc6aa
Move web extension in packages folder
5 years ago
Guillaume Vincent
41cbee5eb3
Move website from pending rewrite to packages
5 years ago
Guillaume Vincent
f124961083
Move pure from pending rewrite to packages
5 years ago
Guillaume Vincent
e56c9613a1
Fix travis build
5 years ago
Guillaume Vincent
bce9cc6172
Add react router in web component
5 years ago
Guillaume Vincent
9e4c82ec45
Update npm modules in web component
5 years ago
Guillaume Vincent
ea19392fe4
Add tab index in web component
5 years ago
Guillaume Vincent
9c3794971e
Fix master password capitalized
* reuse TextInput from ui folder
* move packages/lesspass-mobile into mobile folder because of symlink not working properly
Fixes #384 : Master password is auto-capitalized → lowervase
5 years ago
Salim B
68c53f8d43
Improve grammar and style of the Help screen in lesspass-mobile
5 years ago
Guillaume Vincent
e3eef1b707
Remove lerna and use yarn workspaces exclusively
5 years ago
Guillaume Vincent
e526584d69
Fix counter not transform in hex in lesspass-mobile
5 years ago
Guillaume Vincent
6e0a4b38f4
Add javascript tests in travis
5 years ago
Guillaume Vincent
939a1229b3
wip
5 years ago
Guillaume Vincent
5aaa36a55d
LessPass mobile version 3.1.0
5 years ago
Guillaume Vincent
063b72dc1b
Allow password profile deletion
5 years ago
Guillaume Vincent
56761023a8
Add save password profile button when connected
5 years ago
Guillaume Vincent
4f3fb4a5bd
LessPass mobile version 3.0.3
5 years ago
Guillaume Vincent
658c4ebc74
Close suggestion box when hitting enter on Site field
Fixes: https://github.com/lesspass/lesspass/issues/359
5 years ago
Guillaume Vincent
8cf13388fd
Disable minus or plus buttons in Counter when we reach min or max value
Fixes: https://github.com/lesspass/lesspass/issues/362
5 years ago
Guillaume Vincent
cca4008fd4
Field to store master password locally should behave like on main form
Fixes: https://github.com/lesspass/lesspass/issues/361
5 years ago
Guillaume Vincent
0a59ec9e19
Sign out if token expired
5 years ago
Guillaume Vincent
0974c7b0b6
Introduce React web component
This react component will replace lesspass-pure.
We are migrating from vue to react.
It will looks like the react native mobile app.
6 years ago
Guillaume Vincent
4280872d3c
Replace lesspass-cli on npmjs with a lesspass on pypi
create a cli with python.
python will be installed by default on a lot of system.
* use getpass python native module
Fixes: https://github.com/lesspass/lesspass/issues/305
* use lesspass python code generator from Maurits van der Schee
Fixes: https://github.com/lesspass/lesspass/issues/328
tested with python2.7 and python3.6
breaking changes:
* -c is associated with --copy flag to copy the password
* -C is associated with the counter (previously -c)
6 years ago
Guillaume Vincent
6133a19109
Bi licensed lesspass-mobile before any contribution
6 years ago
Guillaume Vincent
4648b44f49
Refactor mobile app after beta feedback
6 years ago
Guillaume Vincent
2a4605dd9d
Fix version code and permission for beta on Android
6 years ago
Guillaume Vincent
8796eb9b4b
Clean workspace
In order to be able to continue the development I need to clean the workspace.
lesspass-move, lesspass-snap and lesspass-cozy are removed.
lesspass-mobile will replace lesspass-cordova with a new react native implementation.
lesspass-core is now splited into specific repo (entropy, fingerprint and render-password)
The workspace use lerna now to manage the mono repo more efficiently.
lesspass-profiles is a new container available only in a pro version.
6 years ago