Commit Graph

464 Commits (c9c49bfef8ff39eb052d9bddb796882290467c98)

Author SHA1 Message Date
Robin Appelman db43d90387
add new index in repair step instead of on-migrate 3 years ago
Côme Chilliet 876c162df8
Use the searchDisplayName recommended method in user:list 3 years ago
Robin Appelman c5dfa1cb79
validate that folder size sums to children 3 years ago
Robin Appelman 60cf0c8f5f
add command for getting fileinfo for debugging 3 years ago
Robin Appelman b89621e8da
fix output for group:list command with numeric user ids 3 years ago
Robin Appelman 013eedabbd
add command to generate a preview for a file 3 years ago
Louis Chemineau bda66f9fb6 Add parent index on filecache 3 years ago
Vitor Mattos fd4c53f311 Fix typo that added a letter to migration template 3 years ago
Joas Schilling e0251ea24e
Fail the repair command when an error happened 3 years ago
Côme Chilliet d00422b812
Fix computerFileSize when called with a string without unit 3 years ago
sodimel 5e18ffa89d FIX: This fill finish -> This will finish 3 years ago
Côme Chilliet f5c361cf44
composer run cs:fix 3 years ago
Côme Chilliet 90b955b1e9
Attempt to fix errors in Repair command tests 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
Robin Appelman 975becb22e
normalize userid in user:setting 3 years ago
Côme Chilliet d74044f634
Fix API breakage by using a new method instead 3 years ago
Côme Chilliet 679682c186
Use a Generator for job list to fix background-job:list command 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
Joas Schilling 2c1a811e27
No output by default when --exit-code is used 3 years ago
Joas Schilling 8e1f742355
Print output also with status code 3 years ago
Lee Garrett fba906e34a Implement occ status command via return codes (Fixes: #35704) 3 years ago
Côme Chilliet 9430899f16
Fix psalm issues related to signature changes from PHP 8.0 3 years ago
Julius Härtl 1da6c21036
Show version from appinfo on occ app:list 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
Roeland Jago Douma aaf9b9c4fd
properly typehint generated migrations 3 years ago
timm2k 6ff58d30b4
Update ConvertFilecacheBigInt.php 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 5cfdf9b9ee
Add void return types to callables 3 years ago
Côme Chilliet a2a7150d6d
Migrate Repair events to OCP\EventDispatcher\Event 3 years ago
Côme Chilliet a83a8f0dde
Migrate Migrator::executeSql to OCP\EventDispatcher\Event 3 years ago
Côme Chilliet 5aac997d44
Remove listeners of \OC\DB\Migrator::checkTable which is never emitted 3 years ago
Côme Chilliet 4f260dce6e
Moving to string key for arguments of GenericEvent in Repair 3 years ago
Côme Chilliet 4ba30d40cf
Switch to string keys for argument of GenericEvent for OC\DB\Migrator 3 years ago
Marcel Klehr 047cc708d4 DB mounts table: Add index for mount_provider_class 3 years ago
Carl Schwan 458c2fa297
Remove OCP\App and OCP\BackgroundJob 3 years ago
Côme Chilliet cc89da26c6 Fix background-job:execute command for QueuedJob instances 4 years ago
Côme Chilliet 3920fc1ef2 Format the datetime for last run in ATOM format 4 years ago
Côme Chilliet 0cc39d185c Use symfony console table to render the job list properly 4 years ago
Côme Chilliet 868d748dbf Code cleaning of Background/ListCommand 4 years ago
Côme Chilliet 3d01179907 Add command to list jobs 4 years ago
Daniel Kesselberg 6f3ab2fc9b
Fix Uninitialized string offset 0 at GenerateMimetypeFileBuilder.php#39 4 years ago
Daniel Kesselberg fb8d54ef72
Fix undefined when no tags 4 years ago
Carl Schwan fbae6ffa98 Fix importing float value 4 years ago