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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-20Move tests/ to PSR-4 (#24731)Joas Schilling
2016-05-18Fix namespaces in AppFramework testsJoas Schilling
2016-01-25Add new CSRF manager for unit testing purposesLukas Reschke
2016-01-11Fix unit testsRoeland Jago Douma
2015-12-07Scrutinizer Auto-FixesScrutinizer Auto-Fixer
2015-11-27Added tests.Mitar
2015-11-22Fix undefined HTTP_USER_AGENTThomas Müller
2015-10-21Remove dependency on ICrypto + use XORLukas Reschke
2015-10-08Merge pull request #19034 from owncloud/http-request-warningThomas Müller
2015-10-06Add \OCP\IRequest::getHttpProtocolLukas Reschke
2015-09-23Unit test for preventing warning decoding contentRobin McCorkell
2015-09-23use assertSame, add failing caseJörn Friedrich Dreyer
2015-08-14Add mitigation against BREACHLukas Reschke
2015-08-04Use StringUtils::equals on CSRF token and add unit testsLukas Reschke
2015-07-16Fixing 'Undefined index: REMOTE_ADDR' - fixes #17460Thomas Müller
2015-06-22Fix undefined offsetLukas Reschke
2015-06-03Move the helpful method to the TestCase classJoas Schilling
2015-02-24Get the real protocol behind several proxiesLukas Reschke
2015-02-17Refactor OC_Request into TrustedDomainHelper and IRequestLukas Reschke
2015-02-09Respect `mod_unique_id` and refactor `OC_Request::getRequestId`Lukas Reschke
2015-01-15always set url parameters when they are available in the app dispatchBernhard Posselt
2014-11-19Make remaining files extend the test baseJoas Schilling
2014-04-12default to GET request when no method is set to fix unittests, also set parse...Bernhard Posselt
2013-10-03Fix fix of POST :PThomas Tanghus
2013-10-03Modified PUT behaviourThomas Tanghus
2013-10-01Add assertions for ->params and array access with jsonThomas Tanghus
2013-10-01Implement PUT an PATCH supportThomas Tanghus
2013-10-01Check if accessor matched request method.Thomas Tanghus
2013-08-21kill superfluent classloader from tests - this approach might be of interest ...Thomas Müller
2013-08-17initial import of appframeworkThomas Müller