No description
  • PHP 43.1%
  • JavaScript 31.5%
  • Vue 12.5%
  • Gherkin 8.9%
  • Shell 3.6%
  • Other 0.4%
Find a file
Nextcloud bot fcfcb07586
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-06-12 01:42:21 +00:00
.github chore: implement expected failure (#1044) 2026-06-11 15:31:06 +05:45
.tx
appinfo chore: support Nextcloud 35 (#1020) 2026-05-18 10:10:32 +05:45
css
dev chore: update servers version (#1038) 2026-06-06 09:30:40 +05:45
docs chore: implement expected failure (#1044) 2026-06-11 15:31:06 +05:45
img
l10n fix(l10n): Update translations from Transifex 2026-06-12 01:42:21 +00:00
lib fix: wrong message Unauthorized to connect to Openproject shown with valid SSO connection (#1018) 2026-05-28 11:26:04 +05:45
LICENSES
src
templates
tests test: add expect to fail tag 2026-06-11 15:31:06 +05:45
.eslintrc.js
.gitignore chore: implement expected failure (#1044) 2026-06-11 15:31:06 +05:45
.l10nignore
.php-cs-fixer.dist.php
AUTHORS.md
babel.config.js
bootstrap.php
CHANGELOG.md feat: add Nextcloud 34 support (#1021) 2026-06-06 09:30:40 +05:45
composer.json
composer.lock
COPYING
integration_oidc_setup.sh refactor: allow any redirect from OpenProject host (#1016) 2026-05-04 16:06:48 +05:45
integration_setup.sh
jest.config.js
makefile chore: implement expected failure (#1044) 2026-06-11 15:31:06 +05:45
package-lock.json
package.json chore: support Nextcloud 35 (#1020) 2026-05-18 10:10:32 +05:45
phpunit.xml
psalm.xml
README.md chore: remove obsolete docker-compose setup (#1005) 2026-04-15 13:04:11 +05:45
REUSE.toml
stylelint.config.js
testplan.md
webpack.js

🔗 OpenProject Integration

REUSE status

This application enables integration between Nextcloud and open-source project management software OpenProject.

On the Nextcloud end, it allows users to:

  • Link files and folders with work packages in OpenProject
  • Find all work packages linked to a file or a folder
  • Create work packages directly in Nextcloud
  • View OpenProject notifications via the dashboard
  • Search for work packages using Nextcloud's search bar
  • Link work packages in rich text fields via Smart Picker
  • Preview links to work packages in text fields
  • Link multiple files and folders to a work package at once

On the OpenProject end, users are able to:

  • View all Nextcloud files and folders linked to a work package
  • Download linked files or open them in Nextcloud to edit them
  • Open linked files in Nextcloud to edit them
  • Let OpenProject create shared folders per project

Please report issues and bugs here: https://community.openproject.org/projects/nextcloud-integration/work_packages

📚 Documentation for users and administrators guide

🔨 Development Setup Guide