Skip to content

Compatibility for ownCoud 11#1329

Open
paulijar wants to merge 5 commits into
owncloud:masterfrom
paulijar:feature/oc11_compatibility
Open

Compatibility for ownCoud 11#1329
paulijar wants to merge 5 commits into
owncloud:masterfrom
paulijar:feature/oc11_compatibility

Conversation

@paulijar

Copy link
Copy Markdown
Contributor

With these changes, seems to work fine on ownCloud 11.0.0-prealpha.

paulijar added 5 commits June 19, 2026 18:39
The `src` attribute of `<img>` doesn't work quite correctly with AngularJS
interpolation: the browser first tries to load the image using the
uninterpolated raw string before AngularJS has the chance to interpolate the
attribute. To work around this, AngularJS has introduced the `ng-src`
directive.
The ownCloud v11 has updated Doctrine/DBAL to version 3.x and some previously
deprecated functions have been removed. Also Nextcloud uses DBAL 3.x but it
apparently provides wrappers for the DBAL classes, providing a
legacy-compatible API.
The ownCloud 11 updates the symfony/console version used from the previous 5.4
to 7.4. With 7.4, the `execute` function of each command must declare the
return type as `int`.

Apparently Nextcloud is still using some older version of symfony/console but
the exact version used was not easy to find out.
After the two previous commits, the Music app now seems to work fine on
ownCloud 11.0.0-prealpha.
@paulijar paulijar force-pushed the feature/oc11_compatibility branch from 456ff64 to 7fe076d Compare June 20, 2026 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant