Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-26 | Check validity of key signature | Zara Gebru | |
Check if a new fetched key was signed by a old key with the same address. Please do not merge before: https://github.com/isislovecruft/python-gnupg/pull/150 - Resolves #8112 | |||
2017-01-19 | rename some vars | Zara Gebru | |
2017-01-10 | [bug] For now, disable UI for supporting multiple accounts. It does not ↵ | elijah | |
currently work with API tokens. | |||
2016-12-29 | [pkg] add docker files to build bundle | Kali Kaneko (leap communications) | |
2016-12-29 | [docs] add changelog header to section0.9.4 | Kali Kaneko (leap communications) | |
2016-12-29 | [docs] update release notes. fuck these deadlines man. | Kali Kaneko (leap communications) | |
no people was harmed due to the testing process in the last 12 hours, although some of them could have enjoyed the congress a bit more. sorry about that, we love you :) | |||
2016-12-29 | [tests] make gitlab use released version of soledad | Kali Kaneko (leap communications) | |
after 0.9.2 there's a breaking change in the api, that removes the syncable parameter. | |||
2016-12-29 | [pkg] undo soledad pinning, lets embrace 0.9.2 | Kali Kaneko (leap communications) | |
the pinning doesn't work out of the box, since the Soledad constructor signature has changed (removed syncable parameter). | |||
2016-12-29 | [feature] add support for authenticated API to bitmask.js | elijah | |
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 | [docs] add doc about authentication header | Kali Kaneko (leap communications) | |
2016-12-29 | [feature] pass local auth token after authentication succeeds | Kali Kaneko (leap communications) | |
2016-12-29 | [refactor] slice the js library after api changes | Kali Kaneko (leap communications) | |
2016-12-29 | [docs] improve documentation of the API, add some examples | 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 | [tests] add some tests for the api | Kali Kaneko (leap communications) | |
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) | |
2016-12-29 | [pkg] changelog for 0.9.4 | Kali Kaneko (leap communications) | |
2016-12-29 | [pkg] next version is 0.9.4 now | Kali Kaneko (leap communications) | |
2016-12-29 | [pkg] expire bundles in 1 month | Kali Kaneko (leap communications) | |
2016-12-29 | [pkg] pin soledad 0.9.1 on bitmask bundles | Kali Kaneko (leap communications) | |
2016-12-28 | Remove failing e2etest from pipeline | varac | |
2016-12-26 | [test] fix sender and helo for sending e2e test mail | varac | |
2016-12-26 | [test] use e2e test in build pipeline | varac | |
2016-12-26 | [test] make e2e test more robust, document deps | varac | |
2016-12-26 | [test] add dev-latest-backend make target | varac | |
2016-12-26 | [test] clean up output of e2e test | varac | |
2016-12-26 | [test] first working e2e test | varac | |
2016-12-26 | [test] add a target for latest soledad/common | Kali Kaneko (leap communications) | |
2016-12-26 | [test] fix path of getmail script | varac | |
2016-12-26 | [bug] do not hang if further config needs auth | Kali Kaneko (leap communications) | |
2016-12-26 | [test] look for mail we just send | varac | |
2016-12-26 | [test] add script for checking the mail | Kali Kaneko (leap communications) | |
2016-12-26 | [test] send mail with custom header to tmp_user | varac | |
2016-12-26 | [feat] serial script to create and auth user | Kali Kaneko (leap communications) | |
2016-12-26 | [style] remove unneeded import | Kali Kaneko (leap communications) | |
2016-12-26 | [feat] allow --pass on auth too, for tests | Kali Kaneko (leap communications) | |
undocumented because we don't want users messing with the option | |||
2016-12-26 | [feat] allow to use a password for tests | Kali Kaneko (leap communications) | |
the password option shouldn't appear in the help message though, to discourage users to use it as if it was a regular cli feature. | |||
2016-12-08 | [docs] fix typo in bundles link | Kali Kaneko (leap communications) | |
also, move the bash script to automate bundle testing from a gist to bitmask repo itself. | |||
2016-12-07 | [docs] add latest-bundle link to testing docs | Kali Kaneko (leap communications) | |
2016-12-07 | [tests] ignore rc files | Kali Kaneko (leap communications) | |
2016-12-07 | [bug] always set verbose flag for bundles | Kali Kaneko (leap communications) | |
2016-12-07 | [feature] add icon to the window | Kali Kaneko (leap communications) | |
- Resolves: #8676 |