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
Open item from
ToDo.md: surface.padfiles 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:
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
Track upstream Nextcloud release notes / Files-app changelogs for either signal.
Acceptance
.padfiles appear as their own filter entry with the correct icon.appinfo/info.xml.