summaryrefslogtreecommitdiffstats
path: root/core/Command
Commit message (Expand)AuthorAgeFilesLines
* fix(db): no hardcoded table prefix is expectedArthur Schiwon2023-07-141-2/+2
* fix(systemtags): Add missing systemtags indexMarcel Klehr2023-06-301-0/+13
* Merge pull request #38022 from nextcloud/backport/32877/stable25Arthur Schiwon2023-06-151-0/+8
|\
| * add new index in repair step instead of on-migrateRobin Appelman2023-05-311-0/+8
* | fix php7.4 syntaxRobin Appelman2023-05-251-1/+1
* | add option to list all files instead of limitingRobin Appelman2023-05-253-19/+23
* | add command to summarize space usageRobin Appelman2023-05-253-129/+322
|/
* validate that folder size sums to childrenRobin Appelman2023-05-011-5/+21
* add command for getting fileinfo for debuggingRobin Appelman2023-05-011-0/+249
* Add parent index on filecacheLouis Chemineau2023-04-041-0/+10
* Fail the repair command when an error happenedJoas Schilling2023-02-281-1/+5
* Merge pull request #36218 from nextcloud/backport/35873/stable25Joas Schilling2023-02-241-4/+23
|\
| * No output by default when --exit-code is usedJoas Schilling2023-01-181-1/+4
| * Print output also with status codeJoas Schilling2023-01-181-9/+8
| * Implement occ status command via return codes (Fixes: #35704)Lee Garrett2023-01-181-3/+20
* | fix(occ): Fix comment formatting of maintenance:repair commandChristoph Wurst2023-01-201-1/+1
|/
* fix repairing non user shares when repairing all sharesRobin Appelman2022-11-081-10/+33
* split repairing into two stages to prevent long open transactionRobin Appelman2022-11-081-32/+66
* update shares directly in dbRobin Appelman2022-11-081-13/+17
* More verbose output for repair share ownership cmdVincent Petry2022-11-081-2/+3
* move share owner repair to occ commandRobin Appelman2022-11-081-0/+134
* Fix Uninitialized string offset 0 at GenerateMimetypeFileBuilder.php#39Daniel Kesselberg2022-10-251-7/+5
* Update ConvertFilecacheBigInt.phptimm2k2022-09-141-0/+1
* Parameter of RepairAdvanceEvent is actually an increment, not a step idCôme Chilliet2022-08-252-2/+2
* Surround cli output with appropriate xml tagsCôme Chilliet2022-08-251-3/+3
* Add void return types to callablesCôme Chilliet2022-08-251-2/+2
* Migrate Repair events to OCP\EventDispatcher\EventCôme Chilliet2022-08-252-90/+80
* Migrate Migrator::executeSql to OCP\EventDispatcher\EventCôme Chilliet2022-08-251-23/+25
* Remove listeners of \OC\DB\Migrator::checkTable which is never emittedCôme Chilliet2022-08-251-1/+0
* Moving to string key for arguments of GenericEvent in RepairCôme Chilliet2022-08-252-14/+14
* Switch to string keys for argument of GenericEvent for OC\DB\MigratorCôme Chilliet2022-08-251-4/+4
* Merge pull request #32363 from nextcloud/cleanup/remove-long-deprecated-classesCarl Schwan2022-08-082-4/+7
|\
| * Remove OCP\App and OCP\BackgroundJobCarl Schwan2022-08-012-4/+7
* | DB mounts table: Add index for mount_provider_classMarcel Klehr2022-08-011-0/+13
|/
* Fix background-job:execute command for QueuedJob instancesCôme Chilliet2022-07-111-1/+5
* Format the datetime for last run in ATOM formatCôme Chilliet2022-07-111-1/+1
* Use symfony console table to render the job list properlyCôme Chilliet2022-07-112-3/+24
* Code cleaning of Background/ListCommandCôme Chilliet2022-07-111-14/+5
* Add command to list jobsCôme Chilliet2022-07-111-0/+95
* Fix undefined when no tagsDaniel Kesselberg2022-06-281-2/+4
* Fix importing float valueCarl Schwan2022-06-231-2/+2
* Update core to PHP 7.4 standardCarl Schwan2022-05-2087-714/+240
* Merge pull request #32196 from nextcloud/bugfix/noid/fix-strict-comparisonJoas Schilling2022-05-021-1/+1
|\
| * Fix strict comparisonJoas Schilling2022-04-271-1/+1
* | Remove deprecated occ app:check-code commandCôme Chilliet2022-04-281-72/+0
|/
* Fix type fixingJoas Schilling2022-04-251-1/+1
* Give hints on correct migration versioningJoas Schilling2022-04-251-0/+32
* Additional index on oc_preferences to make sure that gettingh values without ...Julius Härtl2022-04-191-0/+13
* Allow to autocomplete user and group ids in commandsJoas Schilling2022-04-0811-10/+205
* Merge pull request #31661 from nextcloud/enh/user_ldap-add-command-to-unmap-g...blizzz2022-04-051-1/+1
|\