No description
Find a file
Nextcloud bot b3cd9566dc
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-02-07 01:14:27 +00:00
.github ci: fix branch checkout (#967) 2026-01-30 11:12:23 +05:45
.tx update release branch on nightly ci and add on translation (#930) 2025-12-10 15:27:59 +05:45
appinfo Merge branch 'release/2.11' into chore/merge-release-2.11.1 2026-01-30 12:57:48 +05:45
css [BREAKING] feat: support nc33 breaking changes (#952) 2026-01-29 11:59:08 +05:45
dev fix(setup): use curl command path 2026-01-19 17:35:20 +05:45
docs prepare for release 2.11.1 (#964) 2026-01-28 13:09:21 +05:45
img [BREAKING] feat: support nc33 breaking changes (#952) 2026-01-29 11:59:08 +05:45
l10n fix(l10n): Update translations from Transifex 2026-02-07 01:14:27 +00:00
lib Merge branch 'release/2.11' into chore/merge-release-2.11.1 2026-01-30 12:57:48 +05:45
LICENSES ci(reuse): Add reuse check 2025-02-13 17:27:34 +01:00
src [BREAKING] feat: support nc33 breaking changes (#952) 2026-01-29 11:59:08 +05:45
templates
tests fix: fix deprecation warnings in FeatureContext (#973) 2026-02-06 09:57:47 +05:45
.eslintrc.js
.gitignore Merge pull request #845 from nextcloud/build/update-versions (#847) 2025-06-19 12:34:09 +05:45
.l10nignore
.php-cs-fixer.dist.php
AUTHORS.md
babel.config.js
bootstrap.php feat: add option to enable token exchange (#797) 2025-03-25 16:12:01 +05:45
CHANGELOG.md Merge branch 'release/2.11' into chore/merge-release-2.11.1 2026-01-30 12:57:48 +05:45
composer.json Chore: Update php pact version to 10.1.1 (#862) 2025-07-29 14:05:46 +05:45
composer.lock Chore: Update php pact version to 10.1.1 (#862) 2025-07-29 14:05:46 +05:45
COPYING
docker-compose.override.example.yml
docker-compose.yml
integration_oidc_setup.sh chore: bump oidc min supported version to 1.14.1 (#939) 2026-01-19 09:37:42 +05:45
integration_setup.sh fix: remove headers from GET requests (#907) 2025-10-08 10:51:39 +05:45
jest.config.js fix: UI colors too light in Nextcloud 32 (#911) 2025-10-29 16:50:37 +05:45
makefile Chore: Upgrade the behat/gherkin version (#822) 2025-05-23 14:17:01 +05:45
package-lock.json [BREAKING] feat: support nc33 breaking changes (#952) 2026-01-29 11:59:08 +05:45
package.json [BREAKING] feat: support nc33 breaking changes (#952) 2026-01-29 11:59:08 +05:45
phpunit.xml Chore: Update php pact version to 10.1.1 (#862) 2025-07-29 14:05:46 +05:45
psalm.xml chore: bump oidc min supported version to 1.14.1 (#939) 2026-01-19 09:37:42 +05:45
README.md
REUSE.toml [BREAKING] feat: support nc33 breaking changes (#952) 2026-01-29 11:59:08 +05:45
stylelint.config.js
testplan.md
webpack.js [BREAKING] feat: support nc33 breaking changes (#952) 2026-01-29 11:59:08 +05:45

🔗 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