Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-21 | [pkg] native pyinstaller packaging | Kali Kaneko (leap communications) | |
2016-10-20 | [bug] add missing import | Kali Kaneko (leap communications) | |
2016-10-19 | [docs] include leap commit template from the docs | Kali Kaneko (leap communications) | |
2016-10-19 | [style] pep8 | Kali Kaneko (leap communications) | |
2016-10-19 | [docs] add denis to authors | Kali Kaneko (leap communications) | |
2016-10-19 | [bug] Fix warning logging. | Denis Costa | |
Following Twisted documentation, I found out that the warning method doesn't exist on logger class. That class has warn method instead. And I got a error because of that. https://twistedmatrix.com/documents/16.4.1/api/twisted.logger.Logger.html | |||
2016-10-19 | [feat] leap.mail: expose content charset as a separated attribute | NavaL | |
Before we used to have content_doc.content_type = 'text/plain; charset="utf-8"'. Currently, we have content_doc.content_type = 'text/plain'. This change will give us, on top of that: content_doc.charset = 'utf-8'. One can reconstruct the original one using .content_type and .charset. | |||
2016-10-19 | [pkg] re-add scripts to build openvpn and gnupg binaries | Kali Kaneko (leap communications) | |
2016-10-19 | [pkg] change upload | Kali Kaneko (leap communications) | |
2016-10-19 | [pkg] bump bundle version | Kali Kaneko (leap communications) | |
2016-10-19 | [pkg] disable openvpn for windows bundle for now | Kali Kaneko (leap communications) | |
Also, add a variant to keep the docker builds around, bandwidth is expensive in some parts of the world. | |||
2016-10-19 | [style] some minor naming changes; linting | Kali Kaneko (leap communications) | |
2016-10-19 | [pkg] reproducible windows installer for bitmask_client | Paixu Aabuizia | |
Port of paixu's original commit 0a5d24d64b5f637038a15b01bbe1b3d4bf4108f2 in the legacy bitmask_client repo. Refs: 0.9.1-85-g0a5d24d - provide a environment that allows automated builds of windows installers - prepare dockerized environment with wine, python, openssl, zlib and mingw to build windows binaries from python sourcecode - prepare dockerized environment with nullsoft installer to build installers from binaries - configure pyinstaller to build binaries - configure nsis to build distributable executables for bitmask - configure make all in pkg/windows that results in installers - add documentation - ico conversion from data/images - avoid polluting / in docker image - install dirspec and copy to wine env - remove obsolete comments - fix python path - figure out that pip install leap.a and pyinstalling a leap.b does not work - so the build script fixes that - rename dependencies to pyinstaller and move nsis code to installer - build openvpn, export the binaries for further processing - correct openvpn dependencies, fetch tap installer compatible with openvpn just built - install tap-driver with nsis - pyinstaller-build: fix mixed mkdir / show errors if there are some - installer-build: prepare rw-copy, do not expose nsh files - add openvpn_leap.exe to install directory so it gets picked up by nsis - use setup.py to install bitmask to site-packages to have a version - separate build directories for granular make - copy all openvpn dlls to installer - die to signal failure to parent makefile - cache installDependencies for quick turn-arround times - share openssl version between openvpn and pysqlcipher/other pip builds - collect files during prepare for installer - default to eip:false, mail:true - configuration in pyinstaller-build.sh - win64 tap drivers need special care getting removed from 32bit nsis - correct registry key that identifies if we installed TAP - extract version from git-tree, expose to wine python - create nsh with version for build installer - allow clean/dirty version with patches - cleanup / indent / remove comments - die when pysqlchipher patch failed - add psutil in mingw compatible version | |||
2016-10-17 | [docs] add gitlab build badge | Kali Kaneko (leap communications) | |
2016-10-17 | [bug] use twisted.logger and fix logging namespace | drebs | |
2016-10-10 | [bug] create log directory on log initialization | drebs | |
2016-10-10 | [feat] improve mail service log messages | drebs | |
2016-10-10 | [tests] add build stage | varac | |
2016-10-10 | [pkg] add command to upload to pypi | Kali Kaneko (leap communications) | |
2016-10-10 | [bug] fix error logging calls using twisted logger | drebs | |
2016-10-07 | [minor] ui - remove unused code | elijah | |
2016-10-07 | [feat] ui - add support for sign up with invite code | elijah | |
2016-10-07 | [tests] do not halt on first failure on CI tests | Kali Kaneko (leap communications) | |
2016-10-07 | [docs] fix markup | Kali Kaneko (leap communications) | |
2016-10-07 | [pkg] get prebuilt package from pypi-in-the-sky | Kali Kaneko (leap communications) | |
2016-10-07 | [doc] ui - update readme to be more clear | elijah | |
2016-10-07 | [tests] use docker for CI | varac | |
2016-10-07 | [bug] fix logging on hooks | Kali Kaneko (leap communications) | |
2016-10-07 | [bug] fail gracefully in mail service if instance not found | Kali Kaneko (leap communications) | |
also, small refactor to make the function clearer. | |||
2016-10-07 | [typo] fix markup | Kali Kaneko (leap communications) | |
2016-10-07 | [doc] updated README with instructions on how to actually run bitmask | elijah | |
2016-10-07 | [style] pep8 | Kali Kaneko (leap communications) | |
2016-10-07 | [tests] remove assertion, bundles are not deleted on exit | Kali Kaneko (leap communications) | |
2016-10-07 | [bug] add path extension to gpg1 too | Kali Kaneko (leap communications) | |
2016-10-07 | [refactor] do not print traceback for expected errors | Kali Kaneko (leap communications) | |
Add the ability to declare an exceptions as 'expected'. This will avoid logging the backtrace on the bitmaskd log. We will just forward the message in the json that we return to the caller. - Resolves: #8506 | |||
2016-10-07 | [refactor] migrate hooks to bitmask repo | Kali Kaneko (leap communications) | |
now we can deprecate service_hooks in leap.common repo | |||
2016-10-07 | [refactor] use new logger infrastructure | Kali Kaneko (leap communications) | |
2016-10-07 | [feature] logs watch command | Kali Kaneko (leap communications) | |
2016-10-07 | [refactor] remove dead code | Kali Kaneko (leap communications) | |
not using this anymore, was a vile hack. and a very bad idea too, happy to see it gone. | |||
2016-10-07 | [bug] fix typo: avoided js to be bundled | Kali Kaneko (leap communications) | |
2016-10-06 | [feat] ui - log all events to console, for now. | elijah | |
2016-10-06 | [feat] ui - email status section | elijah | |
2016-10-06 | [bug] fix problems building ui, closes #8516 | elijah | |
2016-10-04 | [bug] fix typ0 in method name | drebs | |
2016-10-04 | [docs] document invitecodes | Kali Kaneko (leap communications) | |
2016-10-04 | [feature] handle invite codes | Kali Kaneko (leap communications) | |
In the command line, --invitecode is a new optional parameter to the command "user create". bonafide service handles the invite codes. javascript library should be updated accordingly - Resolves: #7550 | |||
2016-10-04 | [docs] fix readme markup | Kali Kaneko (leap communications) | |
2016-10-04 | [docs] complete contributors list | Kali Kaneko (leap communications) | |
2016-10-04 | [docs] rtd badge | Kali Kaneko (leap communications) | |
2016-10-04 | [docs] add missing libraries | Kali Kaneko (leap communications) | |