Skip to content

files_sharing_raw v0.6.0

Choose a tag to compare

@ernolf ernolf released this 10 Jul 17:13
· 89 commits to main since this release
v0.6.0
27c18f5

Changed

  • BREAKING The patch era is over: Nextcloud core grants files_sharing_raw its root routes since 32.0.7 / 33.0.1, so the manual RouteParser.php patch is no longer needed nor supported. On older cores the app keeps working with the longer /apps/files_sharing_raw/… fallback URLs, and a setup check reports when the root aliases are inactive.
  • The supported range is now Nextcloud 32–35 on PHP 8.1–8.5.
  • Internal modernization: the build moved to ncmake, the licensing is REUSE compliant, and every change now passes CI gates (php-lint, coding standard, psalm, eslint, stylelint, phpunit, vitest) backed by first unit test suites.

Fixed

  • The CSP save button in the Files sidebar is no longer squeezed to an unreadable width.
  • The "Enable raw link" toggle icon now matches the size of the native share toggles.
  • The share-update listener was registered for an event that does not exist in OCP and never fired; the dead code was removed.

Removed

  • patch-route-parser.sh and the AIO patch guide (Readme-aio.md) — obsolete since the core ships the root route grant.