summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-08Use Standards-Version: 3.9.8build_packagesvarac
2017-03-08Branch decides which repo to use in custom-varsvarac
2017-03-08Test with amd64:stretch jobvarac
2017-03-08Use one package job for every arch/dist combinationvarac
2017-03-08Remove default vars from .gitlab-ci.ymlvarac
2017-03-02Change to Uploaders in debian/controlvarac
2017-03-02Use LEAP automated build <sysdev@leap.se> as uploadervarac
2017-03-02Quote square brackets in .gitlab-ci.ymlvarac
2017-03-02Upload to different deb repo for any other branch than mastervarac
2017-03-02Split builing and uploading packagevarac
2017-03-02Remove duplicate deb-systemd-invoke start leap-mx.servicevarac
2017-03-02Restart on upgradesvarac
2017-03-02Fix lintian errors when packaging without initfilevarac
2017-03-02Shutdown container after successful buildvarac
2017-03-02Run freeze_python_version.sh from PATHvarac
2017-03-02Move freeze_python_version.sh to gitlab-buildpackage repovarac
2017-03-02Use . before git ref in python versionvarac
2017-03-02Add git describe output to CIvarac
2017-03-02Make pip version similar to git describevarac
2017-03-02Fix .gitlab-ci.ymlvarac
2017-03-02Freeze python versionvarac
2017-03-02Show pwd on docker buildvarac
2017-03-02Sleep after successful building to enable debuggingvarac
2017-03-02Run dh with --with=systemdvarac
2017-03-02Remove unused old initscriptvarac
2017-03-02Build and test deb packages on 0xacab.orgvarac
2017-03-02Include debian/ into mastervarac
2017-02-17remove executable permissions on non-executable fileMicah Anderson
2017-02-16[docs] add changelog for 0.9.10.9.1Kali Kaneko
2017-01-27[style] pep8 fixesdrebs
2017-01-27Returns doc as None if we have some error during the encryptionThais 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 CIRuben Pollan
2017-01-26[test] run the tests with tox and py.testRuben Pollan
- Resolves: #14
2017-01-26[pkg] update to new versioneer json formatKali Kaneko
2017-01-26[style] improve readabilityKali Kaneko
2017-01-26[pkg] add changelog for 0.8.1Kali Kaneko
2017-01-26[pkg] remove old changes notesKali Kaneko
2017-01-26[bug] check if 'enabled' field exist in the Identity documentRuben Pollan
- Related: #7961
2016-04-18Merge 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.0Kali Kaneko
2016-04-18[pkg] Update changelogKali Kaneko
2016-04-14[feature] Bounce stalled emails after a timeout.Ruben Pollan
* Resolves: #7998
2016-04-07[style] remove unused codeRuben Pollan
2016-04-01[pkg] update versioneer to 0.16Kali Kaneko
2016-03-11[bug] Check if the account is enabledRuben Pollan
- Resolves: #7961
2016-01-07add service file for starting via systemdChristoph
2015-12-10ignore .eggs folderKali Kaneko
2015-12-09[feat] use the original message for encryptionRuben 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 fingerprintRuben Pollan
- Resolves: #4285