Guillaume Vincent
2e4a22ce03
Fix Android App crashes on sign in
Fixes: https://github.com/lesspass/lesspass/issues/416
5 年之前
É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 年之前
Guillaume Vincent
24fcafb229
LessPass cli 7.0.2
5 年之前
Guillaume Vincent
4856849be0
Deploy automatically on pypi when tag cli-xxx
5 年之前
Guillaume Vincent
92aa4f20b2
Fix min length in cli
Fixes https://github.com/lesspass/lesspass/issues/408
5 年之前
Guillaume Vincent
02591e2b52
Migrate to react native 0.59
5 年之前
Guillaume Vincent
61e771bb77
LessPass web extension 3.1.6
5 年之前
Guillaume Vincent
4d8cfc0c81
Add LessPass web extension policy
5 年之前
Guillaume Vincent
d6c12c7cc9
Fix Google Play payments policy violation: seriously google? gfy
5 年之前
Guillaume Vincent
024d743911
LessPass web extension version 3.1.4 and LessPass pure version 5.1.8
5 年之前
Guillaume Vincent
55a60965e7
LessPass pure 5.1.7
5 年之前
Guillaume Vincent
f124a5a774
LessPass pure 5.1.6
5 年之前
Guillaume Vincent
d707df2f1e
Fix CI
5 年之前
Guillaume Vincent
83ddc2e4ce
Fix can't save password options
fixes https://github.com/lesspass/lesspass/issues/403
5 年之前
Guillaume Vincent
4e1584ecd9
Update lesspass-pure to lastest node modules
5 年之前
Guillaume Vincent
7a511cc6aa
Move web extension in packages folder
5 年之前
Guillaume Vincent
41cbee5eb3
Move website from pending rewrite to packages
5 年之前
Guillaume Vincent
f124961083
Move pure from pending rewrite to packages
5 年之前
Guillaume Vincent
e56c9613a1
Fix travis build
5 年之前
Guillaume Vincent
4d59e89aeb
Fix AMO disabled extension
5 年之前
Guillaume Vincent
d601c09b79
Fix AMO submitting issue
5 年之前
Guillaume Vincent
bce9cc6172
Add react router in web component
5 年之前
Guillaume Vincent
9e4c82ec45
Update npm modules in web component
5 年之前
Guillaume Vincent
fe9ce4f252
Construct container with based images compatible with ARM
Fixes: https://github.com/lesspass/lesspass/issues/371
5 年之前
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 年之前
Guillaume Vincent
5e9eab9085
Run deploy container on tag containers-* only
5 年之前
Guillaume Vincent
493d2fd901
Fix pypi upload issue
5 年之前
Guillaume Vincent
7118a7ba56
Remove --clipboard (deprecated feature) in version 7
5 年之前
Jose R. Gonzalez
cc44e6c5ef
fix bug preventing the usage of --prompt ( #398 )
5 年之前
Guillaume Vincent
ea19392fe4
Add tab index in web component
5 年之前
Guillaume Vincent
b310f00cb8
Format update
5 年之前
Jose R. Gonzalez
cb360754f1
refactor argument validation and help to utilize argparse
5 年之前
Jose R. Gonzalez
4d870ad265
adding help text clarity around supported max-length ( #391 )
5 年之前
Guillaume Vincent
60dfaa8ba3
Add AskNoah show podcast
5 年之前
Guillaume Vincent
b8f58d1ddd
Build LessPass mobile v3.1.2
5 年之前
Guillaume Vincent
fc3ca6b3ba
Fix travis issue
5 年之前
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 年之前
Guillaume Vincent
29156429af
Move from EPEL to SCL and upgrade python to 3.6
5 年之前
É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 年之前
Guillaume Vincent
65cdbda022
Add auto push on docker registry
5 年之前
Édouard Lopez
9ed20a1018
name each step on travis explicitly
5 年之前
Guillaume Vincent
820922a210
Handle gracefully SIGINT in cli
5 年之前
Guillaume Vincent
1844578b71
Fix travis test
5 年之前
Loren Schlomer
8b9a0c521f
Added a unit test for keyboard interrupt
5 年之前
Loren Schlomer
d3f4978ebd
handle keyboard interrupts to better abort prompts
5 年之前
Guillaume Vincent
50f0669e31
Fix 404 in README
5 年之前
Salim B
68c53f8d43
Improve grammar and style of the Help screen in lesspass-mobile
5 年之前
Guillaume Vincent
c667ba7d06
Upgrade yarn in travis before install
5 年之前
Guillaume Vincent
e3eef1b707
Remove lerna and use yarn workspaces exclusively
5 年之前
Guillaume Vincent
e526584d69
Fix counter not transform in hex in lesspass-mobile
5 年之前