Guillaume Vincent
2e4a22ce03
Fix Android App crashes on sign in
Fixes: https://github.com/lesspass/lesspass/issues/416
5 years ago
Édouard Lopez
cf252b5710
Improve min length code ( #411 )
* use `choices` attribute from parser.add_argument() instead of complex actions override
* use metavar to improve --help output
* use custom 'range_type' for length argument
5 years ago
Guillaume Vincent
24fcafb229
LessPass cli 7.0.2
5 years ago
Guillaume Vincent
4856849be0
Deploy automatically on pypi when tag cli-xxx
5 years ago
Guillaume Vincent
92aa4f20b2
Fix min length in cli
Fixes https://github.com/lesspass/lesspass/issues/408
5 years ago
Guillaume Vincent
02591e2b52
Migrate to react native 0.59
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
d6c12c7cc9
Fix Google Play payments policy violation: seriously google? gfy
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
83ddc2e4ce
Fix can't save password options
fixes https://github.com/lesspass/lesspass/issues/403
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
4d59e89aeb
Fix AMO disabled extension
5 years ago
Guillaume Vincent
d601c09b79
Fix AMO submitting issue
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
fe9ce4f252
Construct container with based images compatible with ARM
Fixes: https://github.com/lesspass/lesspass/issues/371
5 years ago
Guillaume Vincent
be92dc4862
Force site to be defined in Android application
In order to be consistent with all other implementations, we need to disable the generate button if site empty.
Fixes https://github.com/lesspass/lesspass/issues/388
5 years ago
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