Skip to content

fix: files v4 header registration#1024

Open
elzody wants to merge 3 commits intostable33from
fix/files-v4-header-stable33
Open

fix: files v4 header registration#1024
elzody wants to merge 3 commits intostable33from
fix/files-v4-header-stable33

Conversation

@elzody
Copy link
Copy Markdown
Contributor

@elzody elzody commented Apr 28, 2026

On stable33, the header was still not registering correctly. Turns out, server is using files v4 but the app is not, so the registration is not technically wrong from the app's perspective, but it never gets registered because the server is using the newer API and does not see the app's registration.

That said, files needs to be updated to v4 on this branch too, as well as the header registration updated.

This allows the header to work properly on 33 after testing. It is related to #1023

elzody added 2 commits April 28, 2026 18:06
It is used since Nextcloud 33, so we need to update it here.

Signed-off-by: Elizabeth Danzberger <elizabeth@elzody.dev>
Now that files v4 is being used, we need to update the code to use the v4 API to properly register the header.

Signed-off-by: Elizabeth Danzberger <elizabeth@elzody.dev>
@elzody elzody requested a review from skjnldsv April 28, 2026 22:16
@elzody elzody self-assigned this Apr 28, 2026
@elzody elzody requested a review from ChristophWurst April 28, 2026 22:17
@elzody elzody added this to the Nextcloud 33.0.3 milestone Apr 28, 2026
@elzody
Copy link
Copy Markdown
Contributor Author

elzody commented Apr 29, 2026

/compile

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants