nextcloud/lib
Josh bd43cb7d04
fix(files): decrement quota by actual bytes written in stream_write
The quota is now decremented by the actual number of bytes written ($written) rather than the intended size.

This ensures quota tracking stays accurate even if fwrite writes fewer (or more - i.e. from underlying buffering/etc) bytes than requested.

Signed-off-by: Josh <josh.t.richards@gmail.com>
2025-10-13 18:26:48 -04:00
..
composer refactor(preview): Cleanup a bit the public interface 2025-10-09 17:41:13 +02:00
l10n fix(l10n): Update translations from Transifex 2025-10-11 00:13:13 +00:00
private fix(files): decrement quota by actual bytes written in stream_write 2025-10-13 18:26:48 -04:00
public refactor(dbal): Migrate away from Type::getName 2025-10-10 16:13:09 +02:00
unstable fix(lexicon): missing doc 2025-07-24 15:56:35 -01:00
base.php fix: Delete legacy OC_Response 2025-09-29 09:35:32 +02:00
versioncheck.php fix(PHP): Drop PHP 8.1 for Nextcloud 33 2025-10-02 11:04:07 +02:00