summaryrefslogtreecommitdiffstats
path: root/tests/lib/AppFramework
Commit message (Expand)AuthorAgeFilesLines
* Fix testsJoas Schilling2022-02-237-68/+47
* Adjust and add unit testsJoas Schilling2022-02-234-167/+173
* Add Transactional trait for atomic DB operationsChristoph Wurst2022-02-171-0/+98
* Add testChristopher Ng2022-02-111-0/+27
* send request id in response headerRobin Appelman2022-02-013-1/+8
* Check style updateCarl Schwan2022-01-135-27/+27
* Fix DateTime constructor calls with nullCôme Chilliet2021-11-232-4/+4
* Add admin privilege delegation for admin settingsCarl Schwan2021-09-291-1/+11
* Move DateTime::RFC2822 to DateTimeInterface::2822Christoph Wurst2021-06-231-3/+3
* Move DateTime::ATOM to DateTimeInterface::ATOMChristoph Wurst2021-06-231-2/+2
* Fix warnings about logExceptionJoas Schilling2021-06-043-9/+9
* Escape filename in Content-DispositionLukas Reschke2021-06-021-11/+25
* Fix unauthorized OCS status in provisioningJoas Schilling2021-05-121-50/+49
* Merge pull request #26591 from nextcloud/techdebt/noid/less-iloggerChristoph Wurst2021-04-273-9/+9
|\
| * Fix unit testsJoas Schilling2021-04-273-9/+9
* | Fix ratelimit templateJoas Schilling2021-04-271-11/+9
|/
* Allow overwriting isAuthenticatedRoeland Jago Douma2021-03-091-19/+35
* Remove deprecated \OCP\APIRoeland Jago Douma2021-03-031-4/+4
* 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