Guillaume Vincent
5e9eab9085
Run deploy container on tag containers-* only
5 years ago
Guillaume Vincent
493d2fd901
Fix pypi upload issue
5 years ago
Guillaume Vincent
7118a7ba56
Remove --clipboard (deprecated feature) in version 7
5 years ago
Jose R. Gonzalez
cc44e6c5ef
fix bug preventing the usage of --prompt ( #398 )
5 years ago
Guillaume Vincent
ea19392fe4
Add tab index in web component
5 years ago
Guillaume Vincent
b310f00cb8
Format update
5 years ago
Jose R. Gonzalez
cb360754f1
refactor argument validation and help to utilize argparse
5 years ago
Jose R. Gonzalez
4d870ad265
adding help text clarity around supported max-length ( #391 )
5 years ago
Guillaume Vincent
60dfaa8ba3
Add AskNoah show podcast
5 years ago
Guillaume Vincent
b8f58d1ddd
Build LessPass mobile v3.1.2
5 years ago
Guillaume Vincent
fc3ca6b3ba
Fix travis issue
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
Guillaume Vincent
29156429af
Move from EPEL to SCL and upgrade python to 3.6
5 years ago
Édouard Lopez
a3037df295
Moar test on password generation ( #380 )
* test _calc_entropy()
* test _get_configured_rules()
* test _get_set_of_characters()
* test _consume_entropy()
* test _get_one_char_per_rule()
* test _insert_string_pseudo_randomly()
* test _render_password()
5 years ago
Guillaume Vincent
65cdbda022
Add auto push on docker registry
5 years ago
Édouard Lopez
9ed20a1018
name each step on travis explicitly
5 years ago
Guillaume Vincent
820922a210
Handle gracefully SIGINT in cli
5 years ago
Guillaume Vincent
1844578b71
Fix travis test
5 years ago
Loren Schlomer
8b9a0c521f
Added a unit test for keyboard interrupt
5 years ago
Loren Schlomer
d3f4978ebd
handle keyboard interrupts to better abort prompts
5 years ago
Guillaume Vincent
50f0669e31
Fix 404 in README
5 years ago
Salim B
68c53f8d43
Improve grammar and style of the Help screen in lesspass-mobile
5 years ago
Guillaume Vincent
c667ba7d06
Upgrade yarn in travis before install
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
a43a8104fc
Add docker tests
5 years ago
Guillaume Vincent
a488c13a68
Fix travis build
5 years ago
Guillaume Vincent
c688ab0435
Use matrix feature from travis CI
5 years ago
Guillaume Vincent
dd974bbd28
Add cli in continuous integration
5 years ago
Guillaume Vincent
d947ffc022
Add travis CI image
5 years ago
Guillaume Vincent
75cc59f017
Fix wait db script
5 years ago
Guillaume Vincent
4222a40af0
Reactivate continuous integration
5 years ago
Guillaume Vincent
49b31f9777
LessPass backend container work
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
Ravi Jain
f28b6da650
add optional argument -v, --version to cli program ( #367 )
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
6a8548132e
Bump the version of LessPass cli
5 years ago
schlomie
9f772568c7
Adds an argument to prompt for the [SITE] and [LOGIN] arguments ( #364 )
5 years ago
Guillaume Vincent
f188956c88
Move docker-compose.prod.yml in original position
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
d7a086e063
Move container folders for easy change directory
6 years ago