-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New file checks #27591
Comments
cc @nextcloud/server-triage is this feasible? |
This issue has been automatically marked as stale because it has not had recent activity and seems to be missing some essential information. It will be closed if no further activity occurs. Thank you for your contributions. |
Change of plan, I'll swing back and submit a POC that can be reviewed/merged. Less effort given everything else going on. |
Follow progress here: https://github.com/cwilby/server |
I added a Need to do some testing next, then will decide whether to submit a PR. Issue: The $fileName = $this->path === null ? '' : basename($this->path);
$fileNamePieces = explode('.', $fileName);
array_shift($fileNamePieces);
return implode('.', $fileNamePieces); |
* Partially implements #27591 Signed-off-by: Robin Windey <[email protected]>
Is your feature request related to a problem? Please describe.
I've built a new flow component for media conversion (see here), and would benefit from the following global flow checks:
Describe the solution you'd like
Describe alternatives you've considered
I've considered adding and registering checks for just this component, however in my opinion it might be better as a global check in the event NC adds them in the future and mine are duplicated.
The text was updated successfully, but these errors were encountered: