Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2014-01-11 | offline mode | Kali Kaneko | |
This will skip: * srp authentication with server * remote soledad configuration * keymanager sending key to server * imap fetches. Its main goal is to help us while debugging imap accounts, by cutting almost all communication with server. It will break havoc if you use it without having local keys configured. So, basically, use with care. | |||
2014-01-09 | add --offline flag and tidy up arguments by sections | Kali Kaneko | |
2014-01-09 | Add flag to disable version check. | Ivan Alejandro | |
2013-12-20 | mail logs | Kali Kaneko | |
2013-12-18 | add repair mailbox utility | Kali Kaneko | |
2013-10-28 | dependency pinning on requests | Kali Kaneko | |
2013-10-17 | Disable danger flag on release versions | Tomás Touceda | |
2013-10-15 | Fix pep8 violations. | Ivan Alejandro | |
2013-10-07 | Show more context information in the logs. | Ivan Alejandro | |
Add line numbers and function name from where the log is displayed. | |||
2013-09-30 | Merge remote-tracking branch 'kali/feature/soledad_boostrap_error_handling' ↵ | Tomás Touceda | |
into develop | |||
2013-09-30 | Improve error handling during soledad boostrapping in the client. | Kali Kaneko | |
The aim is to have better logs for debugging the different problems behind issues like #3619 and #3867. As I'm finding a good quantity of SSL handshake timeouts, I'm also adding a litte retry subroutine to the load_and_sync. Also, initialization and sync calls are separeted to be able to correlate logs with server-side soledad. | |||
2013-09-30 | increase timeout, getting many timeouts for european providers | Kali Kaneko | |
2013-09-20 | State Machine Builder and eip connection machine | Kali Kaneko | |
This implements an abstract definition of a LEAP state machine, and refactors eip connections to use it. | |||
2013-09-19 | Merge remote-tracking branch 'ivan-github/feature/standalone-flag-to-module' ↵ | Kali Kaneko | |
into develop | |||
2013-09-18 | Move STANDALONE flag to a module and unify paths queries. | Ivan Alejandro | |
2013-09-18 | fix keyring problem with imports | Kali Kaneko | |
2013-09-12 | add --version flag | Kali Kaneko | |
2013-09-11 | catch indexerror on first utility | Kali Kaneko | |
2013-09-05 | Fix test checking is_release_version helper. | Ivan Alejandro | |
2013-09-05 | Merge remote-tracking branch 'kali/bug/fix-polkit-agent' into develop | Ivan Alejandro | |
2013-09-05 | Fix invocation of the helper polkit-agent launcher. | Kali Kaneko | |
Otherwise, we are dumped into a nasty console. | |||
2013-09-04 | Update version | Kali Kaneko | |
2013-09-04 | Merge remote-tracking branch 'kali/bug/fix-polkit-aut' into develop | Tomás Touceda | |
2013-09-04 | Properly daemonize the call to polkit gnome authentication agent. | Kali Kaneko | |
Closes: #3554 | |||
2013-09-02 | Add a selective filter for leap logs. | Kali Kaneko | |
Closes: #3504 | |||
2013-08-30 | remove reqs from vcs | Kali Kaneko | |
2013-08-30 | s/bitmask/leap.bitmask in package name | Kali Kaneko | |
...And this should be fixed forever and ever now. or until we change namespaces/package names again :) | |||
2013-08-27 | more naming changes | Kali Kaneko | |
2013-08-23 | Refactor basic password checks. Closes #3552. | Ivan Alejandro | |
2013-08-20 | Improve test coverage for StreamToLogger. | Ivan Alejandro | |
2013-08-12 | fix versioneer to use new path | Kali Kaneko | |
2013-08-12 | fix imports to use new namespace | Kali Kaneko | |
2013-08-12 | move everything into bitmask namespace | Kali Kaneko | |