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-04-22Fix inconsistent nameing of AppFrameworkRoeland Jago Douma
2016-04-15Move login form into controllerLukas Reschke
2016-04-08Fix mappertestRoeland Jago Douma
2016-02-29Use IQueryBuilder::PARAM_* instead of \PDO::PARAM_*Joas Schilling
2016-02-18fix unit testv1r0x
2016-02-03Make sure tests don't leave a stray directory behindJoas Schilling
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-24Fix unit testRoeland Jago Douma
2015-12-24prefer scalar type hints over phpdoc annotationBernhard Posselt
2015-12-07Scrutinizer Auto-FixesScrutinizer Auto-Fixer
2015-12-03Merge pull request #20807 from owncloud/dont-append-redirect-url-if-user-is-a...Thomas Müller
2015-11-30Show error templateLukas Reschke
2015-11-30Mock DIContainer to not hit the databaseThomas Müller
2015-11-30Apply DB group annotation ...Thomas Müller
2015-11-30Merge pull request #20788 from owncloud/catch-missing-routeThomas Müller
2015-11-27fix testsRobin Appelman
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-12Merge pull request #17982 from owncloud/appframework-sanitize-nameThomas Müller
2015-08-11Merge pull request #17852 from owncloud/register-alias-factoryRobin McCorkell
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-03Fix unit test within OCSControllerThomas Müller
2015-08-03Remove duplicate and unused codeThomas Müller
2015-07-30Sanitize class names before registerService/queryRobin McCorkell
2015-07-30Fix incorrect test namingRobin McCorkell
2015-07-25add test for factoriesBernhard Posselt
2015-07-24Merge pull request #17755 from owncloud/alias-container-aliveThomas Müller
2015-07-20Return proper status code in case of a CORS exceptionLukas Reschke
2015-07-18add registerAlias method to shorcut interface registrationBernhard Posselt
2015-07-16Fixing 'Undefined index: REMOTE_ADDR' - fixes #17460Thomas Müller
2015-07-02Check if response could get generatedLukas Reschke