nextcloud/lib
Ferdinand Thiessen a22171507a
fix(32bit): use PHP_INT_MAX where needed
* Typo from https://github.com/nextcloud/server/pull/52392

`0xFFFF` is only 2 bytes, but we need either `0xFFFFFFFF` or maybe a bit
easier to read `PHP_INT_MAX`.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-04-28 12:33:58 +02:00
..
composer feat(login-flow-v2): Restrict allowed apps by user agent check 2025-04-23 09:45:23 +02:00
l10n fix(l10n): Update translations from Transifex 2025-04-28 00:23:11 +00:00
private fix(32bit): use PHP_INT_MAX where needed 2025-04-28 12:33:58 +02:00
public feat(profile): Add an API to get the profile field data 2025-04-23 12:38:18 +02:00
unstable fix(lexicon): syntax 2025-01-14 10:38:15 -01:00
autoloader.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
base.php perf: Add config options to trigger individual and sample profiling using excimer 2025-04-22 08:57:02 +02:00
versioncheck.php feat(PHP): Allow PHP 8.4 2024-11-08 12:59:12 +01:00