nextcloud/core
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
..
ajax chore: Add SPDX header 2024-05-10 11:07:50 +02:00
BackgroundJobs fix: Max file size for metadata generation 2024-08-05 08:48:15 +02:00
Command feat(occ): add 'stop_after' option to stop the worker after some time 2024-08-16 22:29:30 +00:00
Controller fix(core): Limit valid avatar sizes 2024-08-14 09:29:30 +02:00
css chore: Compile assets 2024-08-16 10:55:39 +00:00
Data chore: Add SPDX header 2024-05-27 14:53:40 +02:00
Db chore: Add SPDX header 2024-05-27 14:53:40 +02:00
doc chore: Add SPDX header 2024-05-27 14:53:40 +02:00
Events chore: Add SPDX header 2024-05-27 14:53:40 +02:00
Exception chore: Add SPDX header 2024-05-27 14:53:40 +02:00
fonts Include additional scripts in Noto fonts 2021-03-01 19:15:01 +01:00
img chore: Replace dashboard icon with Material Symbols "View Column" 2024-08-05 14:29:46 +02:00
js fix: Adapt icon color to new default for mime icons 2024-07-04 11:09:21 +02:00
l10n Fix(l10n): Update translations from Transifex 2024-08-21 00:20:25 +00:00
Listener feat: Add reserved options in a new OCP class so that applications know about them 2024-07-04 16:19:36 +02:00
Middleware chore: Add SPDX header 2024-05-27 14:53:40 +02:00
Migrations fix(webauthn): Increase database column for public key id 2024-08-22 14:43:18 +02:00
Notification feat(notifications): Migrate server INotifiers to new exceptions 2024-06-25 11:56:24 +02:00
Service chore: Add SPDX header 2024-05-27 14:53:40 +02:00
skeleton ownCloud -> Nextcloud 2016-07-28 15:47:04 +02:00
src fix(UnifiedSearch): Focus search input on open 2024-08-20 23:13:31 +02:00
templates fix: Disable auto-zoom on iOS 2024-08-21 12:33:53 +00:00
vendor chore: Add SPDX header 2024-05-27 14:53:40 +02:00
.l10nignore chore: Add SPDX header 2024-05-27 14:53:40 +02:00
Application.php perf(systemtags): Add index for systemtags_object_mappings.objectid 2024-07-30 13:13:48 +02:00
openapi-ex_app.json chore(deps): Update openapi-extractor to v1.0.0 2024-08-21 11:21:33 +00:00
openapi-ex_app.json.license feat(OpenAPI): Add ex_app scope 2024-07-02 09:12:48 +02:00
openapi-full.json chore(deps): Update openapi-extractor to v1.0.0 2024-08-21 11:21:33 +00:00
openapi-full.json.license feat(TaskProcessingApi): Add endpoint for getting the next task 2024-07-01 17:11:12 +02:00
openapi.json chore(deps): Update openapi-extractor to v1.0.0 2024-08-21 11:21:33 +00:00
openapi.json.license chore: Add SPDX header 2024-06-06 22:53:41 +02:00
register_command.php feat: add command to export certificate bundle 2024-08-01 10:06:50 +02:00
ResponseDefinitions.php fix(taskprocessing): fix cs issues and generate autoloaders 2024-07-25 10:10:32 +02:00
routes.php Merge pull request #45228 from smokris/heartbeat-route 2024-06-18 17:29:30 +02:00
shipped.json chore: Add webhook_listeners to list of shipped apps 2024-08-20 20:54:34 +00:00
shipped.json.license chore: Add SPDX header 2024-06-06 22:53:41 +02:00
strings.php chore: Add SPDX header 2024-05-27 14:53:40 +02:00