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 chore(i18n): Remove older versions from tx sync (#995) 2026-03-11 15:59:56 +05:45
appinfo chore: support Nextcloud 35 (#1020) 2026-05-18 10:10:32 +05:45
css [BREAKING] feat: support nc33 breaking changes (#952) 2026-01-29 11:59:08 +05:45
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 [BREAKING] feat: support nc33 breaking changes (#952) 2026-01-29 11:59:08 +05:45
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 ci(reuse): Add reuse check 2025-02-13 17:27:34 +01:00
src fix: handle op projects whose parent project is unknown (#988) 2026-03-11 17:07:24 +05:45
templates docs(reuse): Add SPDX header 2025-02-13 17:23:58 +01:00
tests test: add expect to fail tag 2026-06-11 15:31:06 +05:45
.eslintrc.js docs(reuse): Add SPDX header 2025-02-13 17:23:58 +01:00
.gitignore chore: implement expected failure (#1044) 2026-06-11 15:31:06 +05:45
.l10nignore docs(reuse): Add SPDX header 2025-02-13 17:23:58 +01:00
.php-cs-fixer.dist.php docs(reuse): Add SPDX header 2025-02-13 17:23:58 +01:00
AUTHORS.md docs(authors): Remove duplicates 2025-02-13 16:49:10 +01:00
babel.config.js Bump version @nextcloud/vue to 8.12.0 (#654) 2024-07-30 10:31:23 +05:45
bootstrap.php fix: do not analyze server files (#982) 2026-02-13 15:31:52 +05:45
CHANGELOG.md feat: add Nextcloud 34 support (#1021) 2026-06-06 09:30:40 +05:45
composer.json chore: update php dev dependencies (#971) 2026-03-11 17:11:55 +05:45
composer.lock chore: update php dev dependencies (#971) 2026-03-11 17:11:55 +05:45
COPYING basic auth with accesstoken ok 2021-02-24 13:56:53 +01:00
integration_oidc_setup.sh refactor: allow any redirect from OpenProject host (#1016) 2026-05-04 16:06:48 +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: implement expected failure (#1044) 2026-06-11 15:31:06 +05:45
package-lock.json chore: release preparation for 3.0 (#969) 2026-02-11 17:01:06 +05:45
package.json chore: support Nextcloud 35 (#1020) 2026-05-18 10:10:32 +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: update php dev dependencies (#971) 2026-03-11 17:11:55 +05:45
README.md chore: remove obsolete docker-compose setup (#1005) 2026-04-15 13:04:11 +05:45
REUSE.toml [BREAKING] feat: support nc33 breaking changes (#952) 2026-01-29 11:59:08 +05:45
stylelint.config.js docs(reuse): Migrate to generic copyright header 2025-02-13 16:49:10 +01:00
testplan.md docs(reuse): Add SPDX header 2025-02-13 17:23:58 +01:00
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