nextcloud/lib/private/legacy
Côme Chilliet 045dd40ab1 fix: Do not try to set HTTP response code on already closed connection
This avoids a PHP warning in the logs about trying to set the response
 code while the output already started. It’s useless to try to print an
 error page anyway in this situation because the connection was closed
 already.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-09-14 19:19:59 +00:00
..
template fix: Correctly add module content type to script tags when scripts with versions are used 2023-07-18 13:10:37 +02:00
OC_API.php Refactor "substr" calls to improve code readability 2023-07-07 04:54:20 +03:30
OC_App.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
OC_Defaults.php chore!: Drop \OC_Defaults::getLogoClaim 2023-05-31 15:17:20 +02:00
OC_EventSource.php refactor: migrate OC_EventSource to dependency injection 2023-06-03 21:42:51 +02:00
OC_FileChunking.php Use typed version of IConfig::getSystemValue as much as possible 2023-04-05 12:50:08 +02:00
OC_Files.php fix: Do not try to set HTTP response code on already closed connection 2024-09-14 19:19:59 +00:00
OC_Helper.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
OC_Hook.php composer run cs:fix 2023-01-20 11:45:08 +01:00
OC_Image.php fix: gracefully handle unexpected exif orientation types 2024-08-27 14:01:13 +00:00
OC_JSON.php composer run cs:fix 2023-01-20 11:45:08 +01:00
OC_Response.php Change X-Robots-Tag header from "none" to "noindex, nofollow" 2023-02-15 20:16:51 +01:00
OC_Template.php add separate event for rendering login page template 2023-08-17 10:57:56 +02:00
OC_User.php fix(logging): Restore the option to log with debug level 2024-07-22 14:45:44 +02:00
OC_Util.php fix(autoloader): no apcu no side effects 2023-09-08 16:55:39 +02:00