nextcloud/lib
Josh 8acbe3e731
fix(db): make sure PgSqlTools filter only accepts actual matches
The schema assets filter previously used preg_match(... ) !== false, which treats 0 (no match) as true and caused non-matching assets to be accepted. Use preg_match(... ) === 1 so the filter only accepts actual matches and avoids false positives.

Signed-off-by: Josh <josh.t.richards@gmail.com>
2025-11-03 18:13:07 -05:00
..
composer feat(snowflakeids): add File Sequence Generator 2025-11-03 11:45:13 +01:00
l10n fix(l10n): Update translations from Transifex 2025-10-29 00:13:46 +00:00
private fix(db): make sure PgSqlTools filter only accepts actual matches 2025-11-03 18:13:07 -05:00
public feat(lexicon): add FLAG_INTERNAL 2025-11-03 11:39:25 -01: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