summaryrefslogtreecommitdiff
path: root/service/test/unit/resources
AgeCommit message (Expand)Author
2016-02-25Backend and frontend protection against csrf attacks:NavaL
2016-02-22Removes stacktrace errors from appearing on the login page.NavaL
2016-02-22Removes stacktrace errors from appearing on the login page.NavaL
2016-02-11adds argument to supply custom disclaimer/banner on login screenNavaL
2016-02-05suppressing Error logs being spit out in testsNavaL
2016-02-05closing the services closes leap session, which stops background tasks, close...NavaL
2016-02-03reverting unnecessary steps to not re-load leap-sessions on re-login, as they...NavaL
2016-02-03checks to load leap sessions and services or notNavaL
2016-02-03move leap session creation to be done after interstitial is loadedNavaL
2016-01-28making async setup user services after authNavaL
2016-01-27Add a login multi user functional testFolker Bernitt
2016-01-26tests only input names on the login formNavaL
2016-01-25added integration testNavaL
2016-01-25multi user unit testNavaL
2016-01-22re-introduced logout functionality for multi-userNavaL
2016-01-22Add mutli-user mode to user-agentFolker Bernitt
2016-01-19fixing buildNavaL
2016-01-19Make RootResource read account email from mail serviceFolker Bernitt
2016-01-18migrating feedback resources to use services factoryNavaL
2016-01-18migrating mails resources to use services factoryNavaL
2016-01-18migrating AttachmentsResources to use the service factoryNavaL
2016-01-18Refactory KeyResource to get services from sessionFolker Bernitt
2016-01-13Changed attachment error print with a loggerBruno Wagner
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
2015-12-23removes attachment feature togglePixelated
2015-12-23Changed test not to test fixed content, but the existence of an error messageBruno Wagner
2015-12-22decode to base64 the raw attachment that is in bytes... and renaming id to at...NavaL
2015-12-21added filename and size to the attachment endpoint post responseNavaL
2015-12-18adapting mail controllers POST and PUT to work with attachementsmnandri
2015-12-18extracted a leap attachment store, handling all attachment responsibilities, ...mnandri
2015-12-18fixing unit test -- again WIPmnandri
2015-12-18enabling backend for Attachment feature togglemnandri
2015-12-18backend that handles post of a single attachment filemnandri
2015-12-07#454 added utf-8 encoding on message body, and corresponding query search termmnandri
2015-11-13Issue #523 - Created python test for arhive mailJefferson Stachelski
2015-11-10refactor unit testsw00
2015-11-09use mail_service to inject account_email into root_resourcesw00
2015-11-09template user's email address into titlesw00
2015-09-21#442 Creates feedback service that create tickets on leap web.Giovane
2015-08-11[tests] mock update to reflect deferreds returnedVictor Shyba
2015-08-11Fixed unit tests.Folker Bernitt
2015-06-11Removing lost importsVictor Shyba
2015-04-13Removed info sync because we have a loading page nowBruno Wagner
2015-03-18cleaning import * from integration and unit testsVictor Shyba
2015-02-13Fixing colors for recipient information and fixing pep8 violationsDuda Dornelles
2015-02-13Making sure that no private key can be retrieved by the KeysResourceDuda Dornelles
2015-01-22 #224 fixing tests and app for twisted migrationDuda Dornelles
2015-01-22 #224 renaming tests so they get caught by trial runnerDuda Dornelles
2015-01-21#240 Adapted tests after change to twisted webDuda Dornelles