| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | fix querybuilder instance recuse | Arthur Schiwon | 2022-10-13 | 1 | -10/+12 |
* | Delete theming background preferences | Christopher Ng | 2022-10-13 | 1 | -4/+10 |
* | New code being new | Joas Schilling | 2022-10-13 | 1 | -3/+1 |
* | Fix SQL errors | Joas Schilling | 2022-10-13 | 1 | -3/+5 |
* | Fix missing background on upgrade | Christopher Ng | 2022-10-13 | 1 | -0/+65 |
* | Update Version24000Date20220404230027.php | timm2k | 2022-09-15 | 1 | -1/+1 |
* | DB mounts table: Add index for mount_provider_class | Marcel Klehr | 2022-08-01 | 1 | -0/+1 |
* | Add comments expire date | Vitor Mattos | 2022-06-15 | 1 | -0/+57 |
* | Add new share attributes column | Vincent Petry | 2022-06-08 | 1 | -0/+52 |
* | Fix older migrations to the version pattern | Joas Schilling | 2022-04-25 | 2 | -3/+3 |
* | Add missing index | Joas Schilling | 2022-04-25 | 1 | -0/+53 |
* | 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 sure that gettingh values without ... | Julius Härtl | 2022-04-19 | 1 | -0/+1 |
* | | Add a metadata service to store file metadata | Carl Schwan | 2022-04-13 | 1 | -0/+62 |
|/ |
|
* | 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 |
* | 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 | Julius Härtl | 2022-02-07 | 1 | -0/+1 |
* | | Allow apps to specify if their background job can be delayed | Joas Schilling | 2022-02-07 | 1 | -0/+55 |
|/ |
|
* | Add a primary key to ratelimit_entries table | Joas Schilling | 2022-01-28 | 3 | -20/+139 |
* | Fix column size to work with Oracle. Add unit tests | Vitor Mattos | 2022-01-21 | 1 | -4/+4 |
* | Add comments reactions | Vitor Mattos | 2022-01-21 | 1 | -0/+96 |
* | Add hashed attribute column for indexed job existence check | Julius Härtl | 2022-01-18 | 1 | -0/+67 |
* | Check style update | Carl Schwan | 2022-01-13 | 1 | -1/+1 |
* | Add missing index for propertypath only queries against properties | Christoph Wurst | 2021-12-23 | 1 | -0/+1 |
* | Migrate profile_config id column to bigint | Christopher Ng | 2021-12-14 | 1 | -0/+42 |
* | Use bigint for autoincremented column | Christopher Ng | 2021-12-14 | 1 | -1/+1 |
* | Use proper app id (settings instead of core) | Julius Härtl | 2021-12-13 | 1 | -1/+1 |
* | Lowercase all core=>email values | Joas Schilling | 2021-12-13 | 1 | -0/+63 |
* | Merge pull request #29996 from zordsdavini/patch-1 | Pytal | 2021-12-09 | 2 | -1/+55 |
|\ |
|
| * | Update core/Migrations/Version23000Date20211203110726.php | Pytal | 2021-12-09 | 1 | -8/+4 |
| * | Fix relation "user_id" already exists migration error | Christopher Ng | 2021-12-03 | 2 | -1/+59 |
* | | Add an index for selecting the next job | Joas Schilling | 2021-12-01 | 1 | -0/+1 |
|/ |
|
* | Merge pull request #28541 from nextcloud/path-prefix-index2 | Robin Appelman | 2021-10-19 | 1 | -0/+4 |
|\ |
|
| * | disable path prefix index on postgresql for now | Robin Appelman | 2021-10-08 | 1 | -1/+4 |
| * | add a prefix index to filecache.path | Robin Appelman | 2021-10-08 | 1 | -0/+1 |
* | | Profile backend | Christopher Ng | 2021-10-19 | 1 | -0/+69 |
|/ |
|
* | add better index for finding unindexed paths | Robin Appelman | 2021-10-07 | 1 | -0/+1 |
* | Add admin privilege delegation for admin settings | Carl Schwan | 2021-09-29 | 1 | -0/+62 |
* | Implement review feedback | Lukas Reschke | 2021-09-13 | 1 | -2/+2 |
* | Apply suggestions from code review
| Lukas Reschke | 2021-09-13 | 1 | -2/+3 |