nextcloud/lib
Ferdinand Thiessen aa383a8ff6
fix(webauthn): Increase database column for public key id
* Resolves https://github.com/nextcloud/server/issues/34476

There is no maximum length defined in the standard,
most common the length is between 128 and 200 characters,
but as we store it not in plain data but base64 encoded the length can grow about 1/3.

We had a regression with 'Nitrokey 3' which created IDs with 196 byte length -> 262 bytes encoded base64.
So to be save we increase the size to 512 bytes.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-08-22 14:43:18 +02:00
..
composer fix(webauthn): Increase database column for public key id 2024-08-22 14:43:18 +02:00
l10n Fix(l10n): Update translations from Transifex 2024-08-22 00:20:28 +00:00
private fix: FilenameValidator::isForbidden should only check forbidden files 2024-08-22 08:51:58 +02:00
public fix(TaskProcessing/ContextWrite): Fix wording "ContextWrite" -> "Context write" 2024-08-21 11:26:44 +00:00
autoloader.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
base.php fix(session): Log when session_* calls are slow 2024-08-07 09:02:10 +02:00
versioncheck.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00