summaryrefslogtreecommitdiffstats
path: root/tests/lib/AppFramework
Commit message (Expand)AuthorAgeFilesLines
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-1211-52/+52
* Use assertStringContainsString instead of assertContains on stringsMorris Jobke2020-07-231-2/+2
* Adjust apps' code to use the ContainerInterfaceChristoph Wurst2020-07-211-1/+2
* Add real events to load additionalscriptsRoeland Jago Douma2020-07-151-9/+46
* Move to lazy panel registration during registration contextJulius Härtl2020-07-151-0/+6
* Delegate bootstrap registration lazilyChristoph Wurst2020-07-141-6/+0
* Fix supporting defaults for routesRoeland Jago Douma2020-07-081-14/+10
* Do not create a RouteActionHandler object for each routeRoeland Jago Douma2020-07-071-4/+3
* Update SecurityMiddleware.phpHolger Hees2020-07-061-1/+1
* Callable parameter injectionChristoph Wurst2020-07-032-3/+90
* Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validatingJoas Schilling2020-07-021-0/+28
* Fix robots "noindex, nofollow" signalsJoas Schilling2020-06-253-3/+6
* Add unified search APIChristoph Wurst2020-06-241-0/+6
* Merge pull request #21479 from nextcloud/fix/21474/allow_specifying_cookie_typeblizzz2020-06-221-6/+13
|\
| * Allow to specify the cookie type for appframework responsesRoeland Jago Douma2020-06-221-6/+13
* | 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