| Commit message (Expand) | Author | Age | Files | Lines |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 1 | -3/+3 |
* | fix(migration): Add column if not exists | Git'Fellow | 2024-08-07 | 1 | -4/+6 |
* | fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of rem... | Joas Schilling | 2024-07-19 | 1 | -2/+1 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-26 | 1 | -28/+2 |
* | fix(core): add fs_name_hash index to migration | Varun Patil | 2024-04-30 | 1 | -0/+1 |
* | fix(db): remove redundant indices in properties | Johannes Merkel | 2024-02-18 | 1 | -1/+2 |
* | 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 | 1 | -19/+19 |
* | Uses PHP8's constructor property promotion. | Faraz Samapoor | 2023-06-23 | 1 | -5/+3 |
* | 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 | 1 | -1/+1 |
* | allow storing multiple mounts for the same rootid in the mount cache | Robin Appelman | 2023-04-28 | 1 | -1/+1 |
* | Add parent index on filecache | Louis Chemineau | 2023-03-20 | 1 | -0/+1 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 1 | -1/+0 |
* | Additional index on oc_preferences to make sure that gettingh values without ... | Julius Härtl | 2022-04-19 | 1 | -0/+1 |
* | Add missing index for propertypath only queries against properties | Christoph Wurst | 2021-12-23 | 1 | -0/+1 |
* | Add an index for selecting the next job | Joas Schilling | 2021-12-01 | 1 | -0/+1 |
* | 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 |
* | add better index for finding unindexed paths | Robin Appelman | 2021-10-07 | 1 | -0/+1 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -2/+3 |
* | Revert "add a prefix index to filecache.path" | Roeland Jago Douma | 2021-04-08 | 1 | -1/+0 |
* | add a prefix index to filecache.path | Robin Appelman | 2021-03-19 | 1 | -0/+1 |
* | Migrate internal classes to the OCP db col types | Christoph Wurst | 2021-01-12 | 1 | -1/+1 |
* | Remove unneeded casts that were found by Psalm | Morris Jobke | 2021-01-11 | 1 | -1/+1 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -0/+1 |
* | Change further columns to be nullable with a default of 0 | Julius Härtl | 2020-12-09 | 1 | -10/+4 |
* | Handle oc_dav_properties migration | Julius Härtl | 2020-12-09 | 1 | -0/+75 |
* | Add missing mount_id index | Julius Härtl | 2020-12-09 | 1 | -0/+3 |
* | Adjust execution duration to 0 | Vincent Petry | 2020-12-09 | 1 | -0/+6 |
* | Fix missing authtoken scope | Julius Härtl | 2020-12-09 | 1 | -0/+5 |
* | Add missing table columns | Julius Härtl | 2020-12-09 | 1 | -0/+14 |
* | Create primary keys on all tables and add a command to create the afterwards | Joas Schilling | 2020-11-10 | 1 | -2/+4 |
* | Replace the credentials table with one that can have empty user | Joas Schilling | 2020-11-10 | 1 | -16/+16 |
* | Make sure columns with an empty default are nullable for Oracle | Joas Schilling | 2020-11-10 | 1 | -1/+1 |
* | add size index for filecache | Robin Appelman | 2020-09-22 | 1 | -0/+1 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 1 | -0/+1 |
* | Replace TYPE with TYPES | Daniel Kesselberg | 2020-06-30 | 1 | -13/+13 |
* | Add index to properties table | Mario Danic | 2020-04-30 | 1 | -0/+1 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -0/+1 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -1/+0 |
* | Merge pull request #19761 from nextcloud/bugfix/19658/add_missing_index_to_or... | Roeland Jago Douma | 2020-04-06 | 1 | -3/+6 |
|\ |
|
| * | Create Mount IDs as BigInt by default | Georg Ehrke | 2020-03-03 | 1 | -3/+6 |
* | | Add optional column oc_comments.reference_id | Joas Schilling | 2020-03-31 | 1 | -0/+4 |
|/ |
|
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+5 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -1/+1 |
* | Fix authtoken index length | Roeland Jago Douma | 2019-02-05 | 1 | -1/+1 |
* | Install new instances with bigint filecache | Daniel Kesselberg | 2019-01-04 | 1 | -4/+4 |
* | Add uid_owner and uid_initiator share tabe indices | Roeland Jago Douma | 2018-10-01 | 1 | -0/+2 |