nextcloud/core/Migrations
Ferdinand Thiessen d13c495776 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-27 23:19:25 +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:54:46 +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-27 23:19:25 +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-13 10:43:54 +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 add new index in repair step instead of on-migrate 2023-04-28 15:08:08 +02:00
Version27000Date20230309104325.php Comment legacy file_metadata table migrations 2023-12-13 10:43:54 +01:00
Version27000Date20230309104802.php Comment legacy file_metadata table migrations 2023-12-13 10:43:54 +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 prepare migration to lazy config 2024-01-22 11:32:23 -01:00
Version30000Date20240814180800.php fix(webauthn): Increase database column for public key id 2024-08-27 23:19:25 +02:00