Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | 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-28 | for #173, now searching on sender field for contacts auto complete | 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 | for #256, change TestCase to twisted trial | Victor Shyba | |
2015-01-27 | #237 #232 #196 syncing user data once before starting the UA. Displaying a ↵ | Duda Dornelles | |
loading screen in the meantime. The initial sync will make sure the user has a single key pair | |||
2015-01-24 | #184 - not creating empty tags anymore | Vicente Luchi | |
2015-01-22 | #224 fixing tests and app for twisted migration | Duda Dornelles | |
2015-01-22 | #224 moving to trial as test runner | Pixpoa pairing | |
2015-01-21 | #240 Adapted tests after change to twisted web | Duda Dornelles | |
2015-01-21 | #224 App is working without klein - migration to twisted "complete" | Duda Dornelles | |
2015-01-19 | Issue #169: Allow custom home folder. | Folker Bernitt | |
- add option --home /some/path to set a custom location for all user agent files. | |||
2015-01-14 | for #227, MAC on encrypted storage | Victor Shyba | |
2015-01-13 | #230 Changing defer_encryption to False in order to upgrade soledad 0.6.3 | Fábio Pio | |
2015-01-12 | card #227, replacing lib for debian compatibility: cryptography -> nacl | Victor Shyba | |
2015-01-06 | Getting rid of unused sqlcipher index updates, speeding up tests and app. ↵ | Duda Dornelles | |
Also, making the data tests folder a subfolder of soledad-test so that we can make soledad-test into a ramdisk to speed up tests | |||
2014-12-23 | #216 when trying to save a draft too fast (before the previous version is ↵ | Duda Dornelles | |
saved) simply ignore the attempt | |||
2014-12-22 | refactoring package structure | Duda Dornelles | |
2014-12-18 | \#203 & #204 & #205: fixing client and api for buld mark as read/unread and ↵ | Duda Dornelles | |
delete, functional tests are still broken, investigating... | |||
2014-12-17 | Fix issue #200 search works with base63 bodies | Fábio Pio | |
Now the search works with the decoded body too, instead of only with the raw mail | |||
2014-12-12 | Card #168 - introduces performance tests for contacts controller | Patrick Maia | |
2014-12-11 | Fixed delete mails from mail list, actions | Neissi Torres Lima | |
2014-12-11 | optmizing python imports | Duda Dornelles | |
2014-11-24 | Fixed pep8 warnings. | Folker Bernitt | |
2014-11-24 | Adding contacts controller and basic contact search | Duda Dornelles | |
2014-11-21 | refactoring so the app_test_client knows how to start itself in a thread | Duda Dornelles | |
2014-11-19 | better organization for integration test support classes | Duda Dornelles | |
2014-11-19 | better organization for integration test support classes | Duda Dornelles | |