aboutsummaryrefslogtreecommitdiffstats
path: root/core/Migrations
Commit message (Expand)AuthorAgeFilesLines
* fix(migration): Check if column exits before adding itbackport/48480/stable30Git'Fellow2024-10-011-15/+21
* fix(TaskProcessing): increase error_message column lengthAnupam Kumar2024-09-061-0/+40
* fix: Migrate existing bg jobs to use sha256Louis Chemineau2024-09-051-0/+83
* fix(migration): Add missing migration attributesJoas Schilling2024-08-221-1/+4
* fix(webauthn): Increase database column for public key idFerdinand Thiessen2024-08-222-1/+40
* feat(webauthn): Add user verification to webauthn challengesS1m2024-08-151-0/+27
* fix(migration): Add column if not existsGit'Fellow2024-08-071-4/+6
* feat(migrations): add metadata to existing migrationsMaxence Lange2024-08-023-0/+17
* feat(taskprocessing): add occ commands to list tasks and compute statsJulien Veyssier2024-07-231-3/+3
* feat(taskprocessing): add start, stop and schedule time to tasksJulien Veyssier2024-07-231-0/+56
* feat(taskprocessing): add support for webhooks (http or AppAPI) in the task p...Julien Veyssier2024-07-221-0/+51
* fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of rem...Joas Schilling2024-07-191-2/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-2664-1266/+128
* Update core/Migrations/Version30000Date20240429122720.phpMarcel Klehr2024-05-141-1/+1
* fix: fix migrationMarcel Klehr2024-05-141-2/+2
* fix: address review commentsMarcel Klehr2024-05-141-4/+4
* fix: oc_taskProcessing_tasks.identifier: notnull = falseMarcel Klehr2024-05-141-1/+2
* feat: first pass at TaskProcessing APIMarcel Klehr2024-05-141-0/+114
* chore: Add SPDX headerAndy Scherzinger2024-05-105-60/+14
* fix(core): add fs_name_hash index to migrationVarun Patil2024-04-301-0/+1
* fix(migrations): Help developers to add description and copyright infoJoas Schilling2024-03-051-2/+2
* fix(db): remove redundant indices in propertiesJohannes Merkel2024-02-182-1/+61
* Update core/Migrations/Version29000Date20240124132202.phpMaxence Lange2024-01-251-1/+1
* Update core/Migrations/Version29000Date20240124132201.phpMaxence Lange2024-01-251-1/+1
* better indexesMaxence Lange2024-01-244-16/+219
* fixesMaxence Lange2024-01-151-1/+3
* lazy AppConfigMaxence Lange2024-01-151-0/+63
* feat(comments): Add a meta data column for commentsJoas Schilling2023-12-141-0/+67
* Comment legacy file_metadata table migrationsLouis Chemineau2023-12-073-46/+47
* Revert "perf: Add partial index on configvalue of preferences table"Julius Härtl2023-12-061-4/+0
* perf: Add partial index on configvalue of preferences tableJulius Härtl2023-11-301-0/+4
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-2316-55/+55
* Add migration from the old to new metadata tablesLouis Chemineau2023-11-161-0/+1
* Merge branch 'master' into enh/text-processing-iprovider2Marcel Klehr2023-11-091-10/+25
|\
| * fix(migration): Fix files metadata migrationJoas Schilling2023-11-091-10/+25
* | Merge branch 'master' into enh/text-processing-iprovider2Marcel Klehr2023-11-081-0/+83
|\|
| * IFilesMetadataMaxence Lange2023-11-071-0/+83
* | fix(TextProcessing/ migration): add check whether new column exists alreadyMarcel Klehr2023-11-061-5/+6
* | enh(TextProcessing): Add IProvider2Marcel Klehr2023-11-031-0/+60
|/
* Return only if changedGit'Fellow2023-11-011-2/+1
* fix: add index on migration only if neededGit'Fellow2023-11-011-1/+3
* fix(TextToImage\Migration): Fix typoMarcel Klehr2023-10-231-1/+1
* enh(Text2Image): Expose expected completion timeMarcel Klehr2023-10-201-0/+3
* fix(Text2Image): Add number_of_images to migrationMarcel Klehr2023-10-201-0/+4
* fix(TextToImage): Fix notnull column to allow for empty strings on orcaleMarcel Klehr2023-10-181-1/+1
* enh(TextToImage): Address review commentsMarcel Klehr2023-10-181-9/+1
* Implement TextToImage OCP APIMarcel Klehr2023-10-181-0/+100
* allow anon text processing schedulingJulien Veyssier2023-08-071-0/+66
* use DB type constantsJulien Veyssier2023-08-021-1/+1
* Fix typoMarcel Klehr2023-08-021-1/+1