Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2015-02-09 | Ops, now importing MailBuilder properly for integration tests | Duda Dornelles | |
2015-02-09 | Fixing integration tests | Duda Dornelles | |
2015-02-09 | Sending a mail is always successful in functional test context. | Folker Bernitt | |
- Issue #249 | |||
2015-02-06 | Issue #276 - saves tags in the same case they arrive | Patrick Maia | |
2015-02-06 | for #167, moving contacts suggestions search logic to a separate module | Victor Shyba | |
2015-02-05 | for #167, deduplicate contacts by largest | Victor Shyba | |
2015-02-05 | (Re-)added error handling for twisted smtp sender. | Folker Bernitt | |
- Issue #249 - Fixed all tests with that rely on sendmail deferred. | |||
2015-02-04 | Fixing setupjs | Neissi Torres Lima | |
2015-02-04 | Refactoring more of resource logic into service. No more search engine on ↵ | Duda Dornelles | |
mail(s) resource | |||
2015-02-03 | Issue #176 - tags with multiple words are now searcheable | Patrick Maia | |
2015-02-03 | removes unused imports | Patrick Maia | |
2015-02-03 | fixing pep8 | Duda Dornelles | |
2015-02-03 | Running functional tests with phantomjs | Duda Dornelles | |
2015-02-03 | Movinge MailsResource#render_POST logic to MailService and some ↵ | Duda Dornelles | |
search_engine calls to Mailbox | |||
2015-02-03 | Moving mails_resouce render_GET logic to mail_service | Duda Dornelles | |
2015-02-03 | Auto-detecting the number of cores to run integration tests in parallel | Duda Dornelles | |
2015-02-03 | Upgrading to twisted 13.2.0 | Duda Dornelles | |
2015-02-03 | Enabling integration tests to be run in parallel | Duda Dornelles | |
If we were using twisted 12.3.0, this change would allow us to run the tests with 'trial -j <number of tests to run in parallel>'. In a simple test in my box the integration test suite got 3x faster | |||
2015-01-30 | #236 Fixed variable and method names | Jefferson Stachelski | |
2015-01-30 | Removing duplicate email address | simnyatsanga | |
2015-01-30 | Fixed pep8 on mail_service.py | Jefferson Stachelski | |
2015-01-30 | Merge branch 'message_sending_error_handling' | Pixpoa pairing | |
2015-01-30 | 249 Implemented a feature that send an email when something was wrong to ↵ | Jefferson Stachelski | |
send email | |||
2015-01-29 | Fixed typo in gnupg package hack | Bruno Wagner | |
2015-01-29 | #249 removed unecessary return | Jefferson Stachelski | |
2015-01-29 | #249 make the sending process a deferred | Alexandre Pretto Nunes | |
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-29 | Issue #237: Quick hack to solve resize problem. | Folker Bernitt | |
- Just reloads page on resize | |||
2015-01-28 | for #173, now searching on sender field for contacts auto complete | Victor Shyba | |
2015-01-28 | Added pip commands to uninstall and install right version for gnupg and scrypt | Jefferson Stachelski | |
2015-01-28 | Fixing the assets issue for good I hope - adding it to MANIFETS.in file. | Duda Dornelles | |
Also cleaning up the setup.py file, there were lots of unused stuff there | |||
2015-01-28 | Merge branch 'wip_256' | Victor Shyba | |
2015-01-28 | Fixing _render function on app_test_client for integration tests so that ↵ | Duda Dornelles | |
when result is NOT_DONE_YET but the request is finished already we return a simple succeed defer | |||
2015-01-28 | (Re-)added leap home parameter to soledad initialization. | Folker Bernitt | |
- Problem introduced with commit 26b85d8e52 - Issues #237 #232 #196 | |||
2015-01-28 | for #256, change TestCase to twisted trial | Victor Shyba | |