aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/AppFramework
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge pull request #35780 from nextcloud/fix/http-dispatcher-double-parameter...Vincent Petry2022-12-161-7/+14
| |\
| | * fix(app framework): Fix missing cast of double controller parametersChristoph Wurst2022-12-151-7/+14
| * | check if params given to API are really an arrayArtur Neumann2022-12-151-2/+13
| |/
| * use bruteforce protection on all methods wrapped by PublicShareMiddlewareJulien Veyssier2022-12-071-1/+6
| * Fix some more problems with tests under PHP 8.2Côme Chilliet2022-11-151-12/+14
| * Remove long depreated AppFramework/Db/MapperRoeland Jago Douma2022-10-102-506/+0
* | Fix the JSON content type regex to match all MIME typesStanimir Bozhilov2022-09-261-0/+91
* | Add unit tests for application/scim+json content typeStanimir Bozhilov2022-09-201-0/+92
|/
* Fix SessionMiddlewareTest and cover new case with reopeningJulius Härtl2022-08-241-3/+17
* Support specifying IPv6 proxies in CIDR notationSimon Leiner2022-08-021-0/+77
* Fix reading blob data as resourceThomas Citharel2022-07-251-0/+17
* Fix PHP 8.2 warnings about undeclared propertiesCôme Chilliet2022-06-211-0/+2
* Remove at matcher uses in tests/libCôme Chilliet2022-06-162-154/+109
* Merge pull request #32587 from nextcloud/bugfix/noid/improve-jsconfighelperJoas Schilling2022-05-311-72/+52
|\
| * Restore old behaviour of sending flase for not found appsJoas Schilling2022-05-301-72/+52
* | Use JSON_THROW_ON_ERROR instead of custom error handlingJulius Härtl2022-05-301-3/+3
* | Update core to PHP 7.4 standardCarl Schwan2022-05-201-2/+1
|/
* Add a metadata service to store file metadataCarl Schwan2022-04-131-7/+14
* Adds a "Request password" button to the public share authentication page for ...Cyrille Bollu2022-04-111-1/+3
* Add a built-in profiler inside NextcloudCarl Schwan2022-04-041-1/+4
* Migrate from ILogger to LoggerInterface where needed in the testsCôme Chilliet2022-03-241-7/+7
* Merge pull request #31235 from nextcloud/techdebt/noid/extract-request-idJoas Schilling2022-03-2211-235/+220
|\
| * Fix testsJoas Schilling2022-02-237-68/+47
| * Adjust and add unit testsJoas Schilling2022-02-234-167/+173
* | Allow to set a strict-dynamic CSP through the APIJulius Härtl2022-03-091-0/+17
* | Fix testsJulius Härtl2022-02-281-7/+20
* | Add event logging to app loadingJulius Härtl2022-02-281-0/+6
|/
* 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