summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/cli
AgeCommit message (Collapse)Author
2016-11-11[bug] do not always print feedback from start commandKali Kaneko (leap communications)
2016-11-11[bug] get user parameter in the key commandsKali Kaneko (leap communications)
This has been previously encapsulated in a dict, and the commands were not modified accordingly. I'm adding some very basic test for the KeymanagerService public api contract. - Resolves: #8577
2016-11-11[bug] fix cli autostartKali Kaneko (leap communications)
this reverts the refactoring made at 596f1f8 it seems it is now allowed to call a function that yields from inside as part of an inline deferred.
2016-11-06[feat] add '-v' optiondrebs
2016-11-06[feat] allow verbose flag when autostartingdrebs
2016-11-06[feat] increase verbosity using command linedrebs
2016-10-07[style] pep8Kali Kaneko (leap communications)
2016-10-07[feature] logs watch commandKali Kaneko (leap communications)
2016-10-04[bug] fix typ0 in method namedrebs
2016-10-04[feature] handle invite codesKali Kaneko (leap communications)
In the command line, --invitecode is a new optional parameter to the command "user create". bonafide service handles the invite codes. javascript library should be updated accordingly - Resolves: #7550
2016-10-04[feat] list active usersRuben Pollan
- Resolves: 8488
2016-09-28[feature]Add change password commandRuben Pollan
- Resolves: #8487
2016-09-27[feat] Fetch smtp cert automatically if missingRuben Pollan
It's missing dealing with expired certs. I remove get_smtp_certificate core command. - Closes: #8486
2016-09-27[feature] try to launch backend on cli commandsKali Kaneko (leap communications)
2016-09-27[feature] upload logs from the cliKali Kaneko (leap communications)
2016-09-26[refactor] call it start/stopKali Kaneko (leap communications)
2016-09-23[feat] rename bonafide.user.signup into createRuben Pollan
The js was already expecting this name, and the cli was calling it create, but the internal command was 'signup'.
2016-09-20[style] pep8 cleanupKali Kaneko (leap communications)
2016-09-07[bug] serialize booleansKali Kaneko (leap communications)
2016-09-07[feat] Add manual provider registrationRuben Pollan
- Resolves: #8400
2016-09-06[feat] add webui command: enable/disable/statusKali Kaneko (leap communications)
2016-09-01[refactor] fix imports after merging submodulesKali Kaneko (leap communications)
2016-08-30[pkg] initial migration of bitmask.{core,cli}Kali Kaneko (leap communications)