Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-17 | Lock index on index_mail. | Folker Bernitt | |
- Issue #330 | |||
2015-03-13 | Added test for ext_keymanager_fetch_key monkey patch. | Folker Bernitt | |
- Issue #319 | |||
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 some error logging if mail part parsing fails. | Folker Bernitt | |
- Especially interested in the Content-Type header field | |||
2015-03-12 | Removed invalid code from config/__init__.py. | Folker Bernitt | |
- using monkey patch by import instead - Issue #313 | |||
2015-03-12 | Fixed problem with multi line content type header field. | Folker Bernitt | |
- Bugfix - Issues #313, #322 | |||
2015-03-12 | Added missing file for previous commit. | Folker Bernitt | |
- Issue #313 | |||
2015-03-12 | Monkey patched KeyManager._fetch_keys_from_server. | Folker Bernitt | |
- Now raises KeyNotFound for all problems, not only 404 - Issue #313 | |||
2015-03-11 | for #315, check query parameter and return empty if they are empty, not an error | Victor Shyba | |
2015-03-11 | for #315, test queries with bad or empty parameters. They all should return ↵ | Victor Shyba | |
empty, not an error | |||
2015-03-10 | for #315, verify phash. Need more defensive coding here | Victor Shyba | |
2015-03-10 | #87 Removed logging to /tmp/pixelated.log file | Jefferson Stachelski | |
2015-03-10 | added support for 7 and 8bit content transfer encoding. | Folker Bernitt | |
- Issue #312 | |||
2015-03-09 | Refactoring of fuctional tests | Tiago Ferraz | |
The scenarios were updated to follow the conventions of gherkin steps. Removal of duplicated code. | |||
2015-03-09 | Don't run jshint when running python tests | Alexandre Pretto Nunes | |
2015-03-09 | Make test suite stop if any test brake | Alexandre Pretto Nunes | |
2015-03-06 | for #288, adds encryption failure to casing | Victor Shyba | |
2015-03-05 | Fixed problem when doding mails and with non utf-8 charset. | Folker Bernitt | |
2015-02-27 | Refactored out tag service and replaced mail normalization with built-in ↵ | Bruno Wagner & Victor Shyba | |
parseaddr Also made some minor fixes based on pylint output | |||
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-27 | Stop verifying OpenPGP header | Bruno Wagner & Victor Shyba | |
2015-02-27 | #74 use basic config for default logging | Rafael Lisboa | |
2015-02-27 | Make tests involving adding and selecting tags more robust | Alexandre Pretto Nunes | |
2015-02-27 | Allow to pass a different timeout to wait_until_* methods | Alexandre Pretto Nunes | |
2015-02-26 | #74 Jefferson/Rafa: Centralized all logs (python logging and twisted logs) ↵ | Jefferson Stachelski | |
to /tmp/pixelated.log file | |||
2015-02-25 | #296 Fixing functional tests so it clicks the right element | Gabriel Albo | |
2015-02-23 | for #174, mailer daemon is now filtered from suggestions | Victor Shyba | |
2015-02-23 | for #174, only 5.X.X are permanent bounces | Victor Shyba | |
2015-02-23 | Tests click on fake-left-off-canvas-toggle instead of hidden one. | Folker Bernitt | |
- Issue #290 | |||
2015-02-22 | #290 no need to remove all tags when moving to thrash | Duda Dornelles | |
2015-02-20 | Issue #174 - rejects bounced addresses on contacts suggestions | Patrick Maia | |
2015-02-20 | Issue #174 - extracts bounced address from bounce message | Patrick Maia | |
2015-02-20 | Issue #174 - recognizes bounced mails | Patrick Maia | |
2015-02-19 | Adds the close parenthesis to -lc message | Tiago Ferraz | |
2015-02-18 | #294 - not failing service startup if smtp fails to start | Duda Dornelles | |
2015-02-18 | #280 Made the changes on args helper as varac recommended | Jefferson Stachelski | |
2015-02-13 | Charset detection will not break if there is extra information in the ↵ | Bruno Wagner | |
charset field | |||
2015-02-13 | Fixing colors for recipient information and fixing pep8 violations | Duda Dornelles | |
2015-02-13 | Fixed encryption status check and changed signature status logic | Bruno Wagner | |
2015-02-13 | Making sure that no private key can be retrieved by the KeysResource | Duda Dornelles | |
2015-02-13 | Adding encryption info for a recipient when composing. | Duda Dornelles | |
To do that we look into the KeysResouce to see if we will find a key for each address entered for the recipients. | |||
2015-02-13 | Monkey patching fetch decrypt to add encryption info | Duda Dornelles | |
2015-02-12 | Adding Coverage Commands to service/go | Tiago Ferraz | |
Added unit and integration coverage generation command and a combination of both coverage in go script. | |||
2015-02-11 | #280 changed the help on args.py added more details for server's key and ↵ | Jefferson Stachelski | |
server's certificate | |||
2015-02-11 | Fixing pep8 errors | Tiago Ferraz | |
2015-02-11 | General Refactoring | Tiago Ferraz | |
Refactored __init__ method on app_test_client to be succint, go to say what is doing and package.json to execute handlebars from the whole path. | |||
2015-02-10 | Issue #276 - uses the old casing when an existing tag with different casing ↵ | Patrick Maia | |
is posted | |||
2015-02-10 | Fixed identation on the go script | Bruno Wagner | |