Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-17 | [style] pep8 fixes | Kali Kaneko | |
2015-08-07 | [feat] add util function fo find location when frozen | Kali Kaneko | |
2015-07-24 | [feat] enable '--danger' for stable versions | Ivan Alejandro | |
Is useful for new providers to be able to use the stable Bitmask version with this flag to be able to use custom certificates. - Resolves: #7250 | |||
2015-07-24 | [style] pep8 comments | Ivan Alejandro | |
2015-06-22 | [feat] replace old log handler with new one | Ivan Alejandro | |
Replace logging.getLogger with custom get_logger. Remove some unneeded dependencies and reorder other. | |||
2015-06-22 | [feat] add a zmq based logger, change log window | Ivan Alejandro | |
- Add a new handler for a zmq/thread-safe log send between components. - Update the log window to use this new handler. - Remove old custom handler We have implemented a new handler that uses logbook, so this one is no longer needed. - Adapt log silencer to new handler - Use log file always as default - Related: #6733 | |||
2015-03-09 | [feat] add support for xfce-polkit agent | Ivan Alejandro | |
Resolves: #6713 | |||
2015-02-13 | enable --offline mode for email again | Kali Kaneko | |
2015-01-30 | fix path for gnome polkit agent (Closes: #6652) | Kali Kaneko | |
fix also a typo when logging errors | |||
2015-01-15 | Use tuple instead of set. | Ivan Alejandro | |
The set syntax using {} works for python >= 2.7, so failed on 2.6. Closes #6638. | |||
2014-12-19 | Disable '--offline' temporarily. | Ivan Alejandro | |
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-11-11 | Add support for the internal LXDE polkit agent. | Ivan Alejandro | |
Closes #6043. | |||
2014-09-19 | single pref win: moved password change UI to a separate window, opened from ↵ | elijah | |
account page in preferences. | |||
2014-09-11 | Add email firewall | Ruben Pollan | |
2014-08-19 | remove dict comprenhension | Kali Kaneko | |
2014-08-13 | Use same user/password restrictions as in the webapp. | Ivan Alejandro | |
- no uppercase allowed in usernames, - password length min to 8 Closes #5894. | |||
2014-07-31 | Do not default to SecretService keyring | Tomás Touceda | |
2014-07-31 | Enable keyring again | Tomás Touceda | |
2014-07-25 | Create the autostart path in case that does not exist. | Ivan Alejandro | |
2014-07-25 | Fix misused import. | Ivan Alejandro | |
2014-07-25 | Merge remote-tracking branch 'refs/remotes/ivan/feature/autostart-on-linux' ↵ | Tomás Touceda | |
into develop | |||
2014-07-25 | Add Linux autostart. Closes #4989. | Ivan Alejandro | |
2014-07-24 | Disable user/pass remembering temporarily. | Ivan Alejandro | |
Set the keyring to None in order to simulate an always unavailable keyring, that way we avoid the possibility of the user running into the existing keyring issues. See https://leap.se/code/issues/4190 Update comparisons to do a proper comparison with `None`. Fix login widget 'enabled' changer in order to change the 'remember' widget *only* if we have an usable keyring. | |||
2014-07-16 | Code style fixes. | Ivan Alejandro | |
2014-07-14 | Send the flag module values to the processes. | Ivan Alejandro | |
Add serialize/deserialize to dict helper. | |||
2014-06-30 | Add the flag manually if it is release version. | Ivan Alejandro | |
2014-06-30 | Handle undefined danger flag. | Ivan Alejandro | |
2014-06-20 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/kali/feature/install-helpers-utility' into develop | |||
2014-06-18 | Use a better naming for argparse helper. | Ivan Alejandro | |
2014-06-16 | remove unneeded exec bit | Kali Kaneko | |
2014-06-12 | Install missing stuff into /usr/local/sbin. Closes: #$741 | Kali Kaneko | |
2014-06-05 | Reorder logging helpers and handlers. | Ivan Alejandro | |
2014-05-23 | Allow usernames to end in a digit. | Ivan Alejandro | |
2014-05-21 | Update username regex to support the same as webapp. | Ivan Alejandro | |
Rename password util to credentials and add a username check helper. Move the username regexp to the credentials module. Closes #5695. | |||
2014-05-12 | change paths for installing the latest helpers | Kali Kaneko | |
2014-04-22 | Add flag to skip provider checks in wizard. | Ivan Alejandro | |
2014-04-11 | Add post limit exception and remove legacy code. | Ivan Alejandro | |
2014-04-10 | Add flag to start the app hidden in the tray. | Ivan Alejandro | |
Closes #4990. | |||
2014-04-01 | Add support for self signed certs. Closes #5391. | Ivan Alejandro | |
2014-04-01 | Cleanup strings. | Ivan Alejandro | |
2014-02-26 | Add pastebin support for upload logs. | Ivan Alejandro | |
2014-02-26 | Add pastebin api wrapper file. | Ivan Alejandro | |
Currently installation through PyPI isn't working so I embedded here. Add reference in license file. | |||
2014-02-17 | silence decorator | Kali Kaneko | |
2014-02-03 | Use the new log format in the GUI too. | Ivan Alejandro | |
- Unify location for log format. | |||
2014-01-17 | defend against keyring errors | Kali Kaneko | |
on certain settings, like a virtualenv with symlinks, I'm getting errors after a suspend, related to a error to connect to the dbus socket. wrapping all of it in a conditional we avoid that kind of error. | |||
2014-01-13 | able to import maildir | Kali Kaneko | |
2014-01-12 | rename repair to plumber to suit more generic functionality | Kali Kaneko | |
2014-01-11 | workaround for using keyring inside a virtualenv | Kali Kaneko | |
(securestorage backend) This is related to research #4190 and #4083. I didn't resolve them, but I ended understanding a bit more what kind of issues can we be having with those. This workaround is more than anything a cleanup on that for future work, and is making me able to test the client much more nicely inside a virtualenv (where the default keyring selecting was the plaintext one). For this to work inside a virtualenv, one have to install SecureStorage, which in turns depends on python-dbus, which is basically uninstallable using pip inside a venv. So, symlinking to the rescue! it needs gi/repository and pyobject to be symlinked too. but at least you don't have to type the pass every time. I don't know what should be do in the long term with this issue. Some of us were not too fond on using the keyrings at all. We don't have many options among all the keyring backends, and sadly many of them depend on PyCrypto. So probably roll our own backend. Yay. |