Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2017-10-26 | Build ubuntu artful package | Varac | |
2017-10-25 | [feat] support pantheon polkit agent | Kali Kaneko | |
Apparently, this would allow us to run in Elementary OS. -Resolves: #9076 | |||
2017-10-11 | [bug] fix incorrect imap flags for mailboxes | Kali Kaneko | |
for some reason the implementation was returning a list of default flags for every mailbox, that's incorrect according to the spec. we have the plan to implement special mailboxes soon, but for now I'm merging this as it's needed to get nylas prototype working. - Resolves: #9031 | |||
2017-10-11 | [bug] Keep content-type when it is set in message headers | Simon Fondrie-Teitler | |
When content-type was set in the message headers instead of the MIMEPart (e.g. when not using MIMEParts in the message) bitmask would ignore it and add the content as text/plain. This caused problems with Nylas. To fix this, if the message is not Multipart I'm keeping the assumption that everything is going to have the maintype of "text" but copying the subtype from the original message. This also decodes the original message's payload before attaching the old content to the new message to make up for the loss of encoding information. -Resolves: #9064 | |||
2017-10-11 | [pkg] cannot pull when not in a branch | Kali Kaneko | |
2017-10-11 | [style] pep8 | Kali Kaneko | |
2017-10-11 | [docs] update changelog | Kali Kaneko | |
2017-10-11 | [bug] import linux specific constants inside if block | kali | |
2017-10-11 | [feat] add gpg and pemfile in osx builds | kali | |
These two details were blocking mail service from working in osx. | |||
2017-10-09 | [pkg] get latest tags when bundling | Kali Kaneko | |
2017-10-09 | [pkg] bump next-version to 0.10.2 | Kali Kaneko | |
2017-10-09 | [bug] properly check for local openvpn path | Kali Kaneko | |
- Resolves: #9099 | |||
2017-10-07 | [docs] typo | Kali Kaneko | |
2017-10-06 | [pkg] add linux64 to the bundle commands | Kali Kaneko | |
2017-10-06 | [docs] add some links to the readme | Kali Kaneko | |
2017-10-06 | [docs] explain how to enter the virtualenv | Kali Kaneko | |
2017-10-06 | [pkg] prevent bootstrap script from hanging | Kali Kaneko | |
2017-10-06 | [pkg] bump next-version | Kali Kaneko | |
2017-10-06 | [pkg] add some missing dependencies to bootstrap script | Kali Kaneko | |
2017-10-06 | [docs] mention logs path | Kali Kaneko | |
2017-10-06 | [style] pep80.10.1 | Kali Kaneko | |