nextcloud / nextcloud/office

"Mine" filter shows external storage files as owned by everyone

Open
#46 1 comment 0 reactions 1 assignee View on GitHub

@moodyjmz is already working on this.

Since Jul 3, 2026.

bug
Dominant language
JavaScript
Stars
6
Forks
1
Avg merge
1d 3h
Merged PRs (30d)
10

Description

External storage mounts (S3, SMB, local, etc.) report the current session user as owner-id regardless of real ownership, and the "Mine" filter in OfficeOverview.vue only excludes group/shared mount-types — so external slips through and those files show as "Mine" for every user who has the mount. Confirmed the actual affected mount is S3-backed external storage.

Reproduced locally (with a local backend mount, since ExternalMountPoint::getMountType() returns the same external value regardless of storage backend — S3, SMB, or local all hit the same code path): the same file on a shared external storage mount returns owner-id: admin when queried as admin and owner-id: alice when queried as alice.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.