Skip to content

Conversation

@Pytal
Copy link
Member

@Pytal Pytal commented Feb 7, 2025

Summary

No changes should be made for inaccessible files

Checklist

@Pytal Pytal added this to the Nextcloud 32 milestone Feb 7, 2025
@Pytal Pytal requested a review from a team February 7, 2025 00:15
@Pytal Pytal self-assigned this Feb 7, 2025
@Pytal Pytal requested review from ArtificialOwl, artonge and sorbaugh and removed request for a team February 7, 2025 00:15
@Pytal Pytal requested a review from come-nc February 10, 2025 17:09
Pytal and others added 3 commits February 20, 2025 15:34
…cessible

Signed-off-by: Christopher Ng <chrng8@gmail.com>
…ng reminders

Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
@AndyScherzinger AndyScherzinger force-pushed the fix/reminder-node-access branch from f101e69 to fd591b0 Compare February 20, 2025 14:35
@AndyScherzinger AndyScherzinger merged commit 047378e into master Feb 20, 2025
189 checks passed
@AndyScherzinger AndyScherzinger deleted the fix/reminder-node-access branch February 20, 2025 16:42
* @throws DoesNotExistException
*/
public function getDueForUser(IUser $user, int $fileId): RichReminder {
$this->checkNode($user, $fileId);
Copy link
Member

Choose a reason for hiding this comment

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

This causes a getFirstNodeById for every file in a folder when doing propfind which will lead to some pretty bad performance regression.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants