Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-23 | [feature] enable vpn by default, yeah | Kali Kaneko (leap communications) | |
2017-05-16 | [bug] use correct api uri | Kali Kaneko (leap communications) | |
Allows to upload a key to providers that use a different api uri than api.provider.net - Resolves: #8868 | |||
2017-05-16 | [bug] fix notification for incoming mail with several listeners registered | Kali Kaneko (leap communications) | |
When setting the listeners in the IMAP Folder, we avoid setting more than one listener for the same imap mailbox (because in some situations we were registering way too many listeners). this was making the pixelated inbox registering the notification and therefore the imap mailbox not being registered. this MR also refactors the way pixelated is initialized, so that it avoid creating a second Account instance. In this way, we make sure that the pixelated mua and the imap server share the same collections for a given mailbox, and therefore any of the two is able to get a notification whenever the other adds a message to the mailbox. - Resolves: #8846, #8798 | |||
2017-05-12 | [bug] return ok from a succesful provider delete | Ruben Pollan | |
2017-05-11 | [bug] return core status as json instead of string | Ruben Pollan | |
- Resolves: #8886 | |||
2017-05-07 | [refactor] rename pixelated module | Kali Kaneko (leap communications) | |
2017-05-04 | [bug] correctly handle authenticate's autoconf parameter | Simon Fondrie-Teitler | |
This fixes two bugs with handling the autoconf parameter: - It looks for "True" instead of "true" in the dispatching code to account for json.dumps() converting true into a boolean and str() returning the python-style capitalized version "True". - It moves the initial definitions of offirst_bootstrap, ongoing_bootstrap, and stuck_bootstrap into the class instantiation method so they don't get shared between instances of the class. Previously, this caused one instance being bootstrapped to causes other instances to think they were also actively being bootstrapped. Resolves #8843 | |||
2017-05-02 | [style] remove unused imports | Ruben Pollan | |
- Resolves: #8873 | |||
2017-05-02 | [bug] set a non-None value for configuration defaults | Ruben Pollan | |
None is recognized as not-default and gives an error if the searched config value is not present in the config file. This was provoking an error with manhole not being configured. | |||
2017-05-01 | [feature] streamline and move manhole into core | Kali Kaneko (leap communications) | |
2017-04-27 | [style] pep8 fixes | Kali Kaneko (leap communications) | |
2017-04-27 | [bug] do not assume we got a listener | Kali Kaneko (leap communications) | |
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 | [bug] fix enabling of vpn service | Kali Kaneko (leap communications) | |
- Resolves: #8845 | |||
2017-04-19 | [bug] pass along no polkit error | Kali Kaneko (leap communications) | |
2017-04-19 | [bug] improve exception catching in execution loop | Kali Kaneko (leap communications) | |
2017-04-03 | [feat] add a check for the installation of the helpers to the API | Ruben Pollan | |
- Resolves: #8786 | |||
2017-03-17 | [feat] report the real status of the VPN | Ruben Pollan | |
2017-03-15 | [bug] don't check the number of unread mails if incoming service hasn't started | Ruben Pollan | |
2017-03-13 | [feat] emit MAIL_STATUS_CHANGED event | Ruben Pollan | |
2017-03-13 | [feat] report the status of keymanager in the mail status | Ruben Pollan | |
2017-03-12 | [bug] remove offline toggle | drebs | |
The offline toggle added a race condition in which the client could end up offline forever. We decided to remove it for now and then decide if soledad client needs to know about network connectivity (check: https://0xacab.org/leap/soledad/issues/8789). | |||
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-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-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-27 | [refactor] access soledad client offline state directly | drebs | |
2017-02-27 | [refactor] use new soledad client parameter | drebs | |
- Resolves: #8721 | |||
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 | [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 | [feature] add install/uninstall command for helpers | Kali Kaneko (leap communications) | |
2017-02-23 | [feature] new commands: get_cert | Kali Kaneko (leap communications) | |
2017-02-23 | [feature] enable vpn service | Kali Kaneko (leap communications) | |
2017-02-23 | [feature] initial port of legacy vpn code | Kali Kaneko (leap communications) | |
non functional at the moment, but started doing some cleanup | |||
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 | |||
2017-02-09 | [feat] add account based keymanagement API | Ruben Pollan | |
- Resolves: #8755 | |||
2017-02-09 | disable authentication for API | Kali Kaneko (leap communications) | |
2017-02-09 | [feat] Get more detailed status report for email | Ruben Pollan | |
- Resolves: #8754 | |||
2016-12-29 | [docs] fix typo in the header name | Kali Kaneko (leap communications) | |
2016-12-29 | [bug] avoid unicode conversion bug | Kali Kaneko (leap communications) | |
encode to ascii any parameter passed as unicode. | |||
2016-12-29 | [docs] fix typos | Kali Kaneko (leap communications) | |
2016-12-29 | [bug] fix the logout call | Kali Kaneko (leap communications) | |
if user attempts to logout before the incoming multiservice has an entry, there will be a KeyError raised on the MultiService.getServiceNamed() call, which is improperly reported as a confusing error message in the api return call. by catching the KeyError, we make sure that the logout call can terminate properly. | |||
2016-12-29 | [feature] better param error handling in rest api | Kali Kaneko (leap communications) | |
2016-12-29 | [feature] pass local auth token after authentication succeeds | Kali Kaneko (leap communications) | |
2016-12-29 | [refactor] reorganize API | Kali Kaneko (leap communications) | |
so that whitelisting doesn't have to peek into the data. added more documentation and some tests stubs too. | |||
2016-12-29 | [refactor] move web service to its own submodule | Kali Kaneko (leap communications) | |
2016-12-29 | [feature] local session service | Kali Kaneko (leap communications) | |
2016-12-29 | [feature] authentication classes and tests | Kali Kaneko (leap communications) | |
2016-12-29 | [refactor] remove duplication of the bitmask.js library | Kali Kaneko (leap communications) | |