summaryrefslogtreecommitdiff
path: root/service
AgeCommit message (Expand)Author
2016-01-28added ft stepNavaL
2016-01-28making async setup user services after authNavaL
2016-01-28removed unnecessary imports, and wrong yieldsNavaL
2016-01-27Revert "Issue #550 - Adding BDD tests to cover case when file is bigger than ...Gislene Pereira
2016-01-27Issue #550 - Adding BDD tests to cover case when file is bigger than 1 MB.Gislene Pereira
2016-01-27Fixup: Somehow mixed up disable and enableFolker Bernitt
2016-01-27Disable CSP for phantomjsFolker Bernitt
2016-01-27Add a login multi user functional testFolker Bernitt
2016-01-26Refactor test account account creation into own classFolker Bernitt
2016-01-26minor refactoringsNavaL
2016-01-26tests only input names on the login formNavaL
2016-01-25added integration testNavaL
2016-01-25multi user unit testNavaL
2016-01-25Fix: Ignore missing mail data error when creating search indexFolker Bernitt
2016-01-25Add integrity-check maintenance commandFolker Bernitt
2016-01-22Fixed bug when tries download certJefferson Stachelski
2016-01-22Show sensible error message for failed loginFolker Bernitt
2016-01-22re-introduced logout functionality for multi-userNavaL
2016-01-22Download certficate on multi user startupFolker Bernitt
2016-01-22Remove zmq folder before running testsFolker Bernitt
2016-01-22Add mutli-user mode to user-agentFolker Bernitt
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
2016-01-19Make RootResource read account email from mail serviceFolker Bernitt
2016-01-18root resource now depends on the services factory -- and mail service, for no...NavaL
2016-01-18migrating account settings resource to use services factoryNavaL
2016-01-18migrating feedback resources to use services factoryNavaL
2016-01-18migrating mail resources to use services factoryNavaL
2016-01-18migrating mails resources to use services factoryNavaL
2016-01-18migrating tag resources to use services factoryNavaL
2016-01-18migrating contact resources to use the services factoryNavaL
2016-01-18migrating AttachmentsResources to use the service factoryNavaL
2016-01-18Refactory KeyResource to get services from sessionFolker Bernitt
2016-01-18Move soledad files to user folderFolker Bernitt
2016-01-18Move user folder logic up to ServicesFolker Bernitt
2016-01-18Refactor Services to use provided constructor argumentsFolker Bernitt
2016-01-15Remove unused method and rename private oneFolker Bernitt
2016-01-15Removes InputMail.FROM_EMAIL_ADDRESS constant #578Giovane
2016-01-14Allow re-index of search index for larger accountsFolker Bernitt
2016-01-13Changed log level to INFO for the pixelated namespace and added basic info me...Bruno Wagner
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
2016-01-11matching POST response and GET of an attachment -- API specificationNavaL
2016-01-11renamed attachment_id attribute to ident on POST response, to conform with th...NavaL