aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/appframework
Commit message (Expand)AuthorAgeFilesLines
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-2030-7152/+0
* Fix namespaces in AppFramework testsJoas Schilling2016-05-1826-38/+58
* Fix inconsistent nameing of AppFrameworkRoeland Jago Douma2016-04-222-6/+4
* Move login form into controllerLukas Reschke2016-04-151-4/+9
* Fix mappertestRoeland Jago Douma2016-04-081-3/+4
* Use IQueryBuilder::PARAM_* instead of \PDO::PARAM_*Joas Schilling2016-02-291-1/+1
* fix unit testv1r0x2016-02-181-1/+1
* Make sure tests don't leave a stray directory behindJoas Schilling2016-02-031-3/+3
* Add public API to give developers the possibility to adjust the global CSP de...Lukas Reschke2016-01-283-19/+465
* Add new CSRF manager for unit testing purposesLukas Reschke2016-01-251-4/+86
* Fix unit testsRoeland Jago Douma2016-01-111-8/+1
* Fix unit testRoeland Jago Douma2015-12-241-2/+6
* prefer scalar type hints over phpdoc annotationBernhard Posselt2015-12-241-0/+19
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-12-071-1/+0
* Merge pull request #20807 from owncloud/dont-append-redirect-url-if-user-is-a...Thomas Müller2015-12-032-35/+105
|\
| * Show error templateLukas Reschke2015-11-302-35/+105
* | Mock DIContainer to not hit the databaseThomas Müller2015-11-301-1/+3
* | Apply DB group annotation ...Thomas Müller2015-11-301-0/+1
|/
* Merge pull request #20788 from owncloud/catch-missing-routeThomas Müller2015-11-301-3/+3
|\
| * fix testsRobin Appelman2015-11-271-3/+3
* | Added tests.Mitar2015-11-271-0/+20
|/
* Fix undefined HTTP_USER_AGENTThomas Müller2015-11-221-8/+25
* Remove dependency on ICrypto + use XORLukas Reschke2015-10-2111-105/+6
* Merge pull request #19034 from owncloud/http-request-warningThomas Müller2015-10-081-0/+21
|\
| * Unit test for preventing warning decoding contentRobin McCorkell2015-09-231-0/+21
* | Add \OCP\IRequest::getHttpProtocolLukas Reschke2015-10-061-0/+51
* | Merge pull request #19299 from owncloud/fixgetRawPathInfoThomas Müller2015-09-301-43/+44
|\ \
| * | use assertSame, add failing caseJörn Friedrich Dreyer2015-09-231-43/+44
| |/
* / Add blob: scheme to default CSP policyLukas Reschke2015-09-294-56/+56
|/
* Rename data provider to avoid risky test warningLukas Reschke2015-09-091-2/+2
* Encode HTML tags in JSONLukas Reschke2015-09-031-6/+20
* Properly return 304Roeland Jago Douma2015-09-011-0/+8
* Add mitigation against BREACHLukas Reschke2015-08-1411-15/+129
* Merge pull request #17982 from owncloud/appframework-sanitize-nameThomas Müller2015-08-121-0/+19
|\
| * Sanitize class names before registerService/queryRobin McCorkell2015-07-301-0/+19
* | Merge pull request #17852 from owncloud/register-alias-factoryRobin McCorkell2015-08-112-14/+47
|\ \
| * | add test for factoriesBernhard Posselt2015-07-252-14/+47
| |/
* | Merge pull request #18096 from sualko/patch-1Morris Jobke2015-08-104-56/+56
|\ \
| * | add more unit tests for data: as allowed image domainsualko2015-08-103-3/+3
| * | add unit test for data: as allowed image domainsualko2015-08-071-53/+53
* | | Merge pull request #18035 from owncloud/ocs-2.0Bernhard Posselt2015-08-052-7/+10
|\ \ \ | |/ / |/| |
| * | Fix unit test within OCSControllerThomas Müller2015-08-031-4/+8
| * | Remove duplicate and unused codeThomas Müller2015-08-031-3/+2
* | | Use StringUtils::equals on CSRF token and add unit testsLukas Reschke2015-08-041-0/+95
|/ /
* / Fix incorrect test namingRobin McCorkell2015-07-301-4/+2
|/
* Merge pull request #17755 from owncloud/alias-container-aliveThomas Müller2015-07-241-0/+13
|\
| * add registerAlias method to shorcut interface registrationBernhard Posselt2015-07-181-0/+13
* | Return proper status code in case of a CORS exceptionLukas Reschke2015-07-201-0/+51
|/
* Fixing 'Undefined index: REMOTE_ADDR' - fixes #17460Thomas Müller2015-07-161-4/+15
* Check if response could get generatedLukas Reschke2015-07-021-0/+11