Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-27 | [bug] unify logging style using class attr | Kali Kaneko (leap communications) | |
I changed most of the logger statements to use a class attribute, in this way it's easier to identify which class it's logging them. in some cases I leave a module-level logger, when we're either using functions or when the module it's too small. at the same time I did a general review and cleanup of the logging statements. | |||
2017-04-20 | [feat] add bonafide authentication event | Kali Kaneko (leap communications) | |
- Resolves: #8844 | |||
2017-03-03 | [feat] get VPN params from eip-service.json | Ruben Pollan | |
Instead of hardcoding them in the code. | |||
2017-03-03 | [bug] use username instead of provider in the vpn calls | Ruben Pollan | |
Without active user we need to use the username instead of the provider in the VPN API. - Resolves: #8783 | |||
2017-02-23 | [feature] new commands: get_cert | Kali Kaneko (leap communications) | |
2017-02-23 | [feat] eliminate the active user from bonafide | Ruben Pollan | |
Active user is now only a concept of the cli. For it we add a ~/.config/leap/bitmaskctl.cfg file. - Resolves: #8769 | |||
2016-10-07 | [refactor] migrate hooks to bitmask repo | Kali Kaneko (leap communications) | |
now we can deprecate service_hooks in leap.common repo | |||
2016-10-07 | [refactor] use new logger infrastructure | Kali Kaneko (leap communications) | |
2016-10-04 | [feature] handle invite codes | Kali 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 users | Ruben Pollan | |
- Resolves: 8488 | |||
2016-10-03 | [bug] stop syncing after logout (#8479) | drebs | |
2016-09-28 | [feature]Add change password command | Ruben Pollan | |
- Resolves: #8487 | |||
2016-09-07 | [feat] Add manual provider registration | Ruben Pollan | |
- Resolves: #8400 | |||
2016-09-01 | [refactor] fix imports after merging submodules | Kali Kaneko (leap communications) | |
2016-08-29 | [pkg] move bonafide source to leap.bitmask.bonafide | Kali Kaneko (leap communications) | |