aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #39389 from nextcloud/enh/add-missing-indices-eventJulius Härtl2023-07-141-1/+30
|\
| * feat: Add public event for missing indicesJulius Härtl2023-07-141-1/+30
* | fix(db): no hardcoded table prefix is expectedArthur Schiwon2023-07-131-2/+2
|/
* Update core/Command/TwoFactorAuth/Cleanup.phpFaraz Samapoor2023-06-241-1/+1
* Update core/Command/TwoFactorAuth/Enable.phpFaraz Samapoor2023-06-241-1/+1
* Update core/Command/TwoFactorAuth/Disable.phpFaraz Samapoor2023-06-241-1/+1
* Update core/Command/TwoFactorAuth/State.phpFaraz Samapoor2023-06-241-1/+1
* Update core/Command/TwoFactorAuth/Enforce.phpFaraz Samapoor2023-06-241-1/+3
* Update core/Command/Check.phpFaraz Samapoor2023-06-241-1/+3
* Adds constructor to the Based class.Faraz Samapoor2023-06-245-6/+27
* Uses PHP8's constructor property promotion.Faraz Samapoor2023-06-248-45/+24
* Merge pull request #38771 from fsamapoor/constructor_property_promotion_in_co...Louis2023-06-2210-83/+43
|\
| * Moves single constructor parameters to new lines.Faraz Samapoor2023-06-203-3/+9
| * Uses PHP8's constructor property promotion.Faraz Samapoor2023-06-2010-83/+37
* | fix(systemtags): Add missing systemtags indexMarcel Klehr2023-06-211-0/+13
* | Merge pull request #38762 from fsamapoor/constructor_property_promotion_in_co...Louis2023-06-2010-91/+44
|\ \
| * | Update core/Command/Encryption/DecryptAll.phpFaraz Samapoor2023-06-201-2/+2
| * | Update core/Command/Encryption/EncryptAll.phpFaraz Samapoor2023-06-201-1/+1
| * | Moves single constructor parameters to new lines.Faraz Samapoor2023-06-203-3/+9
| * | Fixes php-cs error.Faraz Samapoor2023-06-201-1/+0
| * | Uses PHP8's constructor property promotion in core/Command/Encryption classes.Faraz Samapoor2023-06-2010-87/+35
* | | Merge pull request #38768 from fsamapoor/constructor_property_promotion_in_co...Louis2023-06-2015-58/+48
|\ \ \ | |/ / |/| |
| * | Moves single constructor parameters to new lines.Faraz Samapoor2023-06-2012-12/+36
| * | Uses PHP8's constructor property promotion in core/Command/Config and core/C...Faraz Samapoor2023-06-2012-55/+21
| |/
* | Merge pull request #38774 from fsamapoor/constructor_property_promotion_in_co...Côme Chilliet2023-06-2010-42/+31
|\ \ | |/ |/|
| * Moves single constructor parameters to new lines.Faraz Samapoor2023-06-199-9/+27
| * Uses PHP8's constructor property promotion.Faraz Samapoor2023-06-1910-42/+13
* | Merge pull request #38769 from fsamapoor/constructor_property_promotion_in_co...Louis2023-06-199-46/+33
|\ \ | |/ |/|
| * Moves single constructor parameters to new lines.Faraz Samapoor2023-06-195-5/+15
| * Uses PHP8's constructor property promotion.Faraz Samapoor2023-06-199-46/+23
* | Merge pull request #38767 from fsamapoor/constructor_property_promotion_in_co...Louis2023-06-198-49/+23
|\ \
| * | Moves single constructor parameters to new lines.Faraz Samapoor2023-06-192-2/+6
| * | Uses PHP8's constructor property promotion in core/Command/Maintenance classes.Faraz Samapoor2023-06-198-51/+21
| |/
* | Merge pull request #38764 from fsamapoor/constructor_property_promotion_in_co...Louis2023-06-199-59/+34
|\ \
| * | Update core/Command/Db/ConvertType.phpFaraz Samapoor2023-06-191-1/+1
| * | Update core/Command/Db/ConvertFilecacheBigInt.phpFaraz Samapoor2023-06-191-1/+3
| * | Update core/Command/Db/Migrations/MigrateCommand.phpFaraz Samapoor2023-06-191-1/+3
| * | Update core/Command/Db/Migrations/StatusCommand.phpFaraz Samapoor2023-06-191-1/+3
| * | Uses PHP8's constructor property promotion in core/Command/Db classes.Faraz Samapoor2023-06-199-58/+27
| |/
* | Moves single constructor parameters to new lines.Faraz Samapoor2023-06-194-4/+12
* | Uses PHP8's constructor property promotion in core/Command/User classes.Faraz Samapoor2023-06-1911-71/+34
|/
* chore: Drop \OC_App::getAppVersionChristoph Wurst2023-06-014-4/+5
* Merge pull request #37665 from fsamapoor/patch-2Arthur Schiwon2023-05-231-11/+11
|\
| * Refactors core/Command/Encryption/Enable.php to improve code readability.Faraz Samapoor2023-04-111-11/+11
* | Merge pull request #38148 from nextcloud/file-info-etagRobin Appelman2023-05-111-0/+1
|\ \
| * | also show file etag in file infoRobin Appelman2023-05-091-0/+1
* | | Merge pull request #38069 from nextcloud/list-supported-dbJohn Molakvoæ2023-05-091-1/+1
|\ \ \ | |/ / |/| |
| * | list supported databases when provided db isn't supportedRobin Appelman2023-05-041-1/+1
* | | add option to list all files instead of limitingRobin Appelman2023-05-043-19/+23
* | | add command to summarize space usageRobin Appelman2023-05-043-129/+322
|/ /