nextcloud/core/Migrations
Ferdinand Thiessen 317c26d559 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-31 01:51:28 +02:00
..
Version13000Date20170705121758.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Version13000Date20170718121200.php fix(migration): Add column if not exists 2024-08-08 07:56:31 +00:00
Version13000Date20170814074715.php composer run cs:fix 2023-01-20 11:45:08 +01:00
Version13000Date20170919121250.php composer run cs:fix 2023-01-20 11:45:08 +01:00
Version13000Date20170926101637.php composer run cs:fix 2023-01-20 11:45:08 +01:00
Version14000Date20180129121024.php Update php licenses 2021-06-04 22:02:41 +02:00
Version14000Date20180404140050.php Uses PHP8's constructor property promotion. 2023-06-23 22:50:49 +03:30
Version14000Date20180516101403.php composer run cs:fix 2023-01-20 11:45:08 +01:00
Version14000Date20180518120534.php Update php licenses 2021-06-04 22:02:41 +02:00
Version14000Date20180522074438.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Version14000Date20180626223656.php Update php licenses 2021-06-04 22:02:41 +02:00
Version14000Date20180710092004.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Version14000Date20180712153140.php composer run cs:fix 2023-01-20 11:45:08 +01:00
Version15000Date20180926101451.php composer run cs:fix 2023-01-20 11:45:08 +01:00
Version15000Date20181015062942.php composer run cs:fix 2023-01-20 11:45:08 +01:00
Version15000Date20181029084625.php composer run cs:fix 2023-01-20 11:45:08 +01:00
Version16000Date20190207141427.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Version16000Date20190212081545.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Version16000Date20190427105638.php Uses PHP8's constructor property promotion. 2023-06-23 22:50:49 +03:30
Version16000Date20190428150708.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Version17000Date20190514105811.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Version18000Date20190920085628.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Version18000Date20191014105105.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Version18000Date20191204114856.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Version19000Date20200211083441.php fix(webauthn): Increase database column for public key id 2024-08-31 01:51:28 +02:00
Version20000Date20201109081915.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Version20000Date20201109081918.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Version20000Date20201109081919.php composer run cs:fix 2023-01-20 11:45:08 +01:00
Version20000Date20201111081915.php Update php licenses 2021-06-04 22:02:41 +02:00
Version21000Date20201120141228.php Update php licenses 2021-06-04 22:02:41 +02:00
Version21000Date20201202095923.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Version21000Date20210119195004.php Update php licenses 2021-06-04 22:02:41 +02:00
Version21000Date20210309185126.php Update php licenses 2021-06-04 22:02:41 +02:00
Version21000Date20210309185127.php Update php licenses 2021-06-04 22:02:41 +02:00
Version22000Date20210216080825.php Update php licenses 2021-06-04 22:02:41 +02:00
Version23000Date20210721100600.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Version23000Date20210906132259.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Version23000Date20210930122352.php Use bigint for autoincremented column 2021-12-14 00:12:40 +00:00
Version23000Date20211203110726.php Update core/Migrations/Version23000Date20211203110726.php 2021-12-09 16:32:53 +00:00
Version23000Date20211213203940.php composer run cs:fix 2023-01-20 11:45:08 +01:00
Version24000Date20211210141942.php Uses PHP8's constructor property promotion. 2023-06-23 22:50:49 +03:30
Version24000Date20211213081506.php Add a primary key to ratelimit_entries table 2022-01-28 16:55:16 +01:00
Version24000Date20211213081604.php Add a primary key to ratelimit_entries table 2022-01-28 16:55:16 +01:00
Version24000Date20211222112246.php Update Version24000Date20211222112246.php 2022-03-15 16:30:28 +01:00
Version24000Date20211230140012.php Uses PHP8's constructor property promotion. 2023-06-23 22:50:49 +03:30
Version24000Date20220131153041.php Allow apps to specify if their background job can be delayed 2022-02-07 13:54:54 +01:00
Version24000Date20220202150027.php DB mounts table: Add index for mount_provider_class 2022-08-01 14:27:34 +02:00
Version24000Date20220404230027.php Comment legacy file_metadata table migrations 2023-12-07 13:31:09 +01:00
Version24000Date20220425072957.php Add missing index 2022-04-25 09:38:31 +02:00
Version25000Date20220515204012.php Add new share attributes column 2022-06-08 08:46:23 +02:00
Version25000Date20220602190540.php composer run cs:fix 2023-01-20 11:45:08 +01:00
Version25000Date20220905140840.php composer run cs:fix 2023-01-20 11:45:08 +01:00
Version25000Date20221007010957.php Uses PHP8's constructor property promotion. 2023-06-23 22:50:49 +03:30
Version27000Date20220613163520.php fix(migrations): Help developers to add description and copyright info 2024-03-05 12:56:38 +01:00
Version27000Date20230309104325.php Comment legacy file_metadata table migrations 2023-12-07 13:31:09 +01:00
Version27000Date20230309104802.php Comment legacy file_metadata table migrations 2023-12-07 13:31:09 +01:00
Version28000Date20230616104802.php LLM Migration: Return null if nothing changed 2023-07-07 13:39:10 +02:00
Version28000Date20230728104802.php use DB type constants 2023-08-02 12:37:36 +02:00
Version28000Date20230803221055.php Return only if changed 2023-11-01 17:17:44 +01:00
Version28000Date20230906104802.php fix(TextToImage\Migration): Fix typo 2023-10-23 12:49:50 +02:00
Version28000Date20231004103301.php Add migration from the old to new metadata tables 2023-11-16 09:21:55 +01:00
Version28000Date20231103104802.php fix(TextProcessing/ migration): add check whether new column exists already 2023-11-06 12:57:57 +01:00
Version28000Date20231126110901.php better indexes 2024-01-24 20:01:56 -01:00
Version29000Date20231126110901.php better indexes 2024-01-24 20:01:56 -01:00
Version29000Date20231213104850.php feat(comments): Add a meta data column for comments 2023-12-14 14:32:00 +01:00
Version29000Date20240124132201.php Update core/Migrations/Version29000Date20240124132201.php 2024-01-25 10:33:39 -01:00
Version29000Date20240124132202.php Update core/Migrations/Version29000Date20240124132202.php 2024-01-25 10:33:47 -01:00
Version29000Date20240131122720.php fix(db): remove redundant indices in properties 2024-02-18 21:02:42 +01:00
Version30000Date20240814180800.php fix(webauthn): Increase database column for public key id 2024-08-31 01:51:28 +02:00