summaryrefslogtreecommitdiffstats
path: root/tests/lib/AppFramework
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #36396 from nextcloud/fix/corsJulius Härtl2023-02-171-1/+35
|\
| * fix(CORS): CORS should only be bypassed on `PublicPage` if not logged in to p...Ferdinand Thiessen2023-02-161-1/+35
* | Change X-Robots-Tag header from "none" to "noindex, nofollow"MichaIng2023-02-153-3/+3
* | DI for RouterRobin Appelman2023-02-131-6/+46
|/
* fix: Throw `NotFoundExceptionInterface` to fulfill PSR container interface if...Ferdinand Thiessen2023-02-061-3/+24
* feat(app-framework): Add UseSession attribute to replace annotationChristoph Wurst2023-01-271-53/+100
* feat(app-framework): Add support for global middlewaresChristoph Wurst2023-01-262-4/+36
* perf(app-framework): Make the app middleware registration lazyChristoph Wurst2023-01-252-18/+47
* composer run cs:fixCôme Chilliet2023-01-2036-48/+9
* feat(app framework)!: Inject services into controller methodsChristoph Wurst2023-01-181-10/+19
* Merge branch 'master' into add-scim-json-supportStanimir Bozhilov2022-12-196-528/+47
|\
| * 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
|\