summaryrefslogtreecommitdiffstats
path: root/tests/lib/AppFramework
Commit message (Expand)AuthorAgeFilesLines
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-11/+15
* Make sure we just check for the keysRoeland Jago Douma2020-12-071-5/+5
* Set frame-ancestors to none if none are filledRoeland Jago Douma2020-11-184-60/+60
* Remove OCSResponse type hint - see #23827Morris Jobke2020-11-031-1/+0
* Remove deprecated OCSResponseRoeland Jago Douma2020-11-011-64/+0
* Fix code styleMorris Jobke2020-10-121-1/+1
* Fix typo 'shared'Robin Windey2020-10-121-3/+13
* Format code to a single space around binary operatorsChristoph Wurst2020-10-057-17/+17
* Fix testsJoas Schilling2020-10-021-9/+46
* More test fixingJoas Schilling2020-08-191-2/+2
* 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