summaryrefslogtreecommitdiffstats
path: root/core/Command/Maintenance
Commit message (Expand)AuthorAgeFilesLines
* document errorSimon L2023-11-201-1/+1
* fix(install): Make installing more verboseJoas Schilling2023-11-031-1/+12
* list supported databases when provided db isn't supportedRobin Appelman2023-05-041-1/+1
* Fail the repair command when an error happenedJoas Schilling2023-02-231-1/+5
* Merge pull request #36271 from nextcloud/fix/fix-codestyleCôme Chilliet2023-01-201-1/+0
|\
| * composer run cs:fixCôme Chilliet2023-01-201-1/+0
* | fix(occ): Fix comment formatting of maintenance:repair commandChristoph Wurst2023-01-201-1/+1
|/
* fix(PHP8.2): Fix deprecated string interpolation syntaxChristoph Wurst2023-01-191-1/+1
* 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 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
* | 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-207-45/+16
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-049-12/+2
* Fix unit testsJoas Schilling2021-04-271-1/+2
* make repair errors more visibleRobin Appelman2021-03-181-1/+1
* Add more previous exceptions to database setup codeMorris Jobke2021-01-071-0/+1
* Print an exception trace for setup exceptionsChristoph Wurst2021-01-071-3/+19
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-245-1/+4
* Don't use deprecated getIniWrapper() anymoreJoas Schilling2020-08-201-5/+7
* Add return value to all commandsJoas Schilling2020-06-268-8/+14
* Remove db prefix option from cli install commandJoas Schilling2020-05-261-7/+0
* Fix syntaxJoas Schilling2020-05-061-1/+1
* Update license headers for 19Christoph Wurst2020-04-293-0/+3
* Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-104-9/+5
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Correctly append the port to the host so it's written to the config correctlyJoas Schilling2020-02-051-1/+4
* Update license headersChristoph Wurst2019-12-059-11/+27
* Some php-cs fixesRoeland Jago Douma2019-11-228-11/+13
* Add function parameter typehintXheni Myrtaj2019-05-291-1/+1
* Do not fail integrity check if mimetype list is changedXheni Myrtaj2019-05-292-72/+108
* Fix #15042Temtaime2019-04-181-0/+1
* Make sure maintenance mode is always casted to boolJoas Schilling2019-02-222-2/+2
* Do not run getRepairSteps in register_commandsDaniel Kesselberg2019-02-131-5/+8
* Validate email in occ commandDaniel Kesselberg2018-10-021-0/+4
* Add --admin-email to cli installerDaniel Kesselberg2018-10-021-0/+3
* Adds an info if the maintenance mode is already enabled/disabled.Michael Weimann2018-07-011-5/+14