-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Refactor core/Controller #39212
Refactor core/Controller #39212
Conversation
Signed-off-by: Hamid Dehnavi <[email protected]>
Co-authored-by: Joas Schilling <[email protected]> Signed-off-by: Hamid Dehnavi <[email protected]>
Co-authored-by: Joas Schilling <[email protected]> Signed-off-by: Hamid Dehnavi <[email protected]>
Co-authored-by: Joas Schilling <[email protected]> Signed-off-by: Hamid Dehnavi <[email protected]>
Co-authored-by: Joas Schilling <[email protected]> Signed-off-by: Hamid Dehnavi <[email protected]>
Co-authored-by: Joas Schilling <[email protected]> Signed-off-by: Hamid Dehnavi <[email protected]>
Co-authored-by: Joas Schilling <[email protected]> Signed-off-by: Hamid Dehnavi <[email protected]>
Co-authored-by: Joas Schilling <[email protected]> Signed-off-by: Hamid Dehnavi <[email protected]>
Co-authored-by: Joas Schilling <[email protected]> Signed-off-by: Hamid Dehnavi <[email protected]>
Co-authored-by: Joas Schilling <[email protected]> Signed-off-by: Hamid Dehnavi <[email protected]>
Co-authored-by: Joas Schilling <[email protected]> Signed-off-by: Hamid Dehnavi <[email protected]>
Co-authored-by: Joas Schilling <[email protected]> Signed-off-by: Hamid Dehnavi <[email protected]>
Co-authored-by: Joas Schilling <[email protected]> Signed-off-by: Hamid Dehnavi <[email protected]>
Co-authored-by: Joas Schilling <[email protected]> Signed-off-by: Hamid Dehnavi <[email protected]>
Co-authored-by: Joas Schilling <[email protected]> Signed-off-by: Hamid Dehnavi <[email protected]>
Co-authored-by: Louis Chemineau <[email protected]> Signed-off-by: Hamid Dehnavi <[email protected]>
* @param Node $node | ||
* @param int $x | ||
* @param int $y | ||
* @param bool $a | ||
* @param bool $forceIcon | ||
* @param string $mode | ||
* @return Response | ||
* @throws NotFoundException | ||
* @throws InvalidPathException |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See this
* | ||
* @param int $fileId | ||
* @param int $x | ||
* @param int $y | ||
* @param bool $a | ||
* @param bool $forceIcon | ||
* @param string $mode | ||
* @return DataResponse|FileDisplayResponse | ||
* @throws NoUserException | ||
* @throws NotPermittedException |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See this
* @param string $targetUserId | ||
* @param string $paramId | ||
* @param string $visibility | ||
* @return DataResponse | ||
* @throws OCSBadRequestException | ||
* @throws OCSForbiddenException | ||
* @throws OCSNotFoundException | ||
* @throws Exception |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
another open comment here
Signed-off-by: Hamid Dehnavi <[email protected]>
Summary
The required adjustments have been made to the classes in
/core/Controller
namespace.The improvements:
str_starts_with
andstr_ends_with
instead ofsubstr
Checklist