Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-24 | bump debian changelog | Kali Kaneko | |
2014-11-24 | Merge tag '0.7.0rc5' into debian/experimental | Kali Kaneko | |
Tag leap.bitmask version 0.7.0rc5 | |||
2014-11-14 | Fold in changes and update relnotes.0.7.0rc5 | Ivan Alejandro | |
2014-11-14 | vpn: support for the server setting custom fragment openvpn option | elijah | |
2014-11-12 | Do not use logger.exception during provider checks. | Kali Kaneko | |
Closes: #6219 leap log handler was choking on the captured exception. it might have to do with the exception unwinding made by the reactor. this is a workaround to allow the provider checks to show a meaningful error message. The backtrace should only be there for development purpuses, so removing it. | |||
2014-11-12 | Fix compatibilty with newest openssl. Closes: #6133 | Kali Kaneko | |
Newest OpenSSL expect cafile to be None or byte stream (was retunrning unicode) | |||
2014-11-11 | bump python-zmq requirement to use leap provided build against libsodium (#6023) | Micah Anderson | |
2014-11-11 | Add support for the internal LXDE polkit agent. | Ivan Alejandro | |
Closes #6043. | |||
2014-11-10 | Remove email instructions/reference. Closes #6140. | Ivan Alejandro | |
- cleanup some code, - remove unused import, - pep8 fixes | |||
2014-11-10 | fix changelog entry | Kali Kaneko | |
2014-11-10 | Merge branch 'deb-0.7.1-rc4' into debian | Kali Kaneko | |
2014-11-10 | freeze debian version | Kali Kaneko | |
2014-11-10 | update debian changelog to rc4 | Kali Kaneko | |
2014-11-10 | Merge branch 'bug/provider-check-deb-fixes' into deb-0.7.1-rc4 | Kali Kaneko | |
2014-11-10 | Fix compatibilty with newest openssl. Closes: #6133 | Kali Kaneko | |
Newest OpenSSL expect cafile to be None or byte stream (was retunrning unicode) | |||
2014-11-07 | Do not use logger.exception during provider checks. | Kali Kaneko | |
Closes: #6219 leap log handler was choking on the captured exception. it might have to do with the exception unwinding made by the reactor. this is a workaround to allow the provider checks to show a meaningful error message. The backtrace should only be there for development purpuses, so removing it. | |||
2014-11-03 | remove bad line break | Kali Kaneko | |
2014-11-03 | bump changelog | Kali Kaneko | |
2014-11-03 | freeze debian version | Kali Kaneko | |
2014-11-03 | Merge tag '0.7.0rc3' into deb-0.7.1-rc3 | Kali Kaneko | |
Tag leap.bitmask version 0.7.0rc3 Conflicts: src/leap/bitmask/services/soledad/soledadbootstrapper.py | |||
2014-10-28 | Update release date and version number.0.7.0rc3 | Ivan Alejandro | |
2014-10-28 | Update requirements to use newer Soledad. | Ivan Alejandro | |
2014-10-28 | Fold in changes | Ivan Alejandro | |
Update release date and version name. | |||
2014-10-28 | Better error message for PostLimitError. | Ivan Alejandro | |
Suggested by user 'kingu' on transifex. | |||
2014-10-28 | Set version to 0.7.0 and date to the rc1 date. | Ivan Alejandro | |
2014-10-28 | Fix typos on strings and remove unused button. | Ivan Alejandro | |
This was reported by the user 'strel' on transifex. | |||
2014-10-28 | Handle removals on the updater repo | Ruben Pollan | |
2014-10-28 | Replace triple dot character with 3 dots. | Ivan Alejandro | |
The string was unicode and the conversion was troublesome, was displayed badly on transifex. | |||
2014-10-28 | Update i18n strings. | Ivan Alejandro | |
Exclude pinned providers and tests from the bitmask.pro generator since there is no strings to translate in there. | |||
2014-09-30 | Remove the recommendation for xul-ext-bitmask | Kali Kaneko | |
Closes: #6163 | |||
2014-09-26 | Merge branch 'release-0.7.0'0.7.0rc20.7.0rc1 | Tomás Touceda | |
2014-09-26 | Revert "Fix soledad imports (#5989)." | Tomás Touceda | |
This reverts commit 7fcc4f40eaa8214de8ae20cd71d173337ad64290. | |||
2014-09-26 | Fold in changes | Tomás Touceda | |
2014-09-26 | Update relnotes | Tomás Touceda | |
2014-09-24 | revert soledad imports | Kali Kaneko | |
since we're not publishing the newest soledad packages yet | |||
2014-09-24 | remove pinning on dateutil version | Kali Kaneko | |
debian versions are ok | |||
2014-09-24 | bump debian changelog | Kali Kaneko | |
2014-09-24 | freeze debian version | Kali Kaneko | |
2014-09-24 | Merge branch 'develop' into deb-0.7.0-rc1 | Kali Kaneko | |
Conflicts: docs/man/bitmask-root.1.rst | |||
2014-09-22 | Merge remote-tracking branch 'elijah/feature/prefui' into develop | Ivan Alejandro | |
2014-09-22 | Merge remote-tracking branch 'refs/remotes/ivan/bug/python2-compat' into develop | Tomás Touceda | |
2014-09-22 | Use python2.7 instead of python2. | Ivan Alejandro | |
The binary `python2` is not present on Debian systems. The common denominator for Ubuntu, Debian, Arch is `python2.7` Related to #6048. | |||
2014-09-22 | country flags: add default fallback xx.png flag. | elijah | |
2014-09-19 | single pref win: fix problems with cleaning up closed windows (lambdas were ↵ | elijah | |
keeping the python object from getting garbage collected, and this keeps the old signal connections active) | |||
2014-09-19 | single pref win: ensure proper deletion of preference window pages. | elijah | |
2014-09-19 | single pref win: added shortcut to preferences | elijah | |
2014-09-19 | single pref win: minor linting & add changes file | elijah | |
2014-09-19 | single pref win: move preference window tracking to PreferencesWindow | elijah | |
2014-09-19 | single pref win: clean up vpn pref error displaying & don't show dummy ↵ | elijah | |
gateways in case of error. | |||
2014-09-19 | single pref win: gets the autopep8 beauty scrub. | elijah | |