aboutsummaryrefslogtreecommitdiffstats
path: root/core/Migrations
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #49477 from nextcloud/hasTableTaskprocessingTasksGit'Fellow2024-12-061-5/+7
|\
| * fix(migration): Check if table existshasTableTaskprocessingTasksGit'Fellow2024-11-251-5/+7
* | feat(systemtags): add color support backendskjnldsv2024-12-061-60/+0
* | fix(db): Create the systag_by_objectid index for new installationsChristoph Wurst2024-12-051-0/+2
* | feat(ocm): signing ocm requestsMaxence Lange2024-12-041-0/+135
|/
* feat(user-prefs): iterator instead of array on searchMaxence Lange2024-11-181-1/+1
* fix(user-prefs): adding sensitive and indexed as flagsMaxence Lange2024-11-181-2/+17
* feat(user-prefs): IUserPreferencesMaxence Lange2024-11-181-0/+39
* chore(systemtags): add missing migration attributesfeat/systemtags-missing-attrsskjnldsv2024-10-291-0/+6
* fix(core): use Types::STRING in etag systemtag migrationskjnldsv2024-10-291-1/+2
* feat(systemtags): add etag support and handle proppatchskjnldsv2024-10-291-0/+11
* feat(core): add index to systemtag objecttypeskjnldsv2024-10-291-0/+42
* fix(migration): Check if column exits before adding itcheckColExistsGit'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
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-255-9/+9
* fix(migration): Add missing migration attributesJoas Schilling2024-08-221-1/+4
* feat(webauthn): Add user verification to webauthn challengesS1m2024-08-151-0/+27
* fix(webauthn): Increase database column for public key idFerdinand Thiessen2024-08-142-1/+38
* 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