Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-04 | [deb] bump version to 0.8.0 final | Kali Kaneko | |
2016-04-14 | bump debian changelog | Kali Kaneko | |
2016-04-14 | [pkg] freeze debian version | Kali Kaneko | |
2016-04-14 | Merge branch 'develop' into debian/platform-0.8 | 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 | |
2016-01-07 | Merge branch 'add_sytemd_service' into debian/platform-0.8 | Ruben Pollan | |
2016-01-07 | add service file for starting via systemd | Christoph | |
2016-01-07 | depend on dh-systemd for building | Christoph | |
we need this if we want to have a systemd script for starting leap-mx | |||
2015-12-10 | [deb] bump version to 0.8.0~alpha+2 | Kali Kaneko | |
2015-12-10 | [pkg] freeze debian version | Kali Kaneko | |
2015-12-10 | Merge branch 'develop' into debian/platform-0.8 | Kali Kaneko | |
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-04 | [bug] skip fingerprint-map section for watching too | Kali Kaneko | |
2015-12-04 | [pkg] fix outdated tac file path | Kali Kaneko | |
2015-12-03 | [pkg] remove dh-python for wheezy builds | Kali Kaneko | |
2015-12-02 | [pkg] update debian changelog to 0.8.0alpha | Kali Kaneko | |
2015-12-02 | [pkg] freeze debian version | Kali Kaneko | |
2015-12-02 | [pkg] rename mx.tac | Kali Kaneko | |
For some reason, this had stuck to the previous name during last merge. | |||
2015-12-02 | Merge branch 'develop' into debian/platform-0.8 | 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. | |||
2015-11-24 | Change initscript to run leap-mx as an unpriviledged user (#7634) | Micah Anderson | |
2015-11-23 | [feat] add '@deliver.local' to uuid | Ruben Pollan | |
- Resolves: #5959 | |||
2015-11-18 | [feat] Use syslog for logging | Ruben Pollan | |
- Closes: #6859 - Related: #6942 | |||
2015-11-12 | [feat] update leap.mx usage of soledad CouchDatabase | Ruben Pollan | |
- Related: #7565 | |||
2015-10-16 | ignore more things | Kali Kaneko | |
2015-09-15 | [feat] return a more meaningful msg if user exists but has no key | Ruben Pollan | |
- Resolves: #7272 | |||
2015-09-15 | [test] add test infrastructure | Ruben Pollan | |
Some refactor on the couchdb usage was needed to be able to mock couchdb. - Resolves: #7435 | |||
2015-09-11 | [feat] Don't add any X-Leap-Provenance header | Ruben Pollan | |
- Resolves: #7439 | |||
2015-08-04 | [bug] bind TCPServer to localhost | Kali Kaneko | |
currently, mx services are being bound to all the interfaces. - Resolves: #7348 | |||
2015-08-03 | [feat] use wheels to install dependencies | Parménides GV | |
generate_wheels uses $WHEELHOUSE to generate and store the wheels for requirements.pip and requirements-testing.pip (if it exists). pip_install_requirements.sh installs requirements.pip from them if possible (if not, then it fetches them from pypi) or, if passed the --testing flag, it installs requirements-testing.pip. - Related: 7327 | |||
2015-07-28 | [tests] add pep8 to requirements-testing | Kali Kaneko | |
2015-07-27 | [pkg] add AUTHORS file + one-liner to generate it | Kali Kaneko | |
2015-07-27 | [pkg] add script to install base requirements | Kali Kaneko | |
- update pip - install base reqs | |||
2015-07-22 | [pkg] separate leap requirements | Kali Kaneko | |
this is part of a process to make the setup of the development mode less troublesome. from now on, setting up a virtualenv in pure development mode will be as easy as telling pip to just install the external dependencies:: pip install -r pkg/requirements.pip and traversing all the leap repos for the needed leap dependencies doing:: python setup.py develop - Related: #7288 | |||
2015-05-11 | Merge pull request #67 from andrejb/debian-remove-syslog-from-initscriptdebian/platform-0.7 | micah | |
Debian remove syslog from initscript | |||
2015-05-08 | [bug] remove --syslog twistd option | drebs | |
Currently, we don't want to log to syslog, because the platform has to be modified before we can do that (see #6942). In the future, we might want to log to syslog only, or make it optional depending on the contents of /etc/default/leap_mx. For now we just remove twistd's --syslog option from the initscript. Closes: #6937. | |||
2015-05-08 | [refactor] move initscript to more sensible name | drebs | |