nextcloud/lib/private/legacy
Côme Chilliet 66f903b5f6 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:21:24 +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 fix: Remove calls to deprecated OC_JSON::encode 2024-03-06 10:42:21 +01:00
OC_App.php chore: Deprecate OC_App::loadApps and add missing return type in Server 2024-02-08 14:34:01 +01:00
OC_Defaults.php chore!: Drop \OC_Defaults::getLogoClaim 2023-05-31 15:17:20 +02:00
OC_EventSource.php fix: Remove calls to deprecated OC_JSON::encode 2024-03-06 10:42:21 +01: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:21:24 +00:00
OC_Helper.php fix: Avoid calling setUserValue on null user id 2024-03-06 18:36:08 +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 15:25:12 +00:00
OC_JSON.php Refactor OC\Server::getTwoFactorAuthManager 2024-03-15 13:12:51 +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 feat: theme error page 2024-02-24 18:28:28 +01:00
OC_User.php fix(Token): add FILESYSTEM scope with SCOPE_SKIP_PASSWORD_VALIDATION 2024-06-24 16:03:36 +02:00
OC_Util.php fix: Apply new coding standard to all files 2024-04-04 11:45:22 +02:00