"Mine" filter shows external storage files as owned by everyone
@moodyjmz is already working on this.
Since Jul 3, 2026.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.