aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/User/ClearGeneratedAvatarCacheCommand.php
Commit message (Collapse)AuthorAgeFilesLines
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-2/+2
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-261-18/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix: add missing ClearGeneratedAvatarCacheCommand.php in autoload_static.php ↵yemkareems2024-04-181-0/+3
| | | | and declare strict_types for the new file as suggested
* feat: wordings corrected as suggestedyemkareems2024-04-161-2/+2
| | | | Signed-off-by: yemkareems <yemkareems@gmail.com>
* feat: license wordings, minor php warnings correctedyemkareems2024-04-161-6/+5
| | | | Signed-off-by: yemkareems <yemkareems@gmail.com>
* feat: command added to clear avatar cache manuallyyemkareems2024-04-151-0/+49
Signed-off-by: yemkareems <yemkareems@gmail.com>