Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-19 | Disable '--offline' temporarily. | Ivan Alejandro | |
2014-12-19 | Refactor 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-19 | Forward the right env data to subprocess call. | Ivan Alejandro | |
Closes #6123. | |||
2014-12-18 | Quit Bitmask if there is no polkit agent running. | Ivan Alejandro | |
Closes #6150. | |||
2014-12-15 | Merge branch 'release/0.7.x' into develop | Ivan Alejandro | |
Conflicts: pkg/tuf/release.py relnotes.txt | |||
2014-12-11 | Pin Calyx.net provider. | 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 | 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-10-28 | Better error message for PostLimitError. | Ivan Alejandro | |
Suggested by user 'kingu' on transifex. | |||
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 | 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-21 | Better error message for PostLimitError. | Ivan Alejandro | |
Suggested by user 'kingu' on transifex. | |||
2014-10-07 | Fix typos on strings and remove unused button. | Ivan Alejandro | |
This was reported by the user 'strel' on transifex. | |||
2014-10-06 | Merge remote-tracking branch 'meskio/feature/keymanager_api' into develop | Ivan Alejandro | |
2014-10-06 | Replace triple dot character with 3 dots. | Ivan Alejandro | |
The string was unicode and the conversion was troublesome, was displayed badly on transifex. | |||
2014-09-26 | Fix soledad imports (#5989). | drebs | |
2014-09-26 | Revert "Fix soledad imports (#5989)." | Tomás Touceda | |
This reverts commit 7fcc4f40eaa8214de8ae20cd71d173337ad64290. | |||
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 | |
2014-09-19 | single pref win: moved password change UI to a separate window, opened from ↵ | elijah | |
account page in preferences. | |||
2014-09-19 | single pref win: enabled/disable services via preferences window, account page. | elijah | |
2014-09-19 | single pref win: move eip preferences to new combined preference window. | elijah | |
2014-09-16 | Hide AKM menu and disable the qt connection. | Ivan Alejandro | |
Hide the Advaneced Key Management menu from the ui file and comment out the connection between the triggered action and the method that shows the AKM window. Closes #6087. | |||
2014-09-16 | New keymanager API | Ruben Pollan | |
get_all_keys_in_local_db -> get_all_keys parse_openpgp_ascii_key -> None | |||
2014-09-15 | Improve support for RTL languages. | Ivan Alejandro | |
* Update transifex resource name. * Use RightToLeft layout for Arabic language. * Use better names and comments on i18n section. * Use unicode to initialize widgets with text that otherwise (str) will fail when Arabic (and most likely any other language with non-ascii characters) is used. Closes #5289, #6033. | |||
2014-09-12 | Initializers needs to use PolicyChecker to get pkexec in linux | Ruben Pollan | |
2014-09-11 | Merge remote-tracking branch 'meskio/feature/6040_email_firewall' into develop | Ivan Alejandro | |
2014-09-11 | Add email firewall | Ruben Pollan | |
2014-09-08 | Send the token when querying the EIP cert | Tomás Touceda | |
2014-09-03 | Code cleanup and logging improvements. | Ivan Alejandro | |
2014-09-03 | Better logging output for missing files and error. | Ivan Alejandro | |
2014-09-03 | Remove unused defers. | Ivan Alejandro | |
Also, we no longer return defers for those actions. | |||
2014-09-03 | Move reactor import to the top. | Ivan Alejandro | |
2014-09-03 | Don't defer action to thread here. | Ivan Alejandro | |
We already are running the methods in a thread from the backend. | |||
2014-08-28 | Remove /tmp/bitmask.lock on quit. Closes #5866. | Ivan Alejandro | |
Add a platform independent release_lock helper, so all the SO dependent code goes inside the locks file. Also, do some code cleanup. | |||
2014-08-27 | Hide button / improve message on missing helpers. | Ivan Alejandro | |
* Emit the `eip_missing_helpers` signal when the user chooses "Don't ask me again". * We emit that signal when some helper file is missing, even if the user doesn't want a warning. * Do the update of the eip enabled status with some delay to give some time the eip machine to start and do what it needs with the buttons/labels and avoid the 'hide turn on button if missing files' being overridden. Closes #5945. | |||
2014-08-20 | Select current provider on EIP preferences. | Ivan Alejandro | |
- Don't disconnect logout signals, so when the wizard is triggered the UI can reflect the logout result. - Restore the selected provider when 'other...' is selected *before* the provider_changed signal is emitted to avoid that option to keep selected in case of some error. - Avoid the currentIndexChanged to be triggered when we load the providers. | |||
2014-08-19 | Update and get ready to start a provider on change. | Ivan Alejandro | |
Closes #5996, #5997. | |||
2014-08-19 | Change settings' provider on provider change. | Ivan Alejandro | |
Closes #5995. | |||
2014-08-19 | remove dict comprenhension | Kali Kaneko | |
2014-08-18 | make the login not wait for eip it cannot-start-eip | Kali Kaneko | |
2014-08-18 | Fix soledad imports (#5989). | drebs | |