nextcloud/tests/Core/Command
Thomas Citharel fe0f89c237
feat(preview): add command to cleanup preview folder
When changing preview parameters (size, format, …), one can simply delete the preview folder and run
files:scan-app-data in order to retrigger updated preview recreation because files are absent.

However, that's not possible when using ObjectStorage as primary storage, as there's no concept of
"preview folder".

This command allows to simply delete and recreate the preview folder properly from
Nextcloud, so that the abstraction levels handle all the subfolder & file deleting part.

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2024-10-03 13:41:32 +02:00
..
Apps chore: Add SPDX header 2024-05-13 17:41:36 +02:00
Config refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
Encryption refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
Group refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
Log chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +02:00
Maintenance chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +02:00
Preview feat(preview): add command to cleanup preview folder 2024-10-03 13:41:32 +02:00
SystemTag chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +02:00
TwoFactorAuth refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
User refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00