aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/Maintenance/Repair.php
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-261-25/+4
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-4/+4
* Uses PHP8's constructor property promotion in core/Command/Maintenance classes.Faraz Samapoor2023-06-191-9/+6
* Fail the repair command when an error happenedJoas Schilling2023-02-231-1/+5
* fix(occ): Fix comment formatting of maintenance:repair commandChristoph Wurst2023-01-201-1/+1
* Parameter of RepairAdvanceEvent is actually an increment, not a step idCôme Chilliet2022-08-251-1/+1
* Surround cli output with appropriate xml tagsCôme Chilliet2022-08-251-3/+3
* Migrate Repair events to OCP\EventDispatcher\EventCôme Chilliet2022-08-251-38/+34
* Moving to string key for arguments of GenericEvent in RepairCôme Chilliet2022-08-251-6/+6
* Remove OCP\App and OCP\BackgroundJobCarl Schwan2022-08-011-1/+1
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-18/+6
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* make repair errors more visibleRobin Appelman2021-03-181-1/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Add return value to all commandsJoas Schilling2020-06-261-1/+2
* Update license headersChristoph Wurst2019-12-051-1/+4
* Fix #15042Temtaime2019-04-181-0/+1
* Make sure maintenance mode is always casted to boolJoas Schilling2019-02-221-1/+1
* Do not run getRepairSteps in register_commandsDaniel Kesselberg2019-02-131-5/+8
* Use injected AppManagerRoeland Jago Douma2017-12-181-1/+1
* Use proper DI for repair commandMorris Jobke2017-10-241-3/+8
* Use appmanager instead of OC_App for check for enabled appMorris Jobke2017-10-231-2/+3
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-2/+3
* Update license headersLukas Reschke2016-05-261-0/+1
* Adding progress to occ maintenance:repairThomas Müller2016-04-281-15/+54
* Adding pre- and post-migration repair stepsThomas Müller2016-04-221-6/+22
* Rename files to be PSR-4 compliantLukas Reschke2016-04-061-0/+91