Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2015-10-14Merge pull request #1110 from owncloud/dont-ignore-logger-contextChristoph Wurst
2015-10-13improve mail address handlingChristoph Wurst
2015-10-07don't ignore context parameterChristoph Wurst
2015-10-07Merge pull request #1107 from owncloud/refactor-save-draftSteffen Lindner
2015-10-03refactor accountscontroller::send to make it unit testableChristoph Wurst
2015-10-03refactor autoconfigChristoph Wurst
2015-10-02Only test logException on OC8.2+Thomas Müller
2015-09-30Don't test log()Thomas Müller
2015-09-29Add unit testing for logExceptionThomas Müller
2015-09-22add unit test for HordeTranslationHandlerChristoph Wurst
2015-09-21Merge pull request #1106 from owncloud/phpunit-testsuite-nameSteffen Lindner
2015-09-21Merge pull request #1099 from owncloud/accountservice-testsSteffen Lindner
2015-09-21Merge pull request #1097 from owncloud/refactor-send-messageSteffen Lindner
2015-09-21Merge pull request #1080 from owncloud/messagescontroller-testsSteffen Lindner
2015-09-21Merge pull request #1082 from owncloud/pagecontroller-testsSteffen Lindner
2015-09-21this is not the activity app ;-)Christoph Wurst
2015-09-21add more folderscontroller unit testsChristoph Wurst
2015-09-21add more messagescontroller unit testsChristoph Wurst
2015-09-21split accountscontroller::send into testable chunks and add testsChristoph Wurst
2015-09-21add unit tests for pagecontrollerChristoph Wurst
2015-09-18Merge pull request #1086 from owncloud/proxycontroller-testsChristoph Wurst
2015-09-18Merge pull request #1100 from owncloud/contactsintegration-testsChristoph Wurst
2015-09-18add tests for contactsintegrationChristoph Wurst
2015-09-17add tests for accountsserviceChristoph Wurst
2015-09-17construct application to increase code coverageChristoph Wurst
2015-09-15make proxycontroller testable and add unit testsChristoph Wurst
2015-09-07load app in bootstrap.php to fix php unit testsChristoph Wurst
2015-09-03fix version comparisonChristoph Wurst
2015-09-02Not 8.2 pleaseSteffen Lindner
2015-09-02Add version checkSteffen Lindner
2015-09-02Add tests to the list of allowed pathsOlivier Paroz
2015-08-28add some tests for folderscontrollerChristoph Wurst
2015-08-27Fix unit tests - mock IUrlGeneratorThomas Müller
2015-07-16Fix escaping issues - especially on > in message repliesThomas Müller
2015-07-13Using kwi/urllinker for link detectionThomas Müller
2015-07-04No more OC_LogThomas Müller
2015-07-02Display inline images - fixes #138Thomas Müller
2015-07-02Merge pull request #801 from owncloud/html-message-cache-headersThomas Müller
2015-06-24Add more url testsSteffen Lindner
2015-06-19some more accountscontroller testsChristoph Wurst
2015-06-19remove deprecated $this->params() calls; add some unit testsChristoph Wurst
2015-06-19Compare objectsLukas Reschke
2015-06-18enable HTTP caching for HTML message bodiesChristoph Wurst
2015-05-20Fix variable namingThomas Müller
2015-05-20Fix iconv issue and allow proper display of some html messagesThomas Müller
2015-05-04Merge pull request #579 from owncloud/scrutinizer-patch-1Thomas Müller
2015-05-04Skip IMAP tests if credentials are unavailableRobin McCorkell
2015-05-04Scrutinizer Auto-FixesScrutinizer Auto-Fixer
2015-04-28Scrutinizer Auto-FixesScrutinizer Auto-Fixer
2015-04-28test should pass nowClement Wong