Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-06 | [pkg] yet another missing pixelated dependency | Kali Kaneko (leap communications) | |
by the way, it doesn't make sense to depend on requests having treq. should send patch. and I keep commiting directly to the main repo because it's release time :) thanks for reading this. | |||
2017-03-06 | [pkg] add more pixelated dependencies | Kali Kaneko (leap communications) | |
2017-03-06 | [pkg] several bundling fixes | Kali Kaneko (leap communications) | |
2017-03-05 | [pkg] find links in leap.se downloads instead | Kali Kaneko (leap communications) | |
workaround for some error that makes devpi upload an empty package. | |||
2017-03-05 | [pkg] ship pixelated packages | Kali Kaneko (leap communications) | |
2017-03-05 | [tests] change order of build step, it's slower and I want bundles soon | Kali Kaneko (leap communications) | |
2017-03-05 | [pkg] prepare rc bundles for 0.9.5 | Kali Kaneko (leap communications) | |
2017-03-05 | [style] pep8 | Kali Kaneko (leap communications) | |
2017-03-05 | [pkg] add pixelated packages as hidden imports | Kali Kaneko (leap communications) | |
2017-03-05 | [pkg] install pixelated packages in the bundle | Kali Kaneko (leap communications) | |
2017-03-05 | [bug] load svg font for webkit to render it properly | Kali Kaneko (leap communications) | |
2017-03-05 | [bug] disable addressbok | Kali Kaneko (leap communications) | |
- Related: #8792 | |||
2017-03-05 | [bug] load after exporting the object | Kali Kaneko (leap communications) | |
2017-03-05 | [docs] add note about pixelated packaging | Kali Kaneko (leap communications) | |
2017-03-05 | [feature] add pixelated button to UI | Kali Kaneko (leap communications) | |
this button will call the exported qt method to open a new window | |||
2017-03-05 | [feature] pixelated UA integration | Kali Kaneko (leap communications) | |
a bit hacky and all, but this should launch the service and allow interacting from the default site (localhost:9090). this is the first example of a pyqt-js bridge, it's an interesting mechanism that we can use more in the future. no efforts made so far in authenticating the app. | |||
2017-03-05 | [bug] revert vpn options from config | Kali Kaneko (leap communications) | |
bitmask-root is not able to parse some options, and is aborting the vpn connection in my tests. we need to debug that carefully, hardcoding some options for now and leaving this to be done post-0.9.5 | |||
2017-03-04 | [bug] provide email address to the bitmask.mail.status call | Ruben Pollan | |
2017-03-03 | [feat] get VPN params from eip-service.json | Ruben Pollan | |
Instead of hardcoding them in the code. | |||
2017-03-03 | [feat] add mail enable/disable to bitmask.js | Ruben Pollan | |
- Resolves: #8782 | |||
2017-03-03 | [feat] add VPN API to bitmask.js | Ruben Pollan | |
- Resolves: #8779 | |||
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-03-03 | [feat] mail status will only work for a valid userid | Ruben Pollan | |
We used to return the system status if no userid is provided. We don't do it anymore, now is only userid based. - Resolves: #8785 | |||
2017-02-28 | [bug] correctly determine available services in the ui | elijah | |
2017-02-27 | [test] pass a fake shared db to soledad during tests | drebs | |
2017-02-27 | [refactor] access soledad client offline state directly | drebs | |
2017-02-27 | [refactor] use new soledad client parameter | drebs | |
- Resolves: #8721 | |||
2017-02-27 | [tests] let's pick soledad master again | Kali Kaneko (leap communications) | |
after merging https://0xacab.org/leap/soledad/merge_requests/64 we're ready to change the calls to soledad with the new offline parameter, so we need to use master in the tests that are run on the CI again. | |||
2017-02-24 | [bug] update UI to use current API | elijah | |
2017-02-24 | [feature] Update bitmask.js to use authtoken | elijah | |
2017-02-24 | [bug] fix vpn command after cli config refactor | Kali Kaneko (leap communications) | |
2017-02-24 | [feature] require authentication token for api | Kali Kaneko (leap communications) | |
implements a global auth token for the app. this token is written to .config/leap/authtoken, and passed to the anchor part of the landing URI when opening the index resource by the browser. - Resolves: #8765 | |||
2017-02-23 | [bug] fix bad merge | Kali Kaneko (leap communications) | |
2017-02-23 | [pkg] add osx helpers | Kali Kaneko (leap communications) | |
2017-02-23 | [bug] rename one of the managers to TunnelManager | Kali Kaneko (leap communications) | |
otherwise there's a name collision with the former EIPManager | |||
2017-02-23 | [refactor] complete eip -> vpn rename in core | Kali Kaneko (leap communications) | |
2017-02-23 | [refactor] rename eip to vpn | Kali Kaneko (leap communications) | |
2017-02-23 | [style] pep8 | Kali Kaneko (leap communications) | |
2017-02-23 | [docs] document the API/cli | Kali Kaneko (leap communications) | |
2017-02-23 | [feature] hard restarts upon ping-restart received | Kali Kaneko (leap communications) | |
2017-02-23 | [feature] add up/down traffic in status | Kali Kaneko (leap communications) | |
2017-02-23 | [feature] add bytes2human conversion | Kali Kaneko (leap communications) | |
2017-02-23 | [feature] parse status | Kali Kaneko (leap communications) | |
- simple status parsing - add separate firewall status - set status for abnormal termination | |||
2017-02-23 | [feature] eip start/stop working | Kali Kaneko (leap communications) | |
2017-02-23 | [feature] add install/uninstall command for helpers | Kali Kaneko (leap communications) | |
2017-02-23 | [bug] fix parsing of vpn status | Kali Kaneko (leap communications) | |
2017-02-23 | [bug] fix bitmask-root path | Kali Kaneko (leap communications) | |
2017-02-23 | [refactor] sort out some imports | Kali Kaneko (leap communications) | |
2017-02-23 | [feature] new commands: get_cert | Kali Kaneko (leap communications) | |
2017-02-23 | [refactor] split vpn control into some modules | Kali Kaneko (leap communications) | |