Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore(filecache): remove index fs_id_storage_sizeperf/remove-filecache-index | Benjamin Gaussorgues | 2025-02-13 | 1 | -0/+37 |
| | | | | | | Index is outdated by PR 50781 Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | fix(systemtags): objecttype index registrationfix/index-systemtags | skjnldsv | 2025-01-15 | 1 | -0/+2 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | Merge pull request #49477 from nextcloud/hasTableTaskprocessingTasks | Git'Fellow | 2024-12-06 | 1 | -5/+7 |
|\ | | | | | fix(migration): Check if table exists | ||||
| * | fix(migration): Check if table existshasTableTaskprocessingTasks | Git'Fellow | 2024-11-25 | 1 | -5/+7 |
| | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | | feat(systemtags): add color support backend | skjnldsv | 2024-12-06 | 1 | -60/+0 |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | fix(db): Create the systag_by_objectid index for new installations | Christoph Wurst | 2024-12-05 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | feat(ocm): signing ocm requests | Maxence Lange | 2024-12-04 | 1 | -0/+135 |
|/ | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | feat(user-prefs): iterator instead of array on search | Maxence Lange | 2024-11-18 | 1 | -1/+1 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | fix(user-prefs): adding sensitive and indexed as flags | Maxence Lange | 2024-11-18 | 1 | -2/+17 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | feat(user-prefs): IUserPreferences | Maxence Lange | 2024-11-18 | 1 | -0/+39 |
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | chore(systemtags): add missing migration attributesfeat/systemtags-missing-attrs | skjnldsv | 2024-10-29 | 1 | -0/+6 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix(core): use Types::STRING in etag systemtag migration | skjnldsv | 2024-10-29 | 1 | -1/+2 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | feat(systemtags): add etag support and handle proppatch | skjnldsv | 2024-10-29 | 1 | -0/+11 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | feat(core): add index to systemtag objecttype | skjnldsv | 2024-10-29 | 1 | -0/+42 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix(migration): Check if column exits before adding itcheckColExists | Git'Fellow | 2024-10-01 | 1 | -15/+21 |
| | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | fix(TaskProcessing): increase error_message column length | Anupam Kumar | 2024-09-06 | 1 | -0/+40 |
| | | | | Signed-off-by: Anupam Kumar <kyteinsky@gmail.com> | ||||
* | fix: Migrate existing bg jobs to use sha256 | Louis Chemineau | 2024-09-05 | 1 | -0/+83 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 5 | -9/+9 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | fix(migration): Add missing migration attributes | Joas Schilling | 2024-08-22 | 1 | -1/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | feat(webauthn): Add user verification to webauthn challenges | S1m | 2024-08-15 | 1 | -0/+27 |
| | | | | | | | | Require user verification if all tokens are registered with UV flag, else discourage it Signed-off-by: S1m <git@sgougeon.fr> Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | fix(webauthn): Increase database column for public key id | Ferdinand Thiessen | 2024-08-14 | 2 | -1/+38 |
| | | | | | | | | | | | | | * 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> | ||||
* | fix(migration): Add column if not exists | Git'Fellow | 2024-08-07 | 1 | -4/+6 |
| | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | feat(migrations): add metadata to existing migrations | Maxence Lange | 2024-08-02 | 3 | -0/+17 |
| | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | feat(taskprocessing): add occ commands to list tasks and compute stats | Julien Veyssier | 2024-07-23 | 1 | -3/+3 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | feat(taskprocessing): add start, stop and schedule time to tasks | Julien Veyssier | 2024-07-23 | 1 | -0/+56 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | feat(taskprocessing): add support for webhooks (http or AppAPI) in the task ↵ | Julien Veyssier | 2024-07-22 | 1 | -0/+51 |
| | | | | | | processing API Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of ↵ | Joas Schilling | 2024-07-19 | 1 | -2/+1 |
| | | | | | | removed upstream platforms Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-26 | 64 | -1266/+128 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | Update core/Migrations/Version30000Date20240429122720.php | Marcel Klehr | 2024-05-14 | 1 | -1/+1 |
| | | | | | Co-authored-by: julien-nc <julien-nc@posteo.net> Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix: fix migration | Marcel Klehr | 2024-05-14 | 1 | -2/+2 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix: address review comments | Marcel Klehr | 2024-05-14 | 1 | -4/+4 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix: oc_taskProcessing_tasks.identifier: notnull = false | Marcel Klehr | 2024-05-14 | 1 | -1/+2 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | feat: first pass at TaskProcessing API | Marcel Klehr | 2024-05-14 | 1 | -0/+114 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-10 | 5 | -60/+14 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | fix(core): add fs_name_hash index to migration | Varun Patil | 2024-04-30 | 1 | -0/+1 |
| | | | | Signed-off-by: Varun Patil <varunpatil@ucla.edu> | ||||
* | fix(migrations): Help developers to add description and copyright info | Joas Schilling | 2024-03-05 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(db): remove redundant indices in properties | Johannes Merkel | 2024-02-18 | 2 | -1/+61 |
| | | | | Signed-off-by: Johannes Merkel <mail@johannesgge.de> | ||||
* | Update core/Migrations/Version29000Date20240124132202.php | Maxence Lange | 2024-01-25 | 1 | -1/+1 |
| | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | Update core/Migrations/Version29000Date20240124132201.php | Maxence Lange | 2024-01-25 | 1 | -1/+1 |
| | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | better indexes | Maxence Lange | 2024-01-24 | 4 | -16/+219 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | fixes | Maxence Lange | 2024-01-15 | 1 | -1/+3 |
| | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> d Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | lazy AppConfig | Maxence Lange | 2024-01-15 | 1 | -0/+63 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | feat(comments): Add a meta data column for comments | Joas Schilling | 2023-12-14 | 1 | -0/+67 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Comment legacy file_metadata table migrations | Louis Chemineau | 2023-12-07 | 3 | -46/+47 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Revert "perf: Add partial index on configvalue of preferences table" | Julius Härtl | 2023-12-06 | 1 | -4/+0 |
| | | | | | | This reverts commit 0ccf84bb3174a0dba47938888d104db96dcacb1b. Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | perf: Add partial index on configvalue of preferences table | Julius Härtl | 2023-11-30 | 1 | -0/+4 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 16 | -55/+55 |
| | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | Add migration from the old to new metadata tables | Louis Chemineau | 2023-11-16 | 1 | -0/+1 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Merge branch 'master' into enh/text-processing-iprovider2 | Marcel Klehr | 2023-11-09 | 1 | -10/+25 |
|\ | |||||
| * | fix(migration): Fix files metadata migration | Joas Schilling | 2023-11-09 | 1 | -10/+25 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> |