summaryrefslogtreecommitdiff
path: root/service
AgeCommit message (Collapse)Author
2016-01-22Remove zmq folder before running testsFolker Bernitt
2016-01-22Add mutli-user mode to user-agentFolker Bernitt
- Issue #576 - To start in multi user, run with --multi-user --provider provider-name.tld
2016-01-20Some work around that fixed jeffhsta wazokazi accountJefferson Stachelski
2016-01-20Fixed the PGP private key that was being loggedJefferson Stachelski
2016-01-19fixing buildNavaL
Issue #576
2016-01-19Make RootResource read account email from mail serviceFolker Bernitt
- Issue #576
2016-01-18root resource now depends on the services factory -- and mail service, for ↵NavaL
now -- Issue #576
2016-01-18migrating account settings resource to use services factoryNavaL
Issue #576
2016-01-18migrating feedback resources to use services factoryNavaL
Issue #576
2016-01-18migrating mail resources to use services factoryNavaL
Issue #576
2016-01-18migrating mails resources to use services factoryNavaL
Issue #576
2016-01-18migrating tag resources to use services factoryNavaL
Issue #576
2016-01-18migrating contact resources to use the services factoryNavaL
Issue #576
2016-01-18migrating AttachmentsResources to use the service factoryNavaL
Issue #576
2016-01-18Refactory KeyResource to get services from sessionFolker Bernitt
- Issue #576 - Only first step (other services not changed yet) - Faked session access for now
2016-01-18Move soledad files to user folderFolker Bernitt
- Issue #576
2016-01-18Move user folder logic up to ServicesFolker Bernitt
- Issue #576
2016-01-18Refactor Services to use provided constructor argumentsFolker Bernitt
- Issue #576
2016-01-15Remove unused method and rename private oneFolker Bernitt
- See issue #578
2016-01-15Removes InputMail.FROM_EMAIL_ADDRESS constant #578Giovane
- 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-14Allow re-index of search index for larger accountsFolker Bernitt
- Issue #560 - Actual problem was in whoosh that closes a file object too early
2016-01-13Changed log level to INFO for the pixelated namespace and added basic info ↵Bruno Wagner
messages
2016-01-13Changed the search engine setup to use the loggerBruno Wagner
2016-01-13Changed attachment error print with a loggerBruno Wagner
2016-01-13Removed unused logging imports and fixed maintenance logger during testBruno Wagner
2016-01-13Generating keys message now uses logger instead of printBruno Wagner
2016-01-12Issue #577 - Added namespace to search index pathBruno Wagner
2016-01-12Refactor AttachmentInfo: Remove knowledge about part map structureFolker Bernitt
2016-01-11fixed filesize bugNavaL
Issue #573
2016-01-11matching POST response and GET of an attachment -- API specificationNavaL
Issue #548
2016-01-11renamed attachment_id attribute to ident on POST response, to conform with ↵NavaL
the GET attachment API Issue #548
2016-01-11removing GET support on attachment APINavaL
Issue #548
2016-01-08Removed search engine from constant in IndexerBruno Wagner
The search engine was being passed as a constant to the Mail Indexer, that constrained the user agent to one user (because the search engine is user specific). I added the search engine as a parameter on the Mail Indexer initialization so that we can have the Indexer working for each user.
2016-01-08Added c flag so pycryptopp compiles in OSXBruno Wagner
2016-01-06added ftNavaL
Issue #548
2016-01-06Support attachments without name in Content-Disposition headerFolker Bernitt
- Issue 557 - along the way also added support for signatures and attached keys
2016-01-06moving screenshots to a different folder -- to be saved as artifacts in snapNavaL
2016-01-04Rename develop_requirements.txt to requirements.txtFolker Bernitt
- fixes package build as it expects requirements.txt
2016-01-04Decouple test_feedback_service from dev providerFolker Bernitt
- Mock request instead
2016-01-04Fix: Replace u1db dependency with its launchpad urlFolker Bernitt
- Same problem as with dirspec
2015-12-30Changed dirspec fix so it works on vagrant tooBruno Wagner
2015-12-29adding u1db, dirspec requirements backNavaL
2015-12-29adding a step to toggle cc and bcc fields when forwarding emails -- fixing ↵NavaL
functional test Issue #563
2015-12-29Issue #562 - Capture inline attachments from Content Disposition.Gislene Pereira
2015-12-29removing custom egg install of u1db and dirspec --already installed from ↵NavaL
requires.txt
2015-12-28Changed dirspec and u1db urls to use what launchpad recommendsBruno Wagner
2015-12-28Dev requirements now use u1db and dirspec from launchpad, vagrant needs ↵Bruno Wagner
bazaar for that to work
2015-12-24Issue #557 - Fixed REGEX to receive attachments from Apple Mail.Gislene Pereira
2015-12-23removes attachment feature togglePixelated
Issue #548
2015-12-23Changed test not to test fixed content, but the existence of an error messageBruno Wagner