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-02-18fix unit testv1r0x
2016-01-28Add public API to give developers the possibility to adjust the global CSP de...Lukas Reschke
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-30Merge pull request #19299 from owncloud/fixgetRawPathInfoThomas Müller
2015-09-29Add blob: scheme to default CSP policyLukas Reschke
2015-09-23Unit test for preventing warning decoding contentRobin McCorkell
2015-09-23use assertSame, add failing caseJörn Friedrich Dreyer
2015-09-09Rename data provider to avoid risky test warningLukas Reschke
2015-09-03Encode HTML tags in JSONLukas Reschke
2015-09-01Properly return 304Roeland Jago Douma
2015-08-14Add mitigation against BREACHLukas Reschke
2015-08-11Merge pull request #18096 from sualko/patch-1Morris Jobke
2015-08-10add more unit tests for data: as allowed image domainsualko
2015-08-07add unit test for data: as allowed image domainsualko
2015-08-05Merge pull request #18035 from owncloud/ocs-2.0Bernhard Posselt
2015-08-04Use StringUtils::equals on CSRF token and add unit testsLukas Reschke
2015-08-03Remove duplicate and unused codeThomas Müller
2015-07-16Fixing 'Undefined index: REMOTE_ADDR' - fixes #17460Thomas Müller
2015-07-02Check if response could get generatedLukas Reschke
2015-06-22Fix undefined offsetLukas Reschke
2015-06-15Add `no-store` to AppFrameworkLukas Reschke
2015-06-03Move the helpful method to the TestCase classJoas Schilling
2015-05-20Add support for disallowing domains to the ContentSecurityPolicyLukas Reschke
2015-02-28Add support for 'child-src' directiveLukas Reschke
2015-02-27AppFramework StreamResponseBernhard Posselt
2015-02-24Get the real protocol behind several proxiesLukas Reschke
2015-02-18Merge pull request #13989 from owncloud/enhancment/security/11857Clark Tomlinson
2015-02-17Refactor OC_Request into TrustedDomainHelper and IRequestLukas Reschke
2015-02-16Rename to allowEvalLukas Reschke
2015-02-16Allow AppFramework applications to specify a custom CSP headerLukas Reschke
2015-02-09Merge pull request #13921 from owncloud/ocs-afVincent Petry
2015-02-09Respect `mod_unique_id` and refactor `OC_Request::getRequestId`Lukas Reschke
2015-02-05add a controller and reponse for ocsBernhard Posselt
2015-01-15always set url parameters when they are available in the app dispatchBernhard Posselt
2014-12-04PHP < 5.4 is not supported anymore - see #12606Morris Jobke
2014-12-04Remove last traces of travis integrationMorris Jobke
2014-11-27Add functions to modify cookies to response classLukas Reschke
2014-11-19Make remaining files extend the test baseJoas Schilling
2014-11-05fix typo in content typeBernhard Posselt
2014-10-30remove unnecessary require calls - the ownCloud class loader is supposed to t...Thomas Müller
2014-10-29add dataresponseBernhard Posselt