| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a primary key to ratelimit_entries table | Joas Schilling | 2022-03-10 | 3 | -20/+139 |
* | Allow apps to specify if their background job can be delayed | Joas Schilling | 2022-02-22 | 1 | -0/+55 |
* | Fix psalm not running | Carl Schwan | 2022-01-27 | 1 | -1/+1 |
* | Add hashed attribute column for indexed job existence check | Julius Härtl | 2022-01-18 | 1 | -0/+67 |
* | Add missing index for propertypath only queries against properties | Christoph Wurst | 2021-12-29 | 1 | -0/+1 |
* | Migrate profile_config id column to bigint | Christopher Ng | 2021-12-15 | 1 | -0/+42 |
* | Use bigint for autoincremented column | Christopher Ng | 2021-12-14 | 1 | -1/+1 |
* | Update core/Migrations/Version23000Date20211203110726.php | Pytal | 2021-12-09 | 1 | -8/+4 |
* | Fix relation "user_id" already exists migration error | Christopher Ng | 2021-12-09 | 2 | -1/+59 |
* | Add an index for selecting the next job | Joas Schilling | 2021-12-02 | 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 |
* | Implement PR review feedback | Lukas Reschke | 2021-09-07 | 1 | -3/+0 |
* | phpcs | Lukas Reschke | 2021-09-06 | 1 | -2/+1 |
* | Adjust logic to store period instead of current timestamp | Lukas Reschke | 2021-09-06 | 1 | -2/+2 |
* | Add database ratelimiting backend | Lukas Reschke | 2021-09-06 | 1 | -0/+47 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 35 | -74/+53 |
* | 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 |
* | Add missing index on the user column | Joas Schilling | 2021-03-17 | 1 | -0/+52 |
* | Add a KnownUsers database with model | Joas Schilling | 2021-03-10 | 1 | -0/+69 |
* | Drop redundant indes | Roeland Jago Douma | 2021-02-16 | 1 | -0/+65 |
* | Drop authtoken_version_index | Roeland Jago Douma | 2021-01-20 | 2 | -1/+55 |
* | Migrate internal classes to the OCP db col types | Christoph Wurst | 2021-01-12 | 11 | -11/+11 |
* | Merge pull request #25073 from nextcloud/psalm/24521/remove-unneeded-casts | Morris Jobke | 2021-01-11 | 1 | -1/+1 |
|\ |
|
| * | Remove unneeded casts that were found by Psalm | Morris Jobke | 2021-01-11 | 1 | -1/+1 |
* | | Don't remove assignable column for now | Vincent Petry | 2021-01-11 | 1 | -7/+0 |
|/ |
|
* | Bump doctrine/dbal from 2.12.0 to 3.0.0 | Christoph Wurst | 2021-01-08 | 2 | -6/+5 |
* | Fix column name to check prior to deleting | Joas Schilling | 2021-01-07 | 1 | -1/+1 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 11 | -0/+32 |
* | Change further columns to be nullable with a default of 0 | Julius Härtl | 2020-12-09 | 3 | -11/+25 |
* | Handle oc_dav_properties migration | Julius Härtl | 2020-12-09 | 1 | -0/+75 |
* | Move authtoken login_name column to varchar(255) | Julius Härtl | 2020-12-09 | 1 | -0/+8 |
* | Add missing mount_id index | Julius Härtl | 2020-12-09 | 1 | -0/+3 |
* | Drop attributes on oc_share table | Julius Härtl | 2020-12-09 | 1 | -0/+7 |
* | Drop assignable systemtag column | Julius Härtl | 2020-12-09 | 1 | -0/+7 |
* | Drop oc_dav_job_status table | Julius Härtl | 2020-12-09 | 1 | -0/+23 |
* | 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 | 2 | -2/+25 |
* | Add a database table for the accounts data so we can search it better | Joas Schilling | 2020-12-07 | 1 | -0/+75 |
* | Merge pull request #24053 from nextcloud/bugfix/noid/fix-user-status-for-oracle | Julius Härtl | 2020-11-12 | 2 | -1/+62 |
|\ |
|
| * | Also make direct_edit.accessed nullable | Joas Schilling | 2020-11-11 | 2 | -1/+62 |
* | | fix migration of oc_credentials table | Robin Appelman | 2020-11-12 | 1 | -23/+25 |
|/ |
|