aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/Maintenance/RepairShareOwnership.php
Commit message (Expand)AuthorAgeFilesLines
* ci: Fix psalm by typing the QuestionHelperJoas Schilling2024-10-071-0/+2
* fix: optimise getWrongShareOwnership queryHamza Mahjoubi2024-08-271-1/+1
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-8/+8
* chore: Add SPDX headerAndy Scherzinger2024-05-261-19/+2
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
* Uses PHP8's constructor property promotion in core/Command/Maintenance classes.Faraz Samapoor2023-06-191-7/+2
* fix(PHP8.2): Fix deprecated string interpolation syntaxChristoph Wurst2023-01-191-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