summaryrefslogtreecommitdiffstats
path: root/core/Command
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Rename canInstallExists method and add new method for removalAlex Harpin2023-01-101-1/+1
| * | Log a warning to CLI install command if CAN_INSTALL is not removedAlex Harpin2023-01-101-0/+3
| |/
* | Fix API breakage by using a new method insteadCôme Chilliet2023-01-121-1/+1
* | Use a Generator for job list to fix background-job:list commandCôme Chilliet2023-01-101-6/+7
|/
* Merge pull request #35873 from leegarrett/35830_lgarrettJoas Schilling2023-01-041-4/+23
|\
| * No output by default when --exit-code is usedJoas Schilling2023-01-031-1/+4
| * Print output also with status codeJoas Schilling2023-01-031-9/+8
| * Implement occ status command via return codes (Fixes: #35704)Lee Garrett2023-01-031-3/+20
* | Fix psalm issues related to signature changes from PHP 8.0Côme Chilliet2022-12-291-27/+23
|/
* Show version from appinfo on occ app:listJulius Härtl2022-11-111-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
* Merge pull request #32859 from nextcloud/bug/31973/array-key-might-be-emptyLouis2022-10-111-7/+5
|\
| * Fix Uninitialized string offset 0 at GenerateMimetypeFileBuilder.php#39Daniel Kesselberg2022-06-281-7/+5
* | properly typehint generated migrationsRoeland Jago Douma2022-10-091-4/+4
* | 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