Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-07 | Only patch debian requests if it's installed. | Folker Bernitt | |
2015-04-02 | Use provided ssl version within docker. | Folker Bernitt | |
2015-04-01 | Only import requests deeper modules if version is 2.0.0. | Folker Bernitt | |
2015-03-31 | Added support for ssl fingerprint validation. | Folker Bernitt | |
- Issue #333 - Needed to patch urrlib3 for older requests versions - Use --leap-cert-fingerprint <SHA1> to validate fingerprint | |||
2015-03-18 | cleaning unused imports and variables | Victor Shyba | |
2015-03-18 | Removed if that was not being used | Bruno Wagner | |
2015-03-18 | Fixed identation on ext_key_manager file | Bruno Wagner | |
2015-03-13 | Enable utf-8 locale in user agent. | Folker Bernitt | |
- Fix missing imports - Issues #322, #319, #313 | |||
2015-03-13 | Added missing imports to monkey patch. | Folker Bernitt | |
- Issue #313 | |||
2015-03-12 | Added missing file for previous commit. | Folker Bernitt | |
- Issue #313 | |||
2015-02-27 | Fixed pep8 | Bruno Wagner & Victor Shyba | |
2015-02-27 | X-Pixelated-encryption-status is now based on our checks | Bruno Wagner & Victor Shyba | |
For multipart mail, if a part is multipart/encrypted, we consider the mail encrypted For inline encrypted mail, we do the same that LEAP does, check the PGP armor. That means we can have all the states we need, they are: Not encrypted Successfully decrypted Failed decryption | |||
2015-02-13 | Monkey patching fetch decrypt to add encryption info | Duda Dornelles | |
2015-01-29 | pixelated-project/pixelated-platform#54 : monkey-patching twisted web ↵ | Duda Dornelles | |
ESMTPSenderFactory to not requireTransportSecurity since it will user reactor.connectSSL anyways. This is a know bug on Twisted-Web 12.0.0 that gets fixed on newer versions but since we are support wheezy we need the hack | |||
2015-01-15 | for #227, also use IV on hmac generation | Victor Shyba | |
2015-01-14 | for #227, MAC on encrypted storage | Victor Shyba | |
2015-01-13 | for #227, nacl -> SoledadCrypto, since its already present | Victor Shyba | |
2015-01-12 | card #227, replacing lib for debian compatibility: cryptography -> nacl | Victor Shyba | |
2014-12-22 | Sometimes soledad adds a None recipient on a mail header, just making sure ↵ | Duda Dornelles | |
that that doesnt break the soledad sync | |||
2014-12-15 | related to #194 - solves a concurrency problem on encrypted whoosh caused by ↵ | Victor Shyba | |
unnecessary writes on close callback. | |||
2014-12-11 | Fixed pep8 | Bruno Wagner | |
2014-12-11 | optmizing python imports | Duda Dornelles | |
2014-11-11 | missing license | Victor Shyba | |
2014-11-11 | update length cache on open file #71 | Victor Shyba | |
2014-11-11 | Adding a file length cache for the EncryptedFileStorage so we don't have to ↵ | Duda Dornelles | |
open the files and decrypt them to find the length | |||
2014-11-11 | Some refactorings for clarity on EncryptedFileStorage | Duda Dornelles | |
2014-11-11 | Removing duplication of onclose method for EncryptedFileStorage | Duda Dornelles | |
2014-11-10 | fix unused imports | Victor Shyba | |
2014-11-10 | using with to write encrypted storage | Victor Shyba | |
2014-11-10 | adding encrypted file index to whoosh | Duda Dornelles | |
2014-10-23 | pep8 warnings | Duda Dornelles | |
2014-10-23 | disabling sqlcipher WAL for debian, refer to | Duda Dornelles | |
https://leap.se/code/issues/5562 | |||
2014-10-21 | #117 - waiting for soledad sync to be done before indexing mails. Also, ↵ | Duda Dornelles | |
removing inbox duplicates | |||
2014-10-17 | Date is now stored as number, and is correctly used for sorting | Bruno Wagner | |
2014-10-17 | improving matching for filtering tags and fixing pep8 warnings | Duda Dornelles | |
2014-10-17 | better tests for getting all tags and filtering all tags. some fixes go together | Duda Dornelles | |
2014-10-15 | Getting rid of singletons and optimizing imports | Duda Dornelles | |
2014-09-11 | generating unique ident for PixelatedMail | Duda Dornelles | |
2014-09-08 | Adding date to PixelatedMail#from_dict | Duda Dornelles | |
2014-09-01 | support multiple to, cc and bcc | Duda Dornelles | |