aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/AppFramework
Commit message (Expand)AuthorAgeFilesLines
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1034-146/+97
* Use elseif instead of else ifChristoph Wurst2020-04-101-3/+3
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-0917-132/+132
* Use a blank line after the opening tagChristoph Wurst2020-04-095-0/+5
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-0911-11/+0
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-096-236/+236
* Fix multiline commentsChristoph Wurst2020-04-081-19/+19
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-2710-33/+0
|\
| * Remove unused importsChristoph Wurst2020-03-2510-33/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-2615-208/+208
* | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-2512-118/+118
|/
* Add test to trigger "Trying to access array offset on value of type int"Daniel Kesselberg2020-01-231-0/+62
* Make getServerHost more robust to faulty user inputDaniel Kesselberg2020-01-161-0/+46
* Modify regex to match some other chromium browsersDaniel Kesselberg2019-12-271-5/+26
* Mode to modern phpunitRoeland Jago Douma2019-11-2719-85/+85
* Make phpunit8 compatibleRoeland Jago Douma2019-11-2740-42/+42
* Merge pull request #17948 from nextcloud/enh/check-if-property-is-boolRoeland Jago Douma2019-11-261-8/+35
|\
| * Make isXXX available for bool properties onlyDaniel Kesselberg2019-11-161-8/+35
* | Some php-cs fixesRoeland Jago Douma2019-11-2239-68/+32
|/
* Move settings to an appChristoph Wurst2019-09-281-1/+1
* SessionMiddleware: declare session propertyRoeland Jago Douma2019-08-281-12/+4
* Add testsRoeland Jago Douma2019-08-103-0/+355
* Add feature policy headerRoeland Jago Douma2019-08-103-1/+4
* Update CSP test cases to handle the new form-actionRoeland Jago Douma2019-07-311-58/+58
* Split up security middlewareRoeland Jago Douma2019-07-272-97/+149
* Merge pull request #15714 from nextcloud/fix/204_304_rfcRoeland Jago Douma2019-05-241-10/+9
|\
| * Check the actual status code for 204 and 304Roeland Jago Douma2019-05-241-10/+9
* | Make it possible to show admin settings for sub adminsChristoph Wurst2019-05-231-16/+47
|/
* Set empty CSP by defaultRoeland Jago Douma2019-04-163-4/+4
* [#11236] Set parameter type in QBMapperMarius David Wieschollek2019-03-241-0/+241
* Add StandaloneTemplateResponseRoeland Jago Douma2019-02-061-0/+17
* No need to emit additonalscript event on public pagesRoeland Jago Douma2019-02-051-0/+10
* Emit to load additionalscriptsRoeland Jago Douma2019-01-311-0/+108
* Allow resources via OCS as wellJoas Schilling2019-01-221-0/+85
* Set default frame-ancestors to 'self'Roeland Jago Douma2019-01-084-61/+61
* CSP: Allow fonts to be provided in dataRoeland Jago Douma2019-01-074-62/+62
* Cleanup middleware registeringRoeland Jago Douma2019-01-031-9/+10
* Only trust the X-FORWARDED-HOST header for trusted proxiesRoeland Jago Douma2018-12-171-53/+90
* Fix testsRoeland Jago Douma2018-11-022-17/+7
* Adding handling of CIDR notation to trusted_proxies for IPv4Oliver Wegner2018-10-301-0/+115
* Add report-uri to CSPRoeland Jago Douma2018-10-211-0/+15
* Disallow unsafe-eval by defaultRoeland Jago Douma2018-10-144-60/+67
* Do not use file as template parameterRoeland Jago Douma2018-08-091-1/+1
* Fix direct access to authen pageRoeland Jago Douma2018-06-201-0/+2
* Add AuthPublicShareControllerTestRoeland Jago Douma2018-06-201-0/+157
* Add PublicShareControllerTestsRoeland Jago Douma2018-06-201-0/+102
* Add PublicShareMiddlewareTestRoeland Jago Douma2018-06-201-0/+287
* Move caching logic to responseRoeland Jago Douma2018-06-041-2/+12
* Merge pull request #8593 from eneiluj/masterMorris Jobke2018-03-081-10/+78
|\