Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-11 | disable mark all as recent and remove duplicates for now as they need review | Victor Shyba | |
2015-08-11 | migrates smtp, working | Victor Shyba | |
2015-08-11 | All mails now displays mails. | Folker Bernitt | |
2015-08-11 | fix pep8 in order to run tests | Victor Shyba | |
2015-08-11 | Disabled soledad_querier.remove_duplicates for now. | Folker Bernitt | |
2015-08-11 | Moved mark_all_as_not_recent to yield. | Folker Bernitt | |
2015-08-11 | Added some more yields to the soledad wrapper code. | Folker Bernitt | |
2015-08-11 | Working on pixelated-user-agent. | Folker Bernitt | |
- Startup works till all mails are queried | |||
2015-08-11 | setup search engine using inlineCallbacks | Victor Shyba | |
2015-06-12 | [refactor] dont access private soledad instance | Victor Shyba | |
Get soledad from soledad_session, instead of using the private one from Account. | |||
2015-06-12 | fixes last commit typo, soledad_querier doesnt come from self | Victor Shyba | |
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-11 | Removing lost imports | Victor Shyba | |
2015-06-09 | Broke initialization of services down by parts | Bruno Wagner | |
2015-06-09 | Extracted services setup in a separate class | Bruno Wagner | |
We removed app factory and moved root resource initialization to application.py |