Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 |