| Commit message (Expand) | Author | Age | Files | Lines |
* | add option to list all files instead of limiting | Robin Appelman | 2023-05-15 | 3 | -19/+23 |
* | add command to summarize space usage | Robin Appelman | 2023-05-15 | 3 | -129/+322 |
* | validate that folder size sums to children | Robin Appelman | 2023-05-01 | 1 | -5/+21 |
* | add command for getting fileinfo for debugging | Robin Appelman | 2023-05-01 | 1 | -0/+249 |
* | Add parent index on filecache | Louis Chemineau | 2023-03-22 | 1 | -0/+10 |
* | Merge pull request #36862 from nextcloud/bugfix/typo | Joas Schilling | 2023-02-26 | 1 | -1/+1 |
|\ |
|
| * | Fix typo that added a letter to migration template | Vitor Mattos | 2023-02-25 | 1 | -1/+1 |
* | | Fail the repair command when an error happened | Joas Schilling | 2023-02-23 | 1 | -1/+5 |
|/ |
|
* | Fix computerFileSize when called with a string without unit | Côme Chilliet | 2023-02-07 | 1 | -3/+1 |
* | FIX: This fill finish -> This will finish | sodimel | 2023-01-26 | 1 | -1/+1 |
* | Merge pull request #36271 from nextcloud/fix/fix-codestyle | Côme Chilliet | 2023-01-20 | 4 | -9/+8 |
|\ |
|
| * | composer run cs:fix | Côme Chilliet | 2023-01-20 | 4 | -9/+8 |
* | | Merge pull request #36264 from nextcloud/fix/occ/repair-command-comment-forma... | Christoph Wurst | 2023-01-20 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | fix(occ): Fix comment formatting of maintenance:repair command | Christoph Wurst | 2023-01-20 | 1 | -1/+1 |
* | | Attempt to fix errors in Repair command tests | Côme Chilliet | 2023-01-20 | 1 | -0/+2 |
|/ |
|
* | Merge pull request #36162 from nextcloud/fix/php82/string-var-interpolation | Christoph Wurst | 2023-01-19 | 1 | -1/+1 |
|\ |
|
| * | fix(PHP8.2): Fix deprecated string interpolation syntax | Christoph Wurst | 2023-01-19 | 1 | -1/+1 |
* | | Merge pull request #36123 from nextcloud/user-settings-normalize-uid | Vincent Petry | 2023-01-19 | 1 | -3/+8 |
|\ \
| |/
|/| |
|
| * | normalize userid in user:setting | Robin Appelman | 2023-01-12 | 1 | -3/+8 |
* | | Merge pull request #27492 from cyclops8456/feature/24301-remove-can-install-o... | Simon L | 2023-01-18 | 1 | -0/+3 |
|\ \ |
|
| * | | Rename canInstallExists method and add new method for removal | Alex Harpin | 2023-01-10 | 1 | -1/+1 |
| * | | Log a warning to CLI install command if CAN_INSTALL is not removed | Alex Harpin | 2023-01-10 | 1 | -0/+3 |
| |/ |
|
* | | Fix API breakage by using a new method instead | Côme Chilliet | 2023-01-12 | 1 | -1/+1 |
* | | Use a Generator for job list to fix background-job:list command | Côme Chilliet | 2023-01-10 | 1 | -6/+7 |
|/ |
|
* | Merge pull request #35873 from leegarrett/35830_lgarrett | Joas Schilling | 2023-01-04 | 1 | -4/+23 |
|\ |
|
| * | No output by default when --exit-code is used | Joas Schilling | 2023-01-03 | 1 | -1/+4 |
| * | Print output also with status code | Joas Schilling | 2023-01-03 | 1 | -9/+8 |
| * | Implement occ status command via return codes (Fixes: #35704) | Lee Garrett | 2023-01-03 | 1 | -3/+20 |
* | | Fix psalm issues related to signature changes from PHP 8.0 | Côme Chilliet | 2022-12-29 | 1 | -27/+23 |
|/ |
|
* | Show version from appinfo on occ app:list | Julius Härtl | 2022-11-11 | 1 | -1/+1 |
* | fix repairing non user shares when repairing all shares | Robin Appelman | 2022-11-08 | 1 | -10/+33 |
* | split repairing into two stages to prevent long open transaction | Robin Appelman | 2022-11-08 | 1 | -32/+66 |
* | update shares directly in db | Robin Appelman | 2022-11-08 | 1 | -13/+17 |
* | More verbose output for repair share ownership cmd | Vincent Petry | 2022-11-08 | 1 | -2/+3 |
* | move share owner repair to occ command | Robin Appelman | 2022-11-08 | 1 | -0/+134 |
* | Merge pull request #32859 from nextcloud/bug/31973/array-key-might-be-empty | Louis | 2022-10-11 | 1 | -7/+5 |
|\ |
|
| * | Fix Uninitialized string offset 0 at GenerateMimetypeFileBuilder.php#39 | Daniel Kesselberg | 2022-06-28 | 1 | -7/+5 |
* | | properly typehint generated migrations | Roeland Jago Douma | 2022-10-09 | 1 | -4/+4 |
* | | Update ConvertFilecacheBigInt.php | timm2k | 2022-09-14 | 1 | -0/+1 |
* | | Parameter of RepairAdvanceEvent is actually an increment, not a step id | Côme Chilliet | 2022-08-25 | 2 | -2/+2 |
* | | Surround cli output with appropriate xml tags | Côme Chilliet | 2022-08-25 | 1 | -3/+3 |
* | | Add void return types to callables | Côme Chilliet | 2022-08-25 | 1 | -2/+2 |
* | | Migrate Repair events to OCP\EventDispatcher\Event | Côme Chilliet | 2022-08-25 | 2 | -90/+80 |
* | | Migrate Migrator::executeSql to OCP\EventDispatcher\Event | Côme Chilliet | 2022-08-25 | 1 | -23/+25 |
* | | Remove listeners of \OC\DB\Migrator::checkTable which is never emitted | Côme Chilliet | 2022-08-25 | 1 | -1/+0 |
* | | Moving to string key for arguments of GenericEvent in Repair | Côme Chilliet | 2022-08-25 | 2 | -14/+14 |
* | | Switch to string keys for argument of GenericEvent for OC\DB\Migrator | Côme Chilliet | 2022-08-25 | 1 | -4/+4 |
* | | Merge pull request #32363 from nextcloud/cleanup/remove-long-deprecated-classes | Carl Schwan | 2022-08-08 | 2 | -4/+7 |
|\ \ |
|
| * | | Remove OCP\App and OCP\BackgroundJob | Carl Schwan | 2022-08-01 | 2 | -4/+7 |
* | | | DB mounts table: Add index for mount_provider_class | Marcel Klehr | 2022-08-01 | 1 | -0/+13 |
|/ / |
|