Skip to content

Conversation

@ArtificialOwl
Copy link
Member

fix a regression from #52535 blocking public link on federated shares.

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
@ArtificialOwl ArtificialOwl requested a review from a team as a code owner June 25, 2025 12:37
@ArtificialOwl ArtificialOwl requested review from Altahrim, artonge and skjnldsv and removed request for a team June 25, 2025 12:37
@ArtificialOwl
Copy link
Member Author

/backport to stable31

@ArtificialOwl
Copy link
Member Author

/backport to stable30

@ArtificialOwl ArtificialOwl added the 3. to review Waiting for reviews label Jun 25, 2025
@ArtificialOwl ArtificialOwl added this to the Nextcloud 32 milestone Jun 25, 2025
@provokateurin provokateurin enabled auto-merge June 25, 2025 13:19
@provokateurin provokateurin merged commit faf16fb into master Jun 25, 2025
214 of 218 checks passed
@provokateurin provokateurin deleted the fix/noid/ignore-missing-owner branch June 25, 2025 13:36
// Check if the user published their display name
$ownerAccount = $this->accountManager->getAccount($owner);
try {
$ownerAccount = $this->accountManager->getAccount($owner);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am checking the code executed by getAccount but I can't find a place that throws the NoUserException (yet).
What I see is that inside this function, there is a call to getUser with default arguments, one of which is $insertIfNotExists = true. Doesn't this mean that if the user is not local, it gets created? Is that ok?

@skjnldsv skjnldsv mentioned this pull request Aug 19, 2025
@skjnldsv skjnldsv modified the milestones: Nextcloud 32, Nextcloud 33 Sep 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants