feat(settings): replace OnlyOffice with Euro-Office in office suite s…#59933
Open
moodyjmz wants to merge 3 commits into
Open
feat(settings): replace OnlyOffice with Euro-Office in office suite s…#59933moodyjmz wants to merge 3 commits into
moodyjmz wants to merge 3 commits into
Conversation
szaimen
reviewed
Apr 27, 2026
Member
|
@jospoortvliet @jancborchardt what do you think? |
jancborchardt
requested changes
May 5, 2026
Member
jancborchardt
left a comment
There was a problem hiding this comment.
Nice! :) I think:
- "Nextcloud Office" should be the left entry, default selected, but that would be the one powered by Euro-Office
- "Powered by Euro-Office" could be the first bullet point beneath that
- "Collabora Office" should be the right entry
That uses the same logic as before: The default is called "Nextcloud Office", whatever it’s powered by. The alternative uses its brand name.
Author
I have made these changes @elzody can you review this? |
juliusknorr
approved these changes
May 27, 2026
0ff1beb to
5b1a67a
Compare
…witcher - Replace onlyoffice/onlyoffice entry with collabora-office/richdocuments - Change nextcloud-office appId from richdocuments to eurooffice - Update features and learnMoreUrl for Euro-Office branding Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: James Manuel <moodyjmz@users.noreply.github.com>
…alled Falls back to the isPrimary suite so the UI shows a pre-selection rather than nothing, without triggering the watcher (watch() is lazy by default). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: James Manuel <moodyjmz@users.noreply.github.com>
5b1a67a to
50ada12
Compare
Member
|
/backport! to stable34 |
Member
|
/compile |
DmySyz
approved these changes
May 28, 2026
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…witcher
Summary
Changes the OnlyOffice entry for Euro-Office

How to setup
Testing in the Euro-Office dev environment
Create a temporary
Dockerfile.nextcloudin your local checkout of the server branch root do not commit:FROM nextcloud:latest
COPY dist/settings-apps-view-4529.js /usr/src/nextcloud/dist/settings-apps-view-4529.js
COPY dist/settings-apps-view-4529.js.map /usr/src/nextcloud/dist/settings-apps-view-4529.js.map
Then in
develop/docker-compose.yml, temporarily replace:image: nextcloud:latest
with:
build:
context: /path/to/server
dockerfile: Dockerfile.nextcloud
Run docker compose build nextcloud && docker compose up -d --force-recreate nextcloud, then open http://localhost:8081/settings/apps/office.
TODO
Checklist
3. to review, feature component)stable32)AI (if applicable)