summaryrefslogtreecommitdiffstats
path: root/tests/lib/appframework
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #17078 from owncloud/fix-initial-server-hostMorris Jobke2015-07-011-2/+91
|\
| * Fix undefined offsetLukas Reschke2015-06-221-2/+91
* | AppFramework annotation whitespace unit testRobin McCorkell2015-06-211-0/+14
|/
* Add `no-store` to AppFrameworkLukas Reschke2015-06-151-1/+1
* Merge pull request #16714 from owncloud/fix-cors-testLukas Reschke2015-06-031-0/+7
|\
| * fix #16713Bernhard Posselt2015-06-031-0/+7
* | Move the helpful method to the TestCase classJoas Schilling2015-06-031-2/+2
|/
* disallow cookie auth for cors requestsBernhard Posselt2015-05-221-4/+71
* Add support for disallowing domains to the ContentSecurityPolicyLukas Reschke2015-05-201-0/+216
* If the execute method on the mapper receives an assoc array, it binds by valu...Bernhard Posselt2015-03-192-25/+54
* Add support for 'child-src' directiveLukas Reschke2015-02-281-2/+17
* AppFramework StreamResponseBernhard Posselt2015-02-272-13/+128
* fix tabs and spacesBernhard Posselt2015-02-251-119/+119
* fix mappertestutilityBernhard Posselt2015-02-251-116/+120
* use IDBConnection and close cursors after insert/update/deleteBernhard Posselt2015-02-252-47/+48
* Get the real protocol behind several proxiesLukas Reschke2015-02-241-0/+21
* Merge pull request #13777 from owncloud/close-cursorLukas Reschke2015-02-202-16/+22
|\
| * fix indentionBernhard Posselt2015-01-291-7/+6
| * add tests for closing the cursorBernhard Posselt2015-01-292-10/+16
| * ignore cursorclosingBernhard Posselt2015-01-291-8/+9
* | Merge pull request #13989 from owncloud/enhancment/security/11857Clark Tomlinson2015-02-184-6/+250
|\ \
| * | Rename to allowEvalLukas Reschke2015-02-161-2/+2
| * | Allow AppFramework applications to specify a custom CSP headerLukas Reschke2015-02-164-6/+250
* | | Refactor OC_Request into TrustedDomainHelper and IRequestLukas Reschke2015-02-1611-45/+853
|/ /
* | Merge pull request #13780 from owncloud/cmreflector-inheritanceLukas Reschke2015-02-121-2/+58
|\ \
| * | another test for overriding the docblockBernhard Posselt2015-01-291-0/+14