summaryrefslogtreecommitdiffstats
path: root/tests/lib/AppFramework
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix unit test of the ResponseTestRoeland Jago Douma2020-06-211-3/+3
|/
* Allow crash reporters registration during app bootstrapChristoph Wurst2020-06-191-0/+6
* Add dedicated API for apps' bootstrapping processChristoph Wurst2020-06-173-0/+345
* Merge pull request #20939 from nextcloud/enh/middleware/not_modifiedRoeland Jago Douma2020-05-133-41/+107
|\
| * Move the notmodified check to middleware where it belongsRoeland Jago Douma2020-05-133-41/+107
* | Merge pull request #20897 from nextcloud/bugfix/httpcacheRoeland Jago Douma2020-05-131-1/+1
|\ \ | |/ |/|
| * Fix http cache testClement Wong2020-05-121-1/+1
* | Add AppFramework GZip middleware to gzip responsesRoeland Jago Douma2020-05-121-0/+163
|/
* Fix new routing in settings etcRoeland Jago Douma2020-04-221-2/+2
* Extend tests for root urlJoas Schilling2020-04-181-87/+50
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-103-11/+11
* 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