Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Migration: Drop llm_tasks table and add textprocessing_tasks | Marcel Klehr | 2023-08-02 | 1 | -0/+111 | |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
* | LLM Migration: Return null if nothing changed | Marcel Klehr | 2023-07-07 | 1 | -1/+3 | |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
* | LLM OCP API: Add identifier param | Marcel Klehr | 2023-07-07 | 1 | -0/+5 | |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
* | Add tasks::last_updated column and vacate tasks after a week | Marcel Klehr | 2023-07-07 | 1 | -0/+7 | |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
* | LLM OCP API: Implement ocs API | Marcel Klehr | 2023-07-07 | 1 | -0/+3 | |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
* | Fix Copyright | Marcel Klehr | 2023-07-07 | 1 | -2/+2 | |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
* | LLM OCP API: Add db migration | Marcel Klehr | 2023-07-07 | 1 | -0/+85 | |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
* | Uses PHP8's constructor property promotion. | Faraz Samapoor | 2023-06-23 | 11 | -50/+31 | |
| | | | | Signed-off-by: Faraz Samapoor <fsa@adlas.at> | |||||
* | fix(systemtags): Keep non-existing index | Marcel Klehr | 2023-06-22 | 1 | -0/+1 | |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
* | fix(systemtags): Move index creation from new migration to existing original ↵ | Marcel Klehr | 2023-06-22 | 2 | -53/+1 | |
| | | | | | | migration Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
* | fix(systemtags): Add missing systemtags index | Marcel Klehr | 2023-06-21 | 1 | -0/+52 | |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
* | add new index in repair step instead of on-migrate | Robin Appelman | 2023-04-28 | 1 | -1/+1 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | allow storing multiple mounts for the same rootid in the mount cache | Robin Appelman | 2023-04-28 | 2 | -1/+52 | |
| | | | | | | | | | | | | currently `[$userId, $rootId]` is used as the unique key for storing mounts in the mount cache, however there are cases where the same rootid is mounted in multiple places for a user which currently leads to not all of those mounts being added to the cache. Previously this didn't matter as the mount cache was only used to list users with access to a specific file, so a user having access to the file multiple times didn' change anything. With 24 the mount cache is used for more cases and multiple mounts for the same id becomes relevant. While I think there isn't a real negative effect atm besides missing the optimized path we should ensure that the mounts are properly listed Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Merge pull request #37146 from nextcloud/artonge/feat/migrate_metadata_to_value | Louis | 2023-04-04 | 3 | -3/+154 | |
|\ | | | | | Migrate metadata JSON column to new value TEXT column | |||||
| * | Migrate metadata as JSON to value as STRING | Louis Chemineau | 2023-04-03 | 3 | -3/+154 | |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | | Add parent index on filecache | Louis Chemineau | 2023-03-20 | 1 | -0/+1 | |
|/ | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | add a safeguard for Version23000Date20210721100600.php | Simon L | 2023-01-27 | 1 | -17/+19 | |
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> | |||||
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 24 | -25/+0 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | PublickKeyTokenProvider: Fix password update routine with password hash | Marcel Klehr | 2023-01-04 | 1 | -0/+57 | |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
* | Fix migration parameter handling | Joas Schilling | 2022-10-13 | 1 | -9/+8 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | fix querybuilder instance recuse | Arthur Schiwon | 2022-10-13 | 1 | -10/+12 | |
| | | | | | | ...and execute delete query Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
* | Delete theming background preferences | Christopher Ng | 2022-10-13 | 1 | -4/+10 | |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | New code being new | Joas Schilling | 2022-10-13 | 1 | -3/+1 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Fix SQL errors | Joas Schilling | 2022-10-13 | 1 | -3/+5 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Fix missing background on upgrade | Christopher Ng | 2022-10-13 | 1 | -0/+65 | |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | Update Version24000Date20220404230027.php | timm2k | 2022-09-15 | 1 | -1/+1 | |
| | | | Signed-off-by: timm2k <timm2k@gmx.de> | |||||
* | DB mounts table: Add index for mount_provider_class | Marcel Klehr | 2022-08-01 | 1 | -0/+1 | |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
* | Add comments expire date | Vitor Mattos | 2022-06-15 | 1 | -0/+57 | |
| | | | | | | https://github.com/nextcloud/spreed/pull/7327 Signed-off-by: Vitor Mattos <vitor@php.rio> | |||||
* | Add new share attributes column | Vincent Petry | 2022-06-08 | 1 | -0/+52 | |
| | | | | | | To store more extended permissions in the future. Signed-off-by: Vincent Petry <vincent@nextcloud.com> | |||||
* | Fix older migrations to the version pattern | Joas Schilling | 2022-04-25 | 2 | -3/+3 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Add missing index | Joas Schilling | 2022-04-25 | 1 | -0/+53 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Merge pull request #31047 from nextcloud/enh/preferences-index | Julius Härtl | 2022-04-21 | 1 | -0/+1 | |
|\ | | | | | Additional index on oc_preferences to make queries without a user filter faster | |||||
| * | Additional index on oc_preferences to make sure that gettingh values without ↵ | Julius Härtl | 2022-04-19 | 1 | -0/+1 | |
| | | | | | | | | | | | | a user filter is fast Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | | Add a metadata service to store file metadata | Carl Schwan | 2022-04-13 | 1 | -0/+62 | |
|/ | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | |||||
* | Update Version24000Date20211222112246.php | Joas Schilling | 2022-03-15 | 1 | -2/+4 | |
| | ||||||
* | store mountprovider for each mount in the mounts table | Robin Appelman | 2022-02-23 | 1 | -0/+37 | |
| | | | | | | this enabled more fine grained filesystem setup Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Merge pull request #31042 from nextcloud/enh/direct_edit_index | Vincent Petry | 2022-02-10 | 1 | -0/+1 | |
|\ | | | | | Add index for direct editing cleanup job | |||||
| * | Add index for direct editing cleanup job | Julius Härtl | 2022-02-07 | 1 | -0/+1 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | | Allow apps to specify if their background job can be delayed | Joas Schilling | 2022-02-07 | 1 | -0/+55 | |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Add a primary key to ratelimit_entries table | Joas Schilling | 2022-01-28 | 3 | -20/+139 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Fix column size to work with Oracle. Add unit tests | Vitor Mattos | 2022-01-21 | 1 | -4/+4 | |
| | | | | Signed-off-by: Vitor Mattos <vitor@php.rio> | |||||
* | Add comments reactions | Vitor Mattos | 2022-01-21 | 1 | -0/+96 | |
| | | | | Signed-off-by: Vitor Mattos <vitor@php.rio> | |||||
* | Add hashed attribute column for indexed job existence check | Julius Härtl | 2022-01-18 | 1 | -0/+67 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | Check style update | Carl Schwan | 2022-01-13 | 1 | -1/+1 | |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | |||||
* | Add missing index for propertypath only queries against properties | Christoph Wurst | 2021-12-23 | 1 | -0/+1 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Migrate profile_config id column to bigint | Christopher Ng | 2021-12-14 | 1 | -0/+42 | |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | Use bigint for autoincremented column | Christopher Ng | 2021-12-14 | 1 | -1/+1 | |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | Use proper app id (settings instead of core) | Julius Härtl | 2021-12-13 | 1 | -1/+1 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | Lowercase all core=>email values | Joas Schilling | 2021-12-13 | 1 | -0/+63 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Merge pull request #29996 from zordsdavini/patch-1 | Pytal | 2021-12-09 | 2 | -1/+55 | |
|\ |