summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/crypto/srpauth.py
AgeCommit message (Expand)Author
2015-09-16[bug] authenticate logout calls to apiKali Kaneko
2015-06-22[feat] replace old log handler with new oneIvan Alejandro
2015-05-27[feat] adapt to new events api on commonIvan Alejandro
2015-04-01[style] fix pep8 violationsDuda Dornelles
2015-04-01[refactor] move SRPAuth to SRPAuthImplDuda Dornelles
2015-04-01[bug] Use less threads.Duda Dornelles
2014-12-19add some notes about changes needed in srpauthKali Kaneko
2014-07-16Code style fixes.Ivan Alejandro
2014-07-14Use specific settings for backend.Ivan Alejandro
2014-07-14Lowercase signals names.Ivan Alejandro
2014-04-16Use authenticated() properly.Ivan Alejandro
2014-04-15Remove PySide as a dependency.Ivan Alejandro
2014-04-15Move SRPAuth to the backend.Ivan Alejandro
2014-03-11Move login/logout success/error msgs to the GUI.Ivan Alejandro
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
2014-01-11offline modeKali Kaneko
2013-11-14Set token to none in logout.Ivan Alejandro
2013-10-30Fix non-ascii password change problem.Ivan Alejandro
2013-10-29Merge remote-tracking branch 'ivan/bug/4189_fix-non-ascii-path-problem' into ...Tomás Touceda
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-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' int...Kali Kaneko
2013-09-19Username case problem at login. Closes #3857.Ivan Alejandro
2013-09-18Use generic username/password message.Ivan Alejandro
2013-09-13Handle correctly a logout problem. Closes #3774.Ivan Alejandro
2013-08-23Add password change feature.Ivan Alejandro
2013-08-22Make username lower case before using themTomás Touceda
2013-08-21Use DELETE /1/logout to properly logoutTomás Touceda
2013-08-12fix imports to use new namespaceKali Kaneko
2013-08-12move everything into bitmask namespaceKali Kaneko