Commit Graph

85 Commits (8904bf645b30fbdfdcb00a2ea607d752ee69d865)

Author SHA1 Message Date
Joas Schilling aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Simon L 3f6caa46f3 document error 2 years ago
Joas Schilling 6f39d82031
fix(install): Make installing more verbose 2 years ago
Faraz Samapoor d60bedfeee Moves single constructor parameters to new lines. 3 years ago
Faraz Samapoor ec63264153 Uses PHP8's constructor property promotion in core/Command/Maintenance classes. 3 years ago
Robin Appelman cd3e7fd1b0
list supported databases when provided db isn't supported 3 years ago
Joas Schilling e0251ea24e
Fail the repair command when an error happened 3 years ago
Côme Chilliet f5c361cf44
composer run cs:fix 3 years ago
Christoph Wurst a8bad3a98f
fix(occ): Fix comment formatting of maintenance:repair command 3 years ago
Christoph Wurst 2e66acfab8
fix(PHP8.2): Fix deprecated string interpolation syntax 3 years ago
Alex Harpin 644df591b1 Rename canInstallExists method and add new method for removal 3 years ago
Alex Harpin d5b52ddd21 Log a warning to CLI install command if CAN_INSTALL is not removed 3 years ago
Robin Appelman 7dc8e6a014
fix repairing non user shares when repairing all shares 3 years ago
Robin Appelman b66779711f
split repairing into two stages to prevent long open transaction 3 years ago
Robin Appelman 8012c85d3e
update shares directly in db 3 years ago
Vincent Petry 1be1c23c05
More verbose output for repair share ownership cmd 3 years ago
Robin Appelman 3d68a526e7
move share owner repair to occ command 3 years ago
Côme Chilliet 9a29025534
Parameter of RepairAdvanceEvent is actually an increment, not a step id 3 years ago
Côme Chilliet 652ab6da3f
Surround cli output with appropriate xml tags 3 years ago
Côme Chilliet a2a7150d6d
Migrate Repair events to OCP\EventDispatcher\Event 3 years ago
Côme Chilliet 4f260dce6e
Moving to string key for arguments of GenericEvent in Repair 3 years ago
Carl Schwan 458c2fa297
Remove OCP\App and OCP\BackgroundJob 3 years ago
Daniel Kesselberg 6f3ab2fc9b
Fix Uninitialized string offset 0 at GenerateMimetypeFileBuilder.php#39 4 years ago
Carl Schwan b70c6a128f Update core to PHP 7.4 standard 4 years ago
John Molakvoæ (skjnldsv) 215aef3cbd
Update php licenses 5 years ago
Joas Schilling df47445c01
Fix unit tests 5 years ago
Robin Appelman 9135a42781
make repair errors more visible 5 years ago
Morris Jobke d0ac76a77c
Add more previous exceptions to database setup code 5 years ago
Christoph Wurst f1921364d6
Print an exception trace for setup exceptions 5 years ago
Christoph Wurst d89a75be0b
Update all license headers for Nextcloud 21 5 years ago
Christoph Wurst 2a054e6c04
Update the license headers for Nextcloud 20 5 years ago
Joas Schilling b09620651c
Don't use deprecated getIniWrapper() anymore 5 years ago
Joas Schilling ab21d69903
Add return value to all commands 6 years ago
Joas Schilling 5f88380c44
Remove db prefix option from cli install command 6 years ago
Joas Schilling 9c025134b3
Fix syntax 6 years ago
Christoph Wurst cb057829f7
Update license headers for 19 6 years ago
Christoph Wurst 28f8eb5dba
Add visibility to all constants 6 years ago
Christoph Wurst caff1023ea
Format control structures, classes, methods and function 6 years ago
Christoph Wurst afbd9c4e6e
Unify function spacing to PSR2 recommendation 6 years ago
Christoph Wurst 41b5e5923a
Use exactly one empty line after the namespace declaration 6 years ago
Joas Schilling 0317c5b5c8
Correctly append the port to the host so it's written to the config correctly 6 years ago
Christoph Wurst 5bf3d1bb38
Update license headers 6 years ago
Roeland Jago Douma 68748d4f85
Some php-cs fixes 6 years ago
Xheni Myrtaj d8707c6945
Add function parameter typehint 7 years ago
Xheni Myrtaj d227f4d34c
Do not fail integrity check if mimetype list is changed 7 years ago
Temtaime 887c208f23
Fix #15042 7 years ago
Joas Schilling 0c77cd21f9
Make sure maintenance mode is always casted to bool 7 years ago
Daniel Kesselberg 0b58b0faf3
Do not run getRepairSteps in register_commands 7 years ago
Daniel Kesselberg a4eb3ee508
Validate email in occ command 7 years ago
Daniel Kesselberg 6c805ec9ba
Add --admin-email to cli installer 7 years ago