Feature/occ clear avatar cache command#44840
Conversation
Signed-off-by: yemkareems <yemkareems@gmail.com>
Signed-off-by: yemkareems <yemkareems@gmail.com>
szaimen
left a comment
There was a problem hiding this comment.
Tested this yesterday and it worked :)
Signed-off-by: yemkareems <yemkareems@gmail.com>
Signed-off-by: yemkareems <yemkareems@gmail.com>
|
Thanks for your first pull request and welcome to the community! Feel free to keep them coming! If you are looking for issues to tackle then have a look at this selection: https://github.com/nextcloud/server/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22 |
| <?php | ||
| /** |
There was a problem hiding this comment.
Missing strict_types, always add it to new files.
We should add that to coding standard quite frankly, with existing files in the baseline, it would make sense.
| 'OC\\Core\\Command\\User\\AuthTokens\\Add' => $baseDir . '/core/Command/User/AuthTokens/Add.php', | ||
| 'OC\\Core\\Command\\User\\AuthTokens\\Delete' => $baseDir . '/core/Command/User/AuthTokens/Delete.php', | ||
| 'OC\\Core\\Command\\User\\AuthTokens\\ListCommand' => $baseDir . '/core/Command/User/AuthTokens/ListCommand.php', | ||
| 'OC\\Core\\Command\\User\\ClearGeneratedAvatarCacheCommand' => $baseDir . '/core/Command/User/ClearGeneratedAvatarCacheCommand.php', |
There was a problem hiding this comment.
lib/composer/composer/autoload_static.php is missing a similar line. My PR in https://github.com/nextcloud/server/pull/44886/files#diff-590bf0226c83824761fbf7bc57bf2b9a154c9303a649ad0c2b12ee558787a410 is listing this now...
There was a problem hiding this comment.
@nickvergessen Sure ll have a look at this and raise a PR to fix the same. Thank you
|
Hello there, We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process. Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6 Thank you for contributing to Nextcloud and we hope to hear from you soon! |
Summary
TODO
Checklist