Skip to content

Conversation

@icewind1991
Copy link
Member

This would clear all cached mounts for the user.

To test:

  • Create a new app password and uncheck "Allow filesystem access"
  • Note the current state of the oc_mounts table with select count(id), max(id) from oc_mounts;
  • Make a request that authenticates with the new app password.
  • Note the new state of the oc_mounts table with select count(id), max(id) from oc_mounts;

…system access

Signed-off-by: Robin Appelman <robin@icewind.nl>
@icewind1991 icewind1991 added this to the Nextcloud 32 milestone Jul 31, 2025
@icewind1991 icewind1991 requested a review from a team as a code owner July 31, 2025 16:31
@icewind1991 icewind1991 requested review from ArtificialOwl and removed request for a team July 31, 2025 16:31
@icewind1991 icewind1991 added the 3. to review Waiting for reviews label Jul 31, 2025
Copy link
Member

@st3iny st3iny left a comment

Choose a reason for hiding this comment

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

Nice one!

@st3iny st3iny merged commit 976e423 into master Aug 1, 2025
226 of 232 checks passed
@st3iny st3iny deleted the mount-cache-without-fs-access branch August 1, 2025 08:32
@icewind1991
Copy link
Member Author

/backport to stable31

@icewind1991
Copy link
Member Author

/backport to stable30

@icewind1991
Copy link
Member Author

/backport to stable29

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.

5 participants