aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/Maintenance
Commit message (Expand)AuthorAgeFilesLines
* fix(maintenance): Show a success message on data-fingerprint commandJoas Schilling2024-12-021-1/+3
* ci: Fix psalm by typing the QuestionHelperJoas Schilling2024-10-071-0/+2
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-194-10/+10
* fix: optimise getWrongShareOwnership queryHamza Mahjoubi2024-08-271-1/+1
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-252-14/+14
* chore: Add SPDX headerAndy Scherzinger2024-05-2610-217/+33
* fix: Improve typing of mimetype aliasesCôme Chilliet2024-04-301-1/+1
* fix: replace `Account name` by `Login`John Molakvoæ2024-02-131-2/+2
* feat: rename users to account or personVincent Petry2024-02-131-3/+3
* chore: Cleanup Installer class as wellCôme Chilliet2024-01-291-3/+2
* fix: Use DI for Setup class and move away from deprecated methodsCôme Chilliet2024-01-291-13/+5
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-232-5/+5
* document errorSimon L2023-11-171-1/+1
* fix(install): Make installing more verboseJoas Schilling2023-11-031-1/+12
* Moves single constructor parameters to new lines.Faraz Samapoor2023-06-192-2/+6
* Uses PHP8's constructor property promotion in core/Command/Maintenance classes.Faraz Samapoor2023-06-198-51/+21
* 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