You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.