Skip to content

Show .pad files in the Nextcloud Files type filter #27

Description

@Jaggob

Open item from ToDo.md: surface .pad files as a dedicated entry in the Files-app type filter (the dropdown that lets users filter by Documents / Spreadsheets / etc.).

Why this is "blocked"

The Nextcloud Files-app type-filter is currently not exposed via a documented public extension point. Possible paths today:

  • Patch the Vue file-list filter at runtime via JS — fragile, breaks across NC versions.
  • Server-side mime-type registration — already done (application/x-etherpad-nextcloud), but does not by itself add a filter button.

We deliberately want to wait for a stable upstream extension point rather than DOM-patch the filter dropdown.

When to revisit

  • When Nextcloud publishes a documented Files-filter extension API.
  • Or when a stable mime-category registration mechanism exists that the type filter consumes automatically.

Track upstream Nextcloud release notes / Files-app changelogs for either signal.

Acceptance

  • Implementation only proceeds via a documented extension point — no DOM patching of the Vue filter UI.
  • .pad files appear as their own filter entry with the correct icon.
  • Tested across the supported Nextcloud version range stated in appinfo/info.xml.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:frontendJS/CSS/Vue frontend codeblockedWaiting on external factorenhancementNew feature or requestpriority:lowWhen time allows / future

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions