summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-19log any soledad exception during initializationKali Kaneko
2014-12-19Allow frontend and backend to be run separately.Ivan Alejandro
Add the 'check_online' method to check whether the backend is accessible or not. Reduce the wait for running threads timeout on quit. Add retry feature to the backend requests send.
2014-12-19Disable '--offline' temporarily.Ivan Alejandro
2014-12-19Refactor login usage.Ivan Alejandro
- factor out the signal tracking code as a helper class, - move login logic from MainWindow to LoginWidget, - add new signals to the LoginWidget to interact with MainWindow, - add login sequence docs to LoginWidget class, - improve docs for login methods, - add LoginState class to handle login states, - disable login button until data is entered, - move some properties and actions to .ui file.
2014-12-19Forward the right env data to subprocess call.Ivan Alejandro
Closes #6123.
2014-12-18Quit Bitmask if there is no polkit agent running.Ivan Alejandro
Closes #6150.
2014-12-15Merge branch 'release/0.7.x' into developIvan Alejandro
Conflicts: pkg/tuf/release.py relnotes.txt
2014-12-12Update relnotes for 0.7.0.0.7.0release/0.7.xIvan Alejandro
2014-12-12Fold in changes.Ivan Alejandro
2014-12-11Pin Calyx.net provider.Ivan Alejandro
2014-12-05Bump bitmask-root version.0.7.0rc6Ivan Alejandro
2014-11-25fix typo, add licenseKali Kaneko
2014-11-24Add script to enable ipdb debugging in bundle directories.drebs
2014-11-14Fold in changes and update relnotes.0.7.0rc5Ivan Alejandro
2014-11-14vpn: support for the server setting custom fragment openvpn optionelijah
2014-11-12Do 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-12Fix compatibilty with newest openssl. Closes: #6133Kali Kaneko
Newest OpenSSL expect cafile to be None or byte stream (was retunrning unicode)
2014-11-11Add support for the internal LXDE polkit agent.Ivan Alejandro
Closes #6043.
2014-11-10Remove email instructions/reference. Closes #6140.Ivan Alejandro
- cleanup some code, - remove unused import, - pep8 fixes
2014-10-31Remove unused TUF helpers.Ivan Alejandro
These files are now in the bitmask_bundler repo.
2014-10-31Remove unused scriptsIvan Alejandro
2014-10-28Update release date and version number.0.7.0rc3Ivan Alejandro
2014-10-28Update requirements to use newer Soledad.Ivan Alejandro
2014-10-28Fold in changesIvan Alejandro
Update release date and version name.
2014-10-28Better error message for PostLimitError.Ivan Alejandro
Suggested by user 'kingu' on transifex.
2014-10-28Set version to 0.7.0 and date to the rc1 date.Ivan Alejandro
2014-10-28Fix typos on strings and remove unused button.Ivan Alejandro
This was reported by the user 'strel' on transifex.
2014-10-28Handle removals on the updater repoRuben Pollan
2014-10-28Replace triple dot character with 3 dots.Ivan Alejandro
The string was unicode and the conversion was troublesome, was displayed badly on transifex.
2014-10-28Update i18n strings.Ivan Alejandro
Exclude pinned providers and tests from the bitmask.pro generator since there is no strings to translate in there.
2014-10-21Better error message for PostLimitError.Ivan Alejandro
Suggested by user 'kingu' on transifex.
2014-10-10Set version to 0.7.0 and date to the rc1 date.Ivan Alejandro
2014-10-08Merge branch 'ivan/bug/fix-strings' into developRuben Pollan
2014-10-07Fix typos on strings and remove unused button.Ivan Alejandro
This was reported by the user 'strel' on transifex.
2014-10-07Merge remote-tracking branch 'meskio/feature/keymanager_api' into developIvan Alejandro
2014-10-06Add new leap.keymanager version to VERSION_COMPATRuben Pollan
2014-10-06Merge remote-tracking branch 'meskio/bug/6146_release_handle_removals' into ↵Ivan Alejandro
develop
2014-10-06Merge remote-tracking branch 'meskio/feature/keymanager_api' into developIvan Alejandro
2014-10-06Merge branch 'ivan/bug/fix-broken-str' into developRuben Pollan
2014-10-06Replace triple dot character with 3 dots.Ivan Alejandro
The string was unicode and the conversion was troublesome, was displayed badly on transifex.
2014-10-03Merge branch 'ivan/feature/update-i18n-strings' into developRuben Pollan
2014-10-03Update i18n strings.Ivan Alejandro
Exclude pinned providers and tests from the bitmask.pro generator since there is no strings to translate in there.
2014-10-02Handle removals on the updater repoRuben Pollan
2014-09-26Fix soledad imports (#5989).drebs
2014-09-26Merge branch 'release-0.7.0'0.7.0rc20.7.0rc1Tomás Touceda
2014-09-26Revert "Fix soledad imports (#5989)."Tomás Touceda
This reverts commit 7fcc4f40eaa8214de8ae20cd71d173337ad64290.
2014-09-26Fold in changesTomás Touceda
2014-09-26Update relnotesTomás Touceda
2014-09-22Merge remote-tracking branch 'elijah/feature/prefui' into developIvan Alejandro
2014-09-22Merge remote-tracking branch 'refs/remotes/ivan/bug/python2-compat' into developTomás Touceda