summaryrefslogtreecommitdiff
path: root/client/src/leap/soledad
AgeCommit message (Expand)Author
2015-08-04[bug] Soledad._crypto has to be initialized earlierKali Kaneko
2015-08-04[style] pep8 cleanupKali Kaneko
2015-08-04[test] add test for many documents decryptiondrebs
2015-08-04[feat] add running state method to enc/dec poolsdrebs
2015-08-04[refactor] remove circular dependency in SoledadCryptoRuben Pollan
2015-08-04[refactor] standardize start/stop of enc/dec poolsdrebs
2015-08-04[bug] add log msg to sent docs on syncdrebs
2015-07-29[style] Fixed pep8 warning on api.pyBruno Wagner
2015-07-27[bug] avoid double decryption of documentsdrebs
2015-07-27[feat] add log message for document encryptiondrebs
2015-07-27[bug] fix order of incoming document eventsdrebs
2015-07-27[bug] remove mac from secrets filedrebs
2015-07-26[bug] fix syntax errorKali Kaneko
2015-07-24[style] fixed typo in custom docid fileBruno Wagner
2015-07-24[style] fixed do not assign a lambda in soledad clientBruno Wagner
2015-07-24[style] fixed soledad client pep8 warningsBruno Wagner
2015-07-23[style] pep8 cleanupKali Kaneko
2015-07-23[bug] move sync db and encpool creation to apidrebs
2015-07-22[refactor] use a deferred to signal when SyncDecriptionPool has finishedRuben Pollan
2015-06-30[feature] add close() method to client http targetdrebs
2015-06-15[style] minor style fixes for correctionKali Kaneko
2015-06-15[refactor] use twisted logging facility to log failureKali Kaneko
2015-06-15[refactor] move collect_plugins to leap.commonKali Kaneko
2015-06-15[feature] filter documents before passing them to the pluginKali Kaneko
2015-06-15[feature] use raw operation, returns no resultKali Kaneko
2015-06-15[feature] add post-sync hooks using twisted pluginsKali Kaneko
2015-06-15[bug] allow reuse of decr poolKali Kaneko
2015-06-03[feature] increase the async encryption perioddrebs
2015-06-03[bug] do not block when getting doc for async encdrebs
2015-06-03[bug] use exception from correct moduledrebs
2015-06-03[bug] use correct sync enc pool queue attributedrebs
2015-05-27[feat] adapt to new events api on commonIvan Alejandro
2015-05-27[refactor] move the twisted http code to leap.commonRuben Pollan
2015-05-26[bug] dictionary cant be modified during iterationVictor Shyba
2015-05-26[bug] Empty comes from QueueVictor Shyba
2015-05-25[bug] remove client syncer call to close methoddrebs
2015-05-25[feature] add pool of http/https connectionsdrebs
2015-05-22[refactor] remove inline enc/dec from client pooldrebs
2015-05-21[refactor] remove unneeded proxy for insert_doc_cbdrebs
2015-05-20[bug] ensure async decryption failures are loggeddrebs
2015-05-20[feature] ensure reactor stops on client db scriptdrebs
2015-05-20[bug] wrap unauth errors as invalid token errorsdrebs
2015-05-20[bug] ensure sync failures are not ignoreddrebs
2015-05-20[refactor] cleanup sync, remove unused stuffdrebs
2015-05-20[feature] use twisted.web.client in client syncdrebs
2015-05-20[feature] use twisted adbapi for async encryptiondrebs
2015-05-20[bug] remove unused pending documents exceptiondrebs
2015-05-20[bug] remove illegal CR from auth headerKali Kaneko
2015-05-20[bug] fix order of insertion of decrypted docsdrebs
2015-05-20[feature] use async adbapi for async decryptiondrebs