Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-20 | [#927] Sets default language to en-US | Anike Arni | |
with @deniscostadsc | |||
2017-04-19 | [#927] Adds email template translation for portuguese | Anike Arni | |
2017-01-19 | Add copyright statements to all Python files that doesn't have it | Ola Bini | |
2016-10-19 | Adapted logging in the UA to use twisted.logger | Bruno Wagner | |
2016-09-22 | move loglinegenerator to the support package | Roald de Vries | |
2016-08-23 | fix pep8 | Christoph Kluenter | |
2016-08-22 | Added clock support function | Thais Siqueira | |
Now we can clock how long a piece of code takes to execute without being constrained by whole method like we were with the decorator | |||
2016-02-23 | Improve stopwatch output | Folker Bernitt | |
- measures time and cpu time and displays percentage | |||
2016-02-02 | Log some times to identify very slow parts | Folker Bernitt | |
2016-01-15 | Removes InputMail.FROM_EMAIL_ADDRESS constant #578 | Giovane | |
- Created the replier component to generate the reply dict for the email. This was needed to decouple the InputMail from the need to know who is the logged user. | |||
2016-01-14 | Allow re-index of search index for larger accounts | Folker Bernitt | |
- Issue #560 - Actual problem was in whoosh that closes a file object too early | |||
2015-12-19 | moving custom to_unicode to pixelated.support | mnandri | |
2015-10-29 | Filter too short input when generating mails | Folker Bernitt | |
- Subjects less than 3 words caused problems with markov chain | |||
2015-10-28 | Add markov-generate to load-mails | Folker Bernitt | |
- Allows to generat mails based on a sample mails - use it with: pixelated-maintenance markov-generate --seed 21 --limit 10 | |||
2015-09-25 | Changed date format to conform to mail RFC #438 | Bruno Wagner | |
2015-08-11 | Removed XSALSA20 dependency. | Folker Bernitt | |
- Use crypto algorithm prefered by soledad instead | |||
2015-08-11 | trying out a new migration | Victor Shyba | |
2015-06-05 | Moved extensions to their own folder, so support has more meaning | Bruno Wagner | |
2015-06-04 | removing unused imports | Victor Shyba | |
2015-06-04 | errors undefined. importing it from u1db | Victor Shyba | |
2015-06-04 | #406 Monkey patched the _sign_request method from soledad client shared_db | Jefferson Stachelski | |
2015-04-23 | Patched soledad sync so it will give us meaningful error messages | Bruno Wagner | |
2015-04-17 | Added exception message to the error for reference | Bruno Wagner | |
2015-04-15 | Creating error handler for SSLError w/ more info | Victor Shyba | |
For #375 | |||
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 | |