nextcloud/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
..
App fix: Replace OC_App::getAllApps with a method in AppManager 2024-09-13 10:08:44 +02:00
Background chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +02:00
Broadcast chore: Add SPDX header 2024-05-26 20:05:04 +02:00
Config chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +02:00
Db chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +02:00
Encryption style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +02:00
FilesMetadata style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +02:00
Group feat(occ)!: Adding the displayName to the output of the occ group:list --info command 2024-08-06 19:30:59 +02:00
Info chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +02:00
Integrity chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +02:00
L10n chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +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
Memcache style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +02:00
Preview feat(preview): add command to cleanup preview folder 2024-10-03 13:41:32 +02:00
Security style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +02:00
SystemTag chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +02:00
TaskProcessing feat(taskprocessing): new command to get a task from a task ID, include error_message in list and get commands 2024-10-01 20:30:31 +02:00
TwoFactorAuth style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +02:00
User chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +02:00
Base.php fix(occ): Fix compatibility with PHP<8.2 2024-08-06 12:13:26 +02:00
Check.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +02:00
InterruptedException.php chore: Add SPDX header 2024-05-26 20:05:04 +02:00
SetupChecks.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +02:00
Status.php chore(legacy): Introduce public version ct plass and drop version methods from OC_Util 2024-09-20 14:53:34 +02:00
Upgrade.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +02:00