nextcloud/lib/private
Ferdinand Thiessen 2a5fc73ca9
fix: resolve PHP deprecation of imagedestroy
> Prior to PHP 8.0.0, imagedestroy() freed any memory associated with the image resource.
> As of 8.0.0, the GD extension uses objects instead of resources, and objects cannot be explicitly closed.

With PHP 8.5 this is deprecated and causes a deprecation warning!

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2026-06-11 00:59:15 +02:00
..
Accounts chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Activity chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
App fix(psalm): Fix psalm issues related to moving files 2026-06-05 11:03:16 +02:00
AppFramework revert: "Do not do redirect handling when loggin out" 2026-06-09 17:49:00 +02:00
Archive chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Authentication chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Avatar chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
BackgroundJob chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Blurhash/Listener chore: add missing Override attribute to OC 2026-04-28 21:29:27 +02:00
Broadcast/Events chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Cache chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Calendar chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Collaboration fix(MailPlugin): Stop applying the offset twice and the limit per wide/exact 2026-06-01 14:24:01 +02:00
Command chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Comments Merge pull request #60960 from nextcloud/carl/querybuilder-magic-number 2026-06-10 23:09:30 +02:00
Config chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Console chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Contacts/ContactsMenu chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
ContextChat chore: add missing Override attribute to OC 2026-04-28 21:29:27 +02:00
Dashboard chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
DB refactor: Use new IQueryBuilder::MAX_IN_PARAMETERS 2026-06-03 13:45:29 +02:00
Diagnostics chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
DirectEditing chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Encryption chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
EventDispatcher chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Federation chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Files Merge pull request #60960 from nextcloud/carl/querybuilder-magic-number 2026-06-10 23:09:30 +02:00
FilesMetadata refactor: Use new IQueryBuilder::MAX_IN_PARAMETERS 2026-06-03 13:45:29 +02:00
FullTextSearch chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
GlobalScale chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Group Merge pull request #60960 from nextcloud/carl/querybuilder-magic-number 2026-06-10 23:09:30 +02:00
Hooks chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Http feat(guzzle): allow overriding the default curl handler when creating a new client 2026-06-03 14:13:37 +02:00
IntegrityCheck chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
KnownUser chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
L10N chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
LDAP chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
legacy fix: cleanup some of the static vars 2026-06-05 10:23:50 +02:00
Lock chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Lockdown chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Log chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Mail chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Memcache chore: Get cache lazily in OC\Memcache\Redis 2026-06-02 09:46:20 +02:00
Migration chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Net fix: handle NAT64 addresses in isLocalAddress 2026-05-19 17:06:46 +02:00
Notification chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
OCM chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
OCS chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
OpenMetrics chore: add missing Override attribute to OC 2026-04-28 21:29:27 +02:00
Preview Merge pull request #60960 from nextcloud/carl/querybuilder-magic-number 2026-06-10 23:09:30 +02:00
Profile chore: add missing Override attribute to OC 2026-04-28 21:29:27 +02:00
Profiler chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Repair refactor: Use new IQueryBuilder::MAX_IN_PARAMETERS 2026-06-03 13:45:29 +02:00
RichObjectStrings chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Route fix: Change back base.php to have the same behavior as before 2026-06-05 10:23:50 +02:00
Search chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Security Merge pull request #60735 from nextcloud/fix/noid/crypto-decrypt-fallback-valueerror 2026-06-09 15:14:44 +02:00
Session chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Settings chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Setup chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
SetupCheck fix: correct typo 'occured' to 'occurred' in SetupCheckManager 2026-05-07 00:27:52 -05:00
Share chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Share20 Merge pull request #60960 from nextcloud/carl/querybuilder-magic-number 2026-06-10 23:09:30 +02:00
Snowflake chore(snowflake): add more randomness in server id fallback 2026-05-21 09:18:04 +02:00
SpeechToText chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Support chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
SystemTag chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Tagging chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Talk chore: Remove almost all uses of deprecated IServerContainer in lib/private 2026-05-11 16:22:22 +02:00
TaskProcessing fix(TaskProcessing): restrict allowed_classes in Manager cache deserialization 2026-06-04 10:49:23 +02:00
Teams chore: add missing Override attribute to OC 2026-04-28 21:29:27 +02:00
Template chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
TextProcessing chore: Silence psalm false-positives 2026-06-02 09:46:19 +02:00
TextToImage chore: Remove types from const properties 2026-06-02 09:46:16 +02:00
Translation chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Updater chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
User chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
UserStatus chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
AllConfig.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
AppConfig.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
AppScriptDependency.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
AppScriptSort.php refactor: Run rector on lib/private 2026-02-06 13:50:18 +01:00
BinaryFinder.php chore: add missing Override attribute to OC 2026-04-28 21:29:27 +02:00
CapabilitiesManager.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Color.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Config.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
ContactsManager.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
DatabaseException.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
DatabaseSetupException.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
DateTimeFormatter.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
DateTimeZone.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
EmojiHelper.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
EventSource.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
EventSourceFactory.php chore: add missing Override attribute to OC 2026-04-28 21:29:27 +02:00
ForbiddenException.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
HintException.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Image.php fix: resolve PHP deprecation of imagedestroy 2026-06-11 00:59:15 +02:00
InitialStateService.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Installer.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
LargeFileHelper.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Log.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
MemoryInfo.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +02:00
NaturalSort.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
NaturalSort_DefaultCollator.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
NavigationManager.php fix(NavigationManager): resolve entries only when needed 2026-06-07 16:54:21 +02:00
NeedsUpdateException.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
NotSquareException.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
PhoneNumberUtil.php chore: add missing Override attribute to OC 2026-04-28 21:29:27 +02:00
PreviewManager.php Merge pull request #59905 from nextcloud/jtr/chore-drop-registerProvider-IPreview 2026-06-09 11:51:53 +02:00
PreviewNotAvailableException.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
RedisFactory.php fix: Remove static var in Memcache/Redis 2026-06-02 09:46:03 +02:00
Repair.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
RepairException.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Server.php chore: Remove unused and long deprecated Remote components 2026-06-03 10:36:41 +02:00
ServerContainer.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
ServerNotAvailableException.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
ServiceUnavailableException.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Setup.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Streamer.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
StreamImage.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
SubAdmin.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
SystemConfig.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
TagManager.php refactor: Use new IQueryBuilder::MAX_IN_PARAMETERS 2026-06-03 13:45:29 +02:00
Tags.php fix: Turn static var into standard one in Tags class 2026-06-02 09:46:18 +02:00
TemplateLayout.php fix(psalm): Use end instead of array_last because psalm does not find the polyfill 2026-06-09 14:59:52 +02:00
TempManager.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Updater.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
URLGenerator.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00