Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-03 | [bug] key can tell if it should be renewed | NavaL | |
2017-12-03 | [bug] decryption will be tried for all inactive keys | NavaL | |
2017-12-03 | [feat] decryption interoperability, when the current key pair | NavaL | |
is renewed - there is only one private inactive key that is the key expiring last among all inactive keys - if there is an inactive key, decryption with it, is tried if it fails with the current active key. | |||
2017-12-03 | [feat] supplying gpgbinary when building gpg key from dict | NavaL | |
2017-12-03 | [feat] reset sign_used flag after regenerating key pair | NavaL | |
- this flag is used by leap.mail to attach the new key | |||
2017-12-03 | [feat] first phase of key regeneration | NavaL | |
- if current key pair is expired, it'll be extended for a day first - new key pair will be signed by the old key | |||
2017-12-03 | [feat] add key expiry date extension in keymanager | NavaL | |
- extends key pair (unlocked from soledad) - extension period is counted from key creation date | |||
2017-12-02 | [pkg] update versions of openvpn and mbedtls | Kali Kaneko | |
2017-12-01 | [test] Use bitmask-dev docker image for testing | Varac | |
2017-11-30 | [test] Fix e2e mail test | Varac | |
- Enable XTRACE output of script - Run e2e mail test against ci.leap.se - Remove unused POLKIT variable - Specify MX server for e2e mail test - Fix helo in e2e tests Resolves: #9159 | |||
2017-11-30 | [test] install gnupg1 and haveged for the e2e test | Ruben Pollan | |
Since we are using artful for the tests it comes with gnupg2 and breaks the e2e tests. Also install haveged to speed up e2e tests. - Resolves: #9159 | |||
2017-11-30 | [pkg] pick gpg from local build | Kali Kaneko | |
2017-11-30 | [pkg] minor fixes to the service plist | Kali Kaneko | |
some properties were not used as intended. | |||
2017-11-30 | [refactor] use /var/run for osx helper socket | Kali Kaneko | |
2017-11-30 | [pkg] add osx uninstall script | Kali Kaneko | |
2017-11-29 | [docs] update changelogtravis | Kali Kaneko | |
2017-11-29 | [test] Run OSX test on travis | Varac | |
- Related: #9092 | |||
2017-11-23 | [test] Install npm for build_ui CI job | Varac | |
2017-11-23 | [test] Install tox in docker image | Varac | |
2017-11-23 | [test] Install tox venv in every tox job | Varac | |
In order to run tests using tox locally with gitlab-runner we need to run `tox -e py27-dev --notest` before using the venv. | |||
2017-11-23 | [test] Ship and install latest chromedriver 2.33 | Varac | |
I tried to upgrade to ubuntu packages chromedriver 2.32 (artful) but this didn't help. After using latest chromedriver release 2.33 from https://sites.google.com/a/chromium.org/chromedriver/downloads it works. Also, build docker image from LEAP/artful. Resolves: #9149 | |||
2017-11-23 | [docs] update version of code of conduct | Kali Kaneko | |
2017-11-23 | [docs] complete bootstrapping info for osx | Kali Kaneko | |
2017-11-23 | [docs] add copy of the code of conduct | Kali Kaneko | |
2017-11-21 | [doc] link the right issue tracker in the man pages | Ruben Pollan | |
2017-11-20 | [docs] clarify guidelines for new contributors | Justin Bottega | |
This adds the Contributor Covenant 1.2 from the previous guidelines, as well as a github workaround for new contributors who run into the 0xacab 1-repo limit (or similar issues). Replaces a 404 link in the leap-commit-template, and adds a reminders to anonymize logs for testers. - Documentation: #9138 Signed-off-by: Ruben Pollan <meskio@sindominio.net> | |||
2017-11-03 | [feature] set windows title | Kali Kaneko | |
2017-11-02 | [docs] add packaging changes to changelog0.10.2 | Kali Kaneko | |
2017-11-02 | [style] fix formatting | Kali Kaneko | |
2017-11-02 | [feature] support deepin polkit agent | Kali Kaneko | |
-Resolves: #9119 | |||
2017-11-02 | [docs] add todo about proper event integration with systray | Kali Kaneko | |
2017-11-02 | [tests] fix tests | Kali Kaneko | |
2017-11-02 | [bug] really close if the user pushed the close button | Kali Kaneko | |
2017-11-01 | [feature] restore with double-click | Kali Kaneko | |
2017-11-01 | [feature] minimize to systray | Kali Kaneko | |
2017-11-01 | [docs] document systray in changelog | Kali Kaneko | |
- Resolves: #9094 | |||
2017-11-01 | [refactor] refactor status object | Kali Kaneko | |
2017-11-01 | [feature] add tooltip | Kali Kaneko | |
2017-11-01 | [feature] display vpn status on systray | Kali Kaneko | |
2017-11-01 | [feat] compile icons into app_rc | Kali Kaneko | |
2017-11-01 | [feat] add new assets for icons | Kali Kaneko | |
2017-11-01 | [feature] first stub for the systray | Kali Kaneko | |
2017-10-30 | [bug] fix test flakyness | Kali Kaneko | |
2017-10-27 | Dont build deb packages for platform repo | Varac | |
2017-10-27 | [CI] Fix caching of .tox/py27-dev | Varac | |
Resolves: #9058 | |||
2017-10-26 | [test] update imap flag list | Ruben Pollan | |
2017-10-26 | [bug] strip leap headers before processing the icnomming mails | Ruben Pollan | |
- Resolves: #9030 | |||
2017-10-26 | [feat] add fetch key by fingerprint to keymanager | Ruben Pollan | |
- Resolves: #9023 | |||
2017-10-26 | [bug] make nicknym return key data | Ruben Pollan | |
There was a mismatch on the return values of Nicknym class and the expectations. As most of the code was expecting an OpenPGPKey, but it was returning the json as it came from the nickserver. Now is just returning the key data. | |||
2017-10-26 | [pkg] install libssl-dev not an specific version | Ruben Pollan | |