aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | Merge pull request #32866 from nextcloud/performance/searchInGroup-displaynam...Côme Chilliet2023-05-021-1/+1
|\ \
| * | Use the searchDisplayName recommended method in user:listCôme Chilliet2023-04-271-1/+1
* | | add new index in repair step instead of on-migrateRobin Appelman2023-04-281-0/+8
|/ /
* | Merge pull request #37622 from nextcloud/group-list-numeric-useridRobin Appelman2023-04-241-2/+13
|\ \
| * | fix output for group:list command with numeric user idsRobin Appelman2023-04-061-2/+13
| |/
* | validate that folder size sums to childrenRobin Appelman2023-04-171-5/+21
* | add command for getting fileinfo for debuggingRobin Appelman2023-04-171-0/+249
|/
* add command to generate a preview for a fileRobin Appelman2023-04-031-0/+141
* Add parent index on filecacheLouis Chemineau2023-03-201-0/+10
* Merge pull request #36862 from nextcloud/bugfix/typoJoas Schilling2023-02-261-1/+1
|\
| * Fix typo that added a letter to migration templateVitor Mattos2023-02-251-1/+1
* | Fail the repair command when an error happenedJoas Schilling2023-02-231-1/+5
|/
* Fix computerFileSize when called with a string without unitCôme Chilliet2023-02-071-3/+1
* FIX: This fill finish -> This will finishsodimel2023-01-261-1/+1
* Merge pull request #36271 from nextcloud/fix/fix-codestyleCôme Chilliet2023-01-204-9/+8
|\
| * composer run cs:fixCôme Chilliet2023-01-204-9/+8
* | Merge pull request #36264 from nextcloud/fix/occ/repair-command-comment-forma...Christoph Wurst2023-01-201-1/+1
|\ \ | |/ |/|
| * fix(occ): Fix comment formatting of maintenance:repair commandChristoph Wurst2023-01-201-1/+1
* | Attempt to fix errors in Repair command testsCôme Chilliet2023-01-201-0/+2
|/
* Merge pull request #36162 from nextcloud/fix/php82/string-var-interpolationChristoph Wurst2023-01-191-1/+1
|\
| * fix(PHP8.2): Fix deprecated string interpolation syntaxChristoph Wurst2023-01-191-1/+1
* | Merge pull request #36123 from nextcloud/user-settings-normalize-uidVincent Petry2023-01-191-3/+8
|\ \ | |/ |/|
| * normalize userid in user:settingRobin Appelman2023-01-121-3/+8
* | Merge pull request #27492 from cyclops8456/feature/24301-remove-can-install-o...Simon L2023-01-181-0/+3
|\ \