summaryrefslogtreecommitdiff
path: root/src/leap/mx/couchdbhelper.py
AgeCommit message (Collapse)Author
2015-04-09[refactor] use couch reduced views for lookupsdrebs
The way uuid and pgp key were being queried by means of couch views was not efficient because they weren't using the reduce function and were filtering the views results in the python code. Also, the uuid is not actually needed to find out either if the address exists or if there's a pgp public key for that address. This commit refactors the couch helper to make use of the reduce functions in queried views and to get rid of the intermediate uuid querying.
2014-09-04Leap mx will not stop working for everyone if an user is inconsistentBruno Wagner Goncalves
2013-10-28Make the mail received callback more robust and add support for mlTomás Touceda
2013-10-15pep8 and sphinx formatKali Kaneko
2013-08-20Migrate mx to work with the new couchdb structure and viewsTomás Touceda
2013-05-03Add setup script and init.d scriptTomas Touceda
Also, some pep8 fixes
2013-05-02Several fixes according to the review commentsTomas Touceda
2013-04-25Catch the case where there's no pubkey for a userTomas Touceda
2013-04-24Improve the rest and start everything from start_mxTomas Touceda
2013-04-23Add pubkey retrievingTomas Touceda
2013-04-22More fixesTomas Touceda