| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(migrations): Help developers to add description and copyright info | Joas Schilling | 2024-03-05 | 1 | -2/+2 |
* | fix(db): remove redundant indices in properties | Johannes Merkel | 2024-02-18 | 2 | -1/+61 |
* | Update core/Migrations/Version29000Date20240124132202.php | Maxence Lange | 2024-01-25 | 1 | -1/+1 |
* | Update core/Migrations/Version29000Date20240124132201.php | Maxence Lange | 2024-01-25 | 1 | -1/+1 |
* | better indexes | Maxence Lange | 2024-01-24 | 4 | -16/+219 |
* | fixes | Maxence Lange | 2024-01-15 | 1 | -1/+3 |
* | lazy AppConfig | Maxence Lange | 2024-01-15 | 1 | -0/+63 |
* | feat(comments): Add a meta data column for comments | Joas Schilling | 2023-12-14 | 1 | -0/+67 |
* | Comment legacy file_metadata table migrations | Louis Chemineau | 2023-12-07 | 3 | -46/+47 |
* | Revert "perf: Add partial index on configvalue of preferences table" | Julius Härtl | 2023-12-06 | 1 | -4/+0 |
* | perf: Add partial index on configvalue of preferences table | Julius Härtl | 2023-11-30 | 1 | -0/+4 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 16 | -55/+55 |
* | Add migration from the old to new metadata tables | Louis Chemineau | 2023-11-16 | 1 | -0/+1 |
* | 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 |
* | | Merge branch 'master' into enh/text-processing-iprovider2 | Marcel Klehr | 2023-11-08 | 1 | -0/+83 |
|\| |
|
| * | IFilesMetadata | Maxence Lange | 2023-11-07 | 1 | -0/+83 |
* | | fix(TextProcessing/ migration): add check whether new column exists already | Marcel Klehr | 2023-11-06 | 1 | -5/+6 |
* | | enh(TextProcessing): Add IProvider2 | Marcel Klehr | 2023-11-03 | 1 | -0/+60 |
|/ |
|
* | Return only if changed | Git'Fellow | 2023-11-01 | 1 | -2/+1 |
* | fix: add index on migration only if needed | Git'Fellow | 2023-11-01 | 1 | -1/+3 |
* | fix(TextToImage\Migration): Fix typo | Marcel Klehr | 2023-10-23 | 1 | -1/+1 |
* | enh(Text2Image): Expose expected completion time | Marcel Klehr | 2023-10-20 | 1 | -0/+3 |
* | fix(Text2Image): Add number_of_images to migration | Marcel Klehr | 2023-10-20 | 1 | -0/+4 |
* | fix(TextToImage): Fix notnull column to allow for empty strings on orcale | Marcel Klehr | 2023-10-18 | 1 | -1/+1 |
* | enh(TextToImage): Address review comments | Marcel Klehr | 2023-10-18 | 1 | -9/+1 |
* | Implement TextToImage OCP API | Marcel Klehr | 2023-10-18 | 1 | -0/+100 |
* | allow anon text processing scheduling | Julien Veyssier | 2023-08-07 | 1 | -0/+66 |
* | use DB type constants | Julien Veyssier | 2023-08-02 | 1 | -1/+1 |
* | Fix typo | Marcel Klehr | 2023-08-02 | 1 | -1/+1 |
* | Migration: Drop llm_tasks table and add textprocessing_tasks | Marcel Klehr | 2023-08-02 | 1 | -0/+111 |
* | LLM Migration: Return null if nothing changed | Marcel Klehr | 2023-07-07 | 1 | -1/+3 |
* | LLM OCP API: Add identifier param | Marcel Klehr | 2023-07-07 | 1 | -0/+5 |
* | Add tasks::last_updated column and vacate tasks after a week | Marcel Klehr | 2023-07-07 | 1 | -0/+7 |
* | LLM OCP API: Implement ocs API | Marcel Klehr | 2023-07-07 | 1 | -0/+3 |
* | Fix Copyright | Marcel Klehr | 2023-07-07 | 1 | -2/+2 |
* | LLM OCP API: Add db migration | Marcel Klehr | 2023-07-07 | 1 | -0/+85 |
* | Uses PHP8's constructor property promotion. | Faraz Samapoor | 2023-06-23 | 11 | -50/+31 |
* | fix(systemtags): Keep non-existing index | Marcel Klehr | 2023-06-22 | 1 | -0/+1 |
* | fix(systemtags): Move index creation from new migration to existing original ... | Marcel Klehr | 2023-06-22 | 2 | -53/+1 |
* | fix(systemtags): Add missing systemtags index | Marcel Klehr | 2023-06-21 | 1 | -0/+52 |
* | add new index in repair step instead of on-migrate | Robin Appelman | 2023-04-28 | 1 | -1/+1 |
* | allow storing multiple mounts for the same rootid in the mount cache | Robin Appelman | 2023-04-28 | 2 | -1/+52 |
* | Merge pull request #37146 from nextcloud/artonge/feat/migrate_metadata_to_value | Louis | 2023-04-04 | 3 | -3/+154 |
|\ |
|
| * | Migrate metadata as JSON to value as STRING | Louis Chemineau | 2023-04-03 | 3 | -3/+154 |
* | | Add parent index on filecache | Louis Chemineau | 2023-03-20 | 1 | -0/+1 |
|/ |
|
* | add a safeguard for Version23000Date20210721100600.php | Simon L | 2023-01-27 | 1 | -17/+19 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 24 | -25/+0 |
* | PublickKeyTokenProvider: Fix password update routine with password hash | Marcel Klehr | 2023-01-04 | 1 | -0/+57 |
* | Fix migration parameter handling | Joas Schilling | 2022-10-13 | 1 | -9/+8 |