aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command
Commit message (Collapse)AuthorAgeFilesLines
* Update core/Command/TwoFactorAuth/Cleanup.phpFaraz Samapoor2023-06-241-1/+1
| | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
* Update core/Command/TwoFactorAuth/Enable.phpFaraz Samapoor2023-06-241-1/+1
| | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
* Update core/Command/TwoFactorAuth/Disable.phpFaraz Samapoor2023-06-241-1/+1
| | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
* Update core/Command/TwoFactorAuth/State.phpFaraz Samapoor2023-06-241-1/+1
| | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
* Update core/Command/TwoFactorAuth/Enforce.phpFaraz Samapoor2023-06-241-1/+3
| | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
* Update core/Command/Check.phpFaraz Samapoor2023-06-241-1/+3
| | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
* Adds constructor to the Based class.Faraz Samapoor2023-06-245-6/+27
| | | | | | | Based on: https://github.com/nextcloud/server/pull/38775#discussion_r1227641788 Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* Uses PHP8's constructor property promotion.Faraz Samapoor2023-06-248-45/+24
| | | | | | in core/Command and /TwoFactorAuth classes. Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* Merge pull request #38771 from ↵Louis2023-06-2210-83/+43
|\ | | | | | | | | fsamapoor/constructor_property_promotion_in_core_command_part7 Uses PHP8's constructor property promotion core/Command/Info, /Integrity, and /Preview
| * Moves single constructor parameters to new lines.Faraz Samapoor2023-06-203-3/+9
| | | | | | | | | | | | | | Based on: https://github.com/nextcloud/server/pull/38764#discussion_r1227630895 Signed-off-by: Faraz Samapoor <fsa@adlas.at>
| * Uses PHP8's constructor property promotion.Faraz Samapoor2023-06-2010-83/+37
| | | | | | | | | | | | in core/Command/Info, /Integrity, and /Preview classes. Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* | fix(systemtags): Add missing systemtags indexMarcel Klehr2023-06-211-0/+13
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | Merge pull request #38762 from ↵Louis2023-06-2010-91/+44
|\ \ | | | | | | | | | | | | fsamapoor/constructor_property_promotion_in_core_command_part1 Uses PHP8's constructor property promotion in core/Command/Encryption
| * | Update core/Command/Encryption/DecryptAll.phpFaraz Samapoor2023-06-201-2/+2
| | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
| * | Update core/Command/Encryption/EncryptAll.phpFaraz Samapoor2023-06-201-1/+1
| | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
| * | Moves single constructor parameters to new lines.Faraz Samapoor2023-06-203-3/+9
| | | | | | | | | | | | | | | | | | | | | Based on: https://github.com/nextcloud/server/pull/38764#discussion_r1227630895 Signed-off-by: Faraz Samapoor <fsa@adlas.at>
| * | Fixes php-cs error.Faraz Samapoor2023-06-201-1/+0
| | | | | | | | | | | | Signed-off-by: Faraz Samapoor <fsa@adlas.at>
| * | Uses PHP8's constructor property promotion in core/Command/Encryption classes.Faraz Samapoor2023-06-2010-87/+35
| | | | | | | | | | | | Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* | | Merge pull request #38768 from ↵Louis2023-06-2015-58/+48
|\ \ \ | |/ / |/| | | | | | | | fsamapoor/constructor_property_promotion_in_core_command_part5 Uses PHP8's constructor property promotion in core/Command/Config and Group
| * | Moves single constructor parameters to new lines.Faraz Samapoor2023-06-2012-12/+36
| | | | | | | | | | | | | | | | | | | | | Based on: https://github.com/nextcloud/server/pull/38764#discussion_r1227630895 Signed-off-by: Faraz Samapoor <fsa@adlas.at>
| * | Uses PHP8's constructor property promotion in core/Command/Config and ↵Faraz Samapoor2023-06-2012-55/+21
| |/ | | | | | | | | | | core/Command/Group classes. Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* | Merge pull request #38774 from ↵Côme Chilliet2023-06-2010-42/+31
|\ \ | |/ |/| | | | | fsamapoor/constructor_property_promotion_in_core_command_part8 Uses PHP8's constructor property promotion in core/Command/Log, /Security, and /SystemTag
| * Moves single constructor parameters to new lines.Faraz Samapoor2023-06-199-9/+27
| | | | | | | | | | | | | | Based on: https://github.com/nextcloud/server/pull/38764#discussion_r1227630895 Signed-off-by: Faraz Samapoor <fsa@adlas.at>
| * Uses PHP8's constructor property promotion.Faraz Samapoor2023-06-1910-42/+13
| | | | | | | | | | | | in core/Command/Log, /Security, and /SystemTag classes. Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* | Merge pull request #38769 from ↵Louis2023-06-199-46/+33
|\ \ | |/ |/| | | | | fsamapoor/constructor_property_promotion_in_core_command_part6 Uses PHP8's constructor property promotion core/Command/App,/Background, and /Broadcast
| * Moves single constructor parameters to new lines.Faraz Samapoor2023-06-195-5/+15
| | | | | | | | | | | | | | Based on: https://github.com/nextcloud/server/pull/38764#discussion_r1227630895 Signed-off-by: Faraz Samapoor <fsa@adlas.at>
| * Uses PHP8's constructor property promotion.Faraz Samapoor2023-06-199-46/+23
| | | | | | | | | | | | in core/Command/App, /Background, and /Broadcast classes. Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* | Merge pull request #38767 from ↵Louis2023-06-198-49/+23
|\ \ | | | | | | | | | | | | fsamapoor/constructor_property_promotion_in_core_command_part4 Uses PHP8's constructor property promotion in core/Command/Maintenance
| * | Moves single constructor parameters to new lines.Faraz Samapoor2023-06-192-2/+6
| | | | | | | | | | | | | | | | | | | | | Based on: https://github.com/nextcloud/server/pull/38764#discussion_r1227630895 Signed-off-by: Faraz Samapoor <fsa@adlas.at>
| * | Uses PHP8's constructor property promotion in core/Command/Maintenance classes.Faraz Samapoor2023-06-198-51/+21
| |/ | | | | | | Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* | Merge pull request #38764 from ↵Louis2023-06-199-59/+34
|\ \ | | | | | | | | | | | | fsamapoor/constructor_property_promotion_in_core_command_part2 Uses PHP8's constructor property promotion in core/Command/Db classes.
| * | Update core/Command/Db/ConvertType.phpFaraz Samapoor2023-06-191-1/+1
| | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
| * | Update core/Command/Db/ConvertFilecacheBigInt.phpFaraz Samapoor2023-06-191-1/+3
| | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
| * | Update core/Command/Db/Migrations/MigrateCommand.phpFaraz Samapoor2023-06-191-1/+3
| | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
| * | Update core/Command/Db/Migrations/StatusCommand.phpFaraz Samapoor2023-06-191-1/+3
| | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
| * | Uses PHP8's constructor property promotion in core/Command/Db classes.Faraz Samapoor2023-06-199-58/+27
| |/ | | | | | | Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* | Moves single constructor parameters to new lines.Faraz Samapoor2023-06-194-4/+12
| | | | | | | | | | | | | | Based on: https://github.com/nextcloud/server/pull/38764#discussion_r1227630895 Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* | Uses PHP8's constructor property promotion in core/Command/User classes.Faraz Samapoor2023-06-1911-71/+34
|/ | | | Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* chore: Drop \OC_App::getAppVersionChristoph Wurst2023-06-014-4/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #37665 from fsamapoor/patch-2Arthur Schiwon2023-05-231-11/+11
|\ | | | | Refactors Command/Encryption/Enable.php to improve code readability.
| * Refactors core/Command/Encryption/Enable.php to improve code readability.Faraz Samapoor2023-04-111-11/+11
| | | | | | | | | | Improves the readability of the "execute" method by using early returns and reducing the code indentation. Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
* | Merge pull request #38148 from nextcloud/file-info-etagRobin Appelman2023-05-111-0/+1
|\ \ | | | | | | also show file etag in file info
| * | also show file etag in file infoRobin Appelman2023-05-091-0/+1
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | 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
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | add option to list all files instead of limitingRobin Appelman2023-05-043-19/+23
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | add command to summarize space usageRobin Appelman2023-05-043-129/+322
|/ / | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #32866 from ↵Côme Chilliet2023-05-021-1/+1
|\ \ | | | | | | | | | | | | nextcloud/performance/searchInGroup-displayname-cache Optimize retrieving display name when searching for users in a group
| * | Use the searchDisplayName recommended method in user:listCôme Chilliet2023-04-271-1/+1
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | add new index in repair step instead of on-migrateRobin Appelman2023-04-281-0/+8
|/ / | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>