Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-02 | Upload to different deb repo for any other branch than master | varac | |
2017-03-02 | Split builing and uploading package | varac | |
2017-03-02 | Remove duplicate deb-systemd-invoke start leap-mx.service | varac | |
2017-03-02 | Restart on upgrades | varac | |
2017-03-02 | Fix lintian errors when packaging without initfile | varac | |
2017-03-02 | Shutdown container after successful build | varac | |
2017-03-02 | Run freeze_python_version.sh from PATH | varac | |
2017-03-02 | Move freeze_python_version.sh to gitlab-buildpackage repo | varac | |
2017-03-02 | Use . before git ref in python version | varac | |
2017-03-02 | Add git describe output to CI | varac | |
2017-03-02 | Make pip version similar to git describe | varac | |
2017-03-02 | Fix .gitlab-ci.yml | varac | |
2017-03-02 | Freeze python version | varac | |
2017-03-02 | Show pwd on docker build | varac | |
2017-03-02 | Sleep after successful building to enable debugging | varac | |
2017-03-02 | Run dh with --with=systemd | varac | |
2017-03-02 | Remove unused old initscript | varac | |
2017-03-02 | Build and test deb packages on 0xacab.org | varac | |
2017-03-02 | Include debian/ into master | varac | |
2017-02-17 | remove executable permissions on non-executable file | Micah Anderson | |
2017-02-16 | [docs] add changelog for 0.9.10.9.1 | Kali Kaneko | |
2017-01-27 | [style] pep8 fixes | drebs | |
2017-01-27 | Returns doc as None if we have some error during the encryption | Thais Siqueira | |
When we had an error during encryption, the doc property "_enc_json" was empty and we were saving this empty data on CouchDb. Then it was causing the [GNUPG:] NODATA 2 error during decryption. Related with: https://github.com/pixelated/pixelated-user-agent/issues/908 with @tayanefernandes | |||
2017-01-27 | [pkg] Configure systemd to auto-restart. | Thais Siqueira | |
2017-01-26 | [test] add gitlab CI | Ruben Pollan | |
2017-01-26 | [test] run the tests with tox and py.test | Ruben Pollan | |
- Resolves: #14 | |||
2017-01-26 | [pkg] update to new versioneer json format | Kali Kaneko | |
2017-01-26 | [style] improve readability | Kali Kaneko | |
2017-01-26 | [pkg] add changelog for 0.8.1 | Kali Kaneko | |
2017-01-26 | [pkg] remove old changes notes | Kali Kaneko | |
2017-01-26 | [bug] check if 'enabled' field exist in the Identity document | Ruben Pollan | |
- Related: #7961 | |||
2016-04-18 | Merge tag '0.8.0' | Kali Kaneko | |
Tag leap.mx version 0.8.0 # gpg: Signature made Mon 18 Apr 2016 12:03:24 PM BOT # gpg: using RSA key 1CAF6C5B9F720808 # gpg: Good signature from "Kaliyuga <kaliyuga@riseup.net>" [ultimate] # gpg: aka "Kali Kaneko (leap communications) <kali@leap.se>" [ultimate] | |||
2016-04-18 | [pkg] bump leap deps0.8.0 | Kali Kaneko | |
2016-04-18 | [pkg] Update changelog | Kali Kaneko | |
2016-04-14 | [feature] Bounce stalled emails after a timeout. | Ruben Pollan | |
* Resolves: #7998 | |||
2016-04-07 | [style] remove unused code | Ruben Pollan | |
2016-04-01 | [pkg] update versioneer to 0.16 | Kali Kaneko | |
2016-03-11 | [bug] Check if the account is enabled | Ruben Pollan | |
- Resolves: #7961 | |||
2016-01-07 | add service file for starting via systemd | Christoph | |
2015-12-10 | ignore .eggs folder | Kali Kaneko | |
2015-12-09 | [feat] use the original message for encryption | Ruben Pollan | |
Do not reconstruct the message from the parsed one. Added test for missleading encoding. - Resolves: #7253 | |||
2015-12-09 | [feat] postfix lookup against couchdb for client smtp fingerprint | Ruben Pollan | |
- Resolves: #4285 | |||
2015-12-08 | [pkg] bump soledad-common dependency | Kali Kaneko | |
needed because the ServerDocument refactor - Releases: 0.8.0 | |||
2015-12-04 | [pkg] fix outdated tac file path | Kali Kaneko | |
2015-12-04 | [bug] skip fingerprint-map section for watching too | Kali Kaneko | |
2015-12-02 | [bug] fix path for data files | Kali Kaneko | |
As pointed by cz8s in https://github.com/leapcode/leap_mx/pull/75, this path was fixed in the debian branch for platform 0.7, but was never merged back onto develop. | |||
2015-11-26 | Merge remote-tracking branch 'leapcode/pr/81' into develop | Kali Kaneko | |
2015-11-26 | [doc] document the return codes of the TCP maps | Ruben Pollan | |
- Resolves: #7271 | |||
2015-11-26 | [style] fix pep8 errors | Ruben Pollan | |
2015-11-25 | [feat] WHEELHOUSE can be a url + --use-leap-wheels | Ruben Pollan | |
--use-leap-wheels sets --trusted-host (remove it when we have a proper cert) and WHEELHOUSE to https://ftp.lizard.leap.se Until we get ftp.lizard cname, use lizard as the wheels server. |