nextcloud/lib/public/AppFramework
Thomas Citharel 618bbb313c Fix reading blob data as resource
PostgreSQL returns data as resource when using IQueryBuilder::PARAM_LOB
(which is used for QBMapper).

Previously we just converted this resource using settype, which produced
things like "Resource id #14" instead of the actual resource data.

Now we read the stream correctly if the returned data is a resource

See context at #22472

Fixes #22439

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-07-25 15:59:36 +00:00
..
Bootstrap Allow registration of migrators 2022-02-11 23:34:25 +00:00
Db Fix reading blob data as resource 2022-07-25 15:59:36 +00:00
Http Allow to set a strict-dynamic CSP through the API 2022-03-09 15:10:27 +01:00
OCS Update php licenses 2021-06-04 22:02:41 +02:00
Services Fix ArrayAccess and JsonSerializable return types 2021-11-23 09:28:56 +01:00
Utility Phase out the controller reflector 2021-06-17 18:21:19 +02:00
ApiController.php Update php licenses 2021-06-04 22:02:41 +02:00
App.php Update php licenses 2021-06-04 22:02:41 +02:00
AuthPublicShareController.php Adds a "Request password" button to the public share authentication page for shares 2022-04-11 21:58:24 +02:00
Controller.php Update php licenses 2021-06-04 22:02:41 +02:00
Http.php Update php licenses 2021-06-04 22:02:41 +02:00
IAppContainer.php Update php licenses 2021-06-04 22:02:41 +02:00
Middleware.php Update php licenses 2021-06-04 22:02:41 +02:00
OCSController.php Update php licenses 2021-06-04 22:02:41 +02:00
PublicShareController.php Update php licenses 2021-06-04 22:02:41 +02:00
QueryException.php Update php licenses 2021-06-04 22:02:41 +02:00