Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-16 | Remove parse_openpgp_ascii_key | Ruben Pollan | |
Don't fit with the logic of the keymanager and it's not use except for some commented code in bitmask_client | |||
2014-09-16 | Rename method get_all_keys_in_local_db -> get_all_keys | Ruben Pollan | |
2014-09-16 | Remove get_key_from_cache | Ruben Pollan | |
We only need to cache the fetch with a sort timeout. The tests that fetches keys now have to use different keys or will be cached. | |||
2014-09-16 | Pass the cipher_algo to the encrypt wrapper | Ruben Pollan | |
2014-09-16 | Remove refresh_keys | Ruben Pollan | |
Never should be done a bulk upload of keys. The updating of the keys should not be a task for the user of the keymanager. Keys will be updated by the keymanager in a background worker one per one. | |||
2014-09-16 | The get_key cache now it's automagical | Ruben Pollan | |
2014-09-15 | Update docstrings of the public API | Ruben Pollan | |
2014-09-10 | add test for empty mailbox creation | Kali Kaneko | |
2014-09-09 | addMailbox shouldn't accept empty names since it makes it impossible to ↵ | Duda Dornelles | |
retrieve it later | |||
2014-09-09 | add command for building rtd docs | Kali Kaneko | |
2014-09-09 | fix rtd link | Kali Kaneko | |
2014-09-09 | add rtd badge | Kali Kaneko | |
2014-09-09 | fix syntax highlighting | Kali Kaneko | |
2014-09-09 | Merge branch 'kali/feature/return-deferred' into develop | Ruben Pollan | |
2014-09-09 | add comment | Kali Kaneko | |
2014-09-09 | fix README syntax | Kali Kaneko | |
2014-09-09 | return the deferred from sendMessage | Kali Kaneko | |
in this way we allow to add more callbacks to the chain. | |||
2014-09-04 | Merge branch 'kali/feature/cleanup-mail-tests' into develop | Ruben Pollan | |
2014-09-03 | split tests in different modules | Kali Kaneko | |
2014-09-03 | fix and migrate tests to trial | Kali Kaneko | |
We cannot use setUpClass when running tests with trial. But, after all, it's not *so* expensive to initialize a new soledad instance (since we'll be mostly using the memstore for the tests). | |||
2014-09-03 | remove uid from signature | Kali Kaneko | |
2014-08-27 | Fix call to python-gnupg verify_file() method (#6022). | drebs | |
2014-08-26 | remove unneeded imports | Kali Kaneko | |
2014-08-26 | Merge branch 'feature/sphinx-boilerplate' into develop | Ruben Pollan | |
2014-08-25 | sphinx documentation for the mail library | Kali Kaneko | |
2014-08-22 | Merge branch 'bwgpro/fix_message_iterator' into develop | Ruben Pollan | |
2014-08-21 | Added changes file for the bug description | Bruno Wagner Goncalves | |
2014-08-21 | Fixed some PEP8 warnings on the messages file | Bruno Wagner Goncalves | |
2014-08-21 | MessageCollection iterators must instantiate LeapMessage with the collection | Bruno Wagner Goncalves | |
2014-08-21 | Merge remote-tracking branch 'kali/ignore-trial-temp' into develop | Ruben Pollan | |
2014-08-21 | Merge remote-tracking branch 'bwagner-github/fix_tests_on_mac' into develop | Kali Kaneko | |
2014-08-21 | ignore trial temp folder | Kali Kaneko | |
2014-08-21 | Added fallback in case the gpg binary is not found on the PATH | Bruno Wagner Goncalves | |
2014-08-21 | Find the gpg binary on the system, even through symlinks | Bruno Wagner Goncalves | |
2014-08-21 | On the mac, the tempdir is not created at /tmp, so checking the tempdir ↵ | Bruno Wagner Goncalves | |
format instead | |||
2014-08-01 | Merge remote-tracking branch 'refs/remotes/meskio/bug/update_readme' into ↵ | Tomás Touceda | |
develop | |||
2014-07-29 | Merge branch 'bug/tests-dont-pass' into develop | drebs | |
2014-07-29 | Update the test information on README | Ruben Pollan | |
2014-07-25 | Fix test_send_key | Ruben Pollan | |
2014-07-25 | gpg.verify_file() gets the data as a filename not as a binary stream | Ruben Pollan | |
2014-04-11 | Merge remote-tracking branch 'chiiph/bug/improve_changelog_readability' into ↵ | Kali Kaneko | |
develop | |||
2014-04-09 | Improve changelog readability | Tomás Touceda | |
2014-04-09 | Improve changelog readability | Tomás Touceda | |
2014-04-04 | Merge branch 'release-0.3.9' | Tomás Touceda | |
2014-04-04 | Fold in changes | Tomás Touceda | |
2014-04-04 | Update requirements | Tomás Touceda | |
2014-04-04 | Merge branch 'release-0.3.8' | Tomás Touceda | |
2014-04-04 | Fold in changes | Tomás Touceda | |
2014-04-04 | Update dependencies | Tomás Touceda | |
2014-04-01 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/drebs/bug/5415_properly-raise-KeyNotFound' into develop |