Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2017-10-06 | [docs] add singleton bootstrap fix to changelog | Kali Kaneko | |
2017-10-06 | [feat] use bonafide Provider object as a singleton | Ruben Pollan | |
There was common situations where two provider instances where running in parallel. And was creating weird errors (like getting wrong api_uri) because the bootstrap deferreds were global but the Provider objects not. I don't like much singletons, but I think now is simpler than before. - Resolves: #9073 | |||
2017-10-06 | [bug] use sytem-wide bitmask-root, if found | Kali Kaneko | |
we make a distinction between the system-wide bitmask-root, which should be placed there by the maintainers of whatever packages your distribution uses, and the bitmask-root that is placed by the bundles (using polkit). since the bundles copying over the helper from user-writeable folders is a potential attack vector, we prefer to use the package's version if present. also, if we cannot find either, we abort the launching of the VPN. we've discussed that this might move to the service initialization instead, but I think the cases in which this is needed should be rare. I fix also a corner-case in which we were using getcwd() at import time. if you execute code and then remove the installation path, this will raise a traceback in bitmaskctl. I think it's nicer to catch the error properly when starting. | |||
2017-10-06 | [pkg] add soledad-common temporarily | Kali Kaneko | |
the released soledad packages didn't list soledad-common as a dependency for client. this change can be reverted after releasing soledad 0.10.4 -Resolves: #9065 | |||
2017-10-06 | [docs] add link to asciinema record of debian install | Kali Kaneko | |
2017-10-03 | [docs] bump the docs version to 0.10.00.10.0 | Kali Kaneko | |
2017-10-03 | [pkg] copy the folder to dist | Kali Kaneko | |
the package from docker was being copied with the `dist` name. | |||
2017-10-03 | [docs] add a package_in_docker target | Kali Kaneko | |