summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/crypto
AgeCommit message (Collapse)Author
2014-03-19Move srpregister interaction to the backend.Ivan Alejandro
Also: - remove unused code. - add status attributes for srpauth responses. - split response handling - remove unneeded hack to avoid segfault emitting None
2014-03-11Move login/logout success/error msgs to the GUI.Ivan Alejandro
Also refactor signals to be more granular and notify clearly if there was an error or not, then in the GUI we show the corresponding message.
2014-03-11Move error messages for the user to the GUI.Ivan Alejandro
2014-02-13Preserve settings' uuid on logout.Ivan Alejandro
2014-02-11Properly handle defer cancelling.Ivan Alejandro
- Fix issues related to "Cancel login does not work". - Move srpauth errback to mainwindow. - Add signal for provider setup cancel. - Add support to cancel the soledad defer. [Closes #4869] [Closes #4973]
2014-02-07Pep8 fixes, remove commented ipdb, group imports.Ivan Alejandro
2014-01-11offline modeKali 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.
2013-11-14Set token to none in logout.Ivan Alejandro
2013-11-05Fix typoIvan Alejandro
2013-11-05Handle Timeout errors during register.Ivan Alejandro
Also catch all request exceptions to avoid failures. [Closes #4358]
2013-11-05Move string encoding to srpregister.Ivan Alejandro
2013-10-30Fix non-ascii password change problem.Ivan Alejandro
[Closes #4003]
2013-10-29Merge remote-tracking branch 'ivan/bug/4189_fix-non-ascii-path-problem' into ↵Tomás Touceda
develop
2013-10-29Encode cert path before send it.Ivan Alejandro
2013-10-28dependency pinning on requestsKali Kaneko
2013-10-07Increase the max retries for the sessions in SRPAuthTomás Touceda
2013-10-03Reset the session on every login attemptTomás Touceda
2013-10-03Update provider_config in SRPAuth initializationTomás Touceda
2013-10-02Use token header also for authenticated requestsTomás Touceda
2013-10-02Merge remote-tracking branch 'chiiph/bug/fix_tests' into developIvan Alejandro
2013-10-02Fix failing tests/codeTomás Touceda
2013-10-01Use the same exception for all the auth user facing errorsTomás Touceda
2013-09-19Merge remote-tracking branch 'ivan-github/bug/3857_username-case-problem' ↵Kali Kaneko
into develop
2013-09-19Username case problem at login. Closes #3857.Ivan Alejandro
2013-09-18Use generic username/password message.Ivan Alejandro
2013-09-18Merge remote-tracking branch 'kali/bug/start_smtp_without_eip' into developIvan Alejandro
2013-09-18download cert for SMTP if EIP did not do it.Kali Kaneko
includes refactor of common code for download of certificates and config files.
2013-09-13Handle correctly a logout problem. Closes #3774.Ivan Alejandro
Also remove preferences button disable, we don't need that.
2013-08-23Add password change feature.Ivan Alejandro
2013-08-22Make username lower case before using themTomás Touceda
2013-08-22Fix logout testTomás Touceda
2013-08-21Use DELETE /1/logout to properly logoutTomás Touceda
2013-08-13Update mocks for the new namespace. Closes #3445.Ivan Alejandro
2013-08-12fix imports to use new namespaceKali Kaneko
2013-08-12move everything into bitmask namespaceKali Kaneko