summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-29[docs] update changelogtravisKali Kaneko
2017-11-29[test] Run OSX test on travisVarac
- Related: #9092
2017-11-23[test] Install npm for build_ui CI jobVarac
2017-11-23[test] Install tox in docker imageVarac
2017-11-23[test] Install tox venv in every tox jobVarac
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.33Varac
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 conductKali Kaneko
2017-11-23[docs] complete bootstrapping info for osxKali Kaneko
2017-11-23[docs] add copy of the code of conductKali Kaneko
2017-11-21[doc] link the right issue tracker in the man pagesRuben Pollan
2017-11-20[docs] clarify guidelines for new contributorsJustin 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 titleKali Kaneko
2017-11-02[docs] add packaging changes to changelog0.10.2Kali Kaneko
2017-11-02[style] fix formattingKali Kaneko
2017-11-02[feature] support deepin polkit agentKali Kaneko
-Resolves: #9119
2017-11-02[docs] add todo about proper event integration with systrayKali Kaneko
2017-11-02[tests] fix testsKali Kaneko
2017-11-02[bug] really close if the user pushed the close buttonKali Kaneko
2017-11-01[feature] restore with double-clickKali Kaneko
2017-11-01[feature] minimize to systrayKali Kaneko
2017-11-01[docs] document systray in changelogKali Kaneko
- Resolves: #9094
2017-11-01[refactor] refactor status objectKali Kaneko
2017-11-01[feature] add tooltipKali Kaneko
2017-11-01[feature] display vpn status on systrayKali Kaneko
2017-11-01[feat] compile icons into app_rcKali Kaneko
2017-11-01[feat] add new assets for iconsKali Kaneko
2017-11-01[feature] first stub for the systrayKali Kaneko
2017-10-30[bug] fix test flakynessKali Kaneko
2017-10-27Dont build deb packages for platform repoVarac
2017-10-27[CI] Fix caching of .tox/py27-devVarac
Resolves: #9058
2017-10-26[test] update imap flag listRuben Pollan
2017-10-26[bug] strip leap headers before processing the icnomming mailsRuben Pollan
- Resolves: #9030
2017-10-26[feat] add fetch key by fingerprint to keymanagerRuben Pollan
- Resolves: #9023
2017-10-26[bug] make nicknym return key dataRuben 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 versionRuben Pollan
2017-10-26Build ubuntu artful packageVarac
2017-10-25[feat] support pantheon polkit agentKali Kaneko
Apparently, this would allow us to run in Elementary OS. -Resolves: #9076
2017-10-11[bug] fix incorrect imap flags for mailboxesKali 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 headersSimon 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 branchKali Kaneko
2017-10-11[style] pep8Kali Kaneko
2017-10-11[docs] update changelogKali Kaneko
2017-10-11[bug] import linux specific constants inside if blockkali
2017-10-11[feat] add gpg and pemfile in osx buildskali
These two details were blocking mail service from working in osx.
2017-10-09[pkg] get latest tags when bundlingKali Kaneko
2017-10-09[pkg] bump next-version to 0.10.2Kali Kaneko
2017-10-09[bug] properly check for local openvpn pathKali Kaneko
- Resolves: #9099
2017-10-07[docs] typoKali Kaneko
2017-10-06[pkg] add linux64 to the bundle commandsKali Kaneko
2017-10-06[docs] add some links to the readmeKali Kaneko