officeonline
Перейти к файлу
Julius Knorr c55fb6cc5d
Merge pull request #614 from nextcloud/release/3.1.0
chore(release): Bump version to 3.1.0
2025-01-29 07:10:07 +01:00
.github chore(CI): Updating reuse.yml workflow from template 2024-12-26 14:16:57 +00:00
.tx
LICENSES
appinfo chore(release): Bump version to 3.1.0 2025-01-28 22:31:00 +01:00
assets
css
img
l10n
lib fix(GS): consolidate and extend CSP management 2025-01-27 18:28:42 +01:00
src
templates
tests style(PHP): adjust to coding-standards 2025-01-17 16:39:07 +01:00
.babelrc
.eslintignore
.eslintrc.js
.gitignore
.nextcloudignore
.php-cs-fixer.dist.php
.scrutinizer.yml
.stylelintrc.js
AUTHORS.md
CHANGELOG.md chore(release): Bump version to 3.1.0 2025-01-28 22:31:00 +01:00
COPYING
Makefile
README.md docs(reuse): Add reuse status badge 2024-12-03 22:02:15 +01:00
REUSE.toml docs(ownership): Add codeowners 2024-12-03 22:02:15 +01:00
composer.json build(deps): add NC 31 support, drop NC 24 and 25, this require PHP ^8.0 2025-01-17 16:37:49 +01:00
composer.lock build(deps): add NC 31 support, drop NC 24 and 25, this require PHP ^8.0 2025-01-17 16:37:49 +01:00
krankerl.toml
mkdocs.yml
package-lock.json feat(deps): Add Nextcloud 32 support 2025-01-23 11:21:42 +01:00
package.json chore(release): Bump version to 3.1.0 2025-01-28 22:31:00 +01:00
screenshot.png
tsconfig.json
webpack.js

README.md

Office Online integration

REUSE status

Branches

We currently maintain two branches for compatibility with Nextcloud versions:

  • main (Nextcloud 24 upwards)
  • stable1 (Nextcloud 22-23)

Development setup

Just clone this repo into your apps directory (Nextcloud server installation needed). Additionally, npm and Node.js are needed for installing JavaScript dependencies and building the frontend code.

Once npm and Node.js are installed, this can be done by running:

npm ci
npm run dev

Installation

Server

You will need an working on-premise Office Online server which has added the Nextcloud server as a trusted host for WOPI. The cloud-based Office 365 is not supported.

Support

Enterprise users who need a more reliable and scalable solution can take advantage of Nextcloud GmbH's optional support contract for Office Online integration. Find out more about Enterprise support over here: https://nextcloud.com/enterprise/

Known problems