Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-18 | migrating mails resources to use services factory | NavaL | |
Issue #576 | |||
2016-01-18 | migrating contact resources to use the services factory | NavaL | |
Issue #576 | |||
2016-01-18 | migrating AttachmentsResources to use the service factory | NavaL | |
Issue #576 | |||
2016-01-18 | Refactory KeyResource to get services from session | Folker Bernitt | |
- Issue #576 - Only first step (other services not changed yet) - Faked session access for now | |||
2016-01-18 | Move user folder logic up to Services | Folker Bernitt | |
- Issue #576 | |||
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-12 | Issue #577 - Added namespace to search index path | Bruno Wagner | |
2015-12-18 | extracted a leap attachment store, handling all attachment responsibilities, ↵ | mnandri | |
including saving attachments. Issue #548 | |||
2015-12-18 | WIP: rename me later | mnandri | |
2015-11-10 | refactor unit test | sw00 | |
don't use initialize method of root_resource in test | |||
2015-10-13 | Add tests for welcome mail. | Giovane | |
2015-09-25 | Changed date format to conform to mail RFC #438 | Bruno Wagner | |
2015-09-21 | #442 Creates feedback service that create tickets on leap web. | Giovane | |
2015-09-10 | Removed PixelatedMail class leftovers | Bruno Wagner | |
We removed Pixelated mail tests and adapted the remaining tests to use Leap mail instead of it. Completely removed that now | |||
2015-09-09 | Remove soledad querier and last usages | Folker Bernitt | |
- Issue #432 | |||
2015-09-08 | Some progress on the issue #441 | Jefferson Stachelski | |
I added some comments and TODOs in some parts of the code where I think should be changed | |||
2015-09-08 | Remove Soledad from AppTestClient | kaeff | |
2015-09-04 | Remove SoledadQuerier from Services | kaeff | |
- Issues: #449, #432 | |||
2015-09-03 | #304 Adds PixelatedSite class to hold custom request configuration and ↵ | Giovane | |
remove foundation inline javascript. | |||
2015-09-02 | Download attachments from mail store instead of querier | Folker Bernitt | |
- Issue #435 - Improved error handling of attachment resource | |||
2015-08-25 | [refactor] remove mailbox references | Victor Shyba | |
Extracted listener logic and removed remaining mailboxes references Issues -- #439 -- #440 | |||
2015-08-17 | Bind only local interface for server when running functionals | kaeff | |
When running on Mac OSX with the system's firewall enabled, binding all interfaces prompts the firewall. The pop-up is very annoying, esp. since the tests don't block before you allowed the server to start. | |||
2015-08-11 | Added test to ensure mail with same content can be added. | Folker Bernitt | |
- as long as each one has a unique message id | |||
2015-08-11 | Fixed test_search integration test. | Folker Bernitt | |
2015-08-11 | Worked on integration tests. | Folker Bernitt | |
2015-08-11 | Make indexing recepients work again by fixing serialization bug | Klaus Fl | |
2015-08-11 | Changed test_delete_mail.py integration test to new mail store. | Folker Bernitt | |
- intermediate state, some tests are broken | |||
2015-08-11 | Made LeapMail compatible with SearchEngine. | Folker Bernitt | |
2015-08-11 | Fixed LeapMailStore integration test. | Folker Bernitt | |
- ensured INBOX exists | |||
2015-08-11 | pep8 | Victor Shyba | |
2015-08-11 | Added common LeapMailStore to soledad test base. | Folker Bernitt | |
- provides instance to all integration tests | |||
2015-08-11 | First steps migrating mail service to new data model. | Folker Bernitt | |
2015-08-11 | Added mail store to mail service. | Folker Bernitt | |
2015-08-11 | Start events server before running functional tests. | Folker Bernitt | |
- Issue #420 - Should create server.key before behave tests - Revert "move events diabling to AppTestClient for functional tests" | |||
2015-08-11 | move events diabling to AppTestClient for functional tests | Victor Shyba | |
2015-08-11 | fix typo in import | Victor Shyba | |
2015-08-11 | disable events for integration tests | Victor Shyba | |
2015-08-11 | Fixed all functional tests using crochet. | Folker Bernitt | |
- Issue #420 - Added crochet as a test dependency - crochet now executes twisted in same process, in a background thread | |||
2015-08-11 | fix attachment integration test | Victor Shyba | |
2015-08-11 | Added add mailbox and add message behaviour. | Folker Bernitt | |
- Add message does not yet mail index | |||
2015-08-11 | Fixed test_delete_mail integration test. | Folker Bernitt | |
2015-08-11 | Fixed test_mark_as_read_unread.py. | Folker Bernitt | |
2015-08-11 | Fixed MarkAsReadUnreadTest#test_mark_single_as_read and underlying ↵ | Folker Bernitt | |
implementation. | |||
2015-08-11 | fix integration test_search | Victor Shyba | |
2015-08-11 | fix test_soledad_querier | Victor Shyba | |
2015-08-11 | Fixing integration tests. | Folker Bernitt | |
2015-06-12 | [refactor] SearchEngine does not need a querier | Victor Shyba | |
It was used only to retrieve encryption key. This should be done by who is using it. | |||
2015-06-09 | Extracted services setup in a separate class | Bruno Wagner | |
We removed app factory and moved root resource initialization to application.py | |||
2015-06-05 | Added creation of input mail from python message | Bruno Wagner | |
That way we don't need extra logic for the welcome mail, we just have to read the file and send the contents to the input mail parser and that's it. Also moved the logic of adding a welcome mail to the mailboxes because it has knowledge of mailbox methods anyways. | |||
2015-06-04 | Config is not used anymore | Bruno Wagner | |