feat(settings): replace OnlyOffice with Euro-Office in office suite s…#59933
Conversation
|
@jospoortvliet @jancborchardt what do you think? |
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.
I have made these changes @elzody can you review this? |
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
|
/backport! to stable34 |
|
/compile |
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
|
Thanks for your first pull request and welcome to the community! Feel free to keep them coming! If you are looking for issues to tackle then have a look at this selection: https://github.com/nextcloud/server/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22 |
EuroOffice becomes Nextcloud Office (powered by Euro-Office), Collabora becomes Collabora Office, matching nextcloud/server#59933. AI-assistant: Claude Code 2.1.162 (Claude Opus 4.8) Signed-off-by: Julius Knorr <jus@bitgrid.net>
…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)