No description
Find a file
Nalem7 253c6d0d1b
remove override from migration file (#1002)
Signed-off-by: nabim777 <nabinalemagar019@gmail.com>
2026-03-16 17:09:00 +05:45
.github chore: update php dev dependencies (#971) 2026-03-11 17:11:55 +05:45
.tx chore(i18n): Remove older versions from tx sync (#995) 2026-03-11 15:59:56 +05:45
appinfo chore: release preparation for 3.0 (#969) 2026-02-11 17:01:06 +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 docs: correct the readiability (#981) 2026-02-12 17:58:08 +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-03-13 01:10:09 +00:00
lib remove override from migration file (#1002) 2026-03-16 17:09:00 +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 chore: update php dev dependencies (#971) 2026-03-11 17:11:55 +05:45
.eslintrc.js docs(reuse): Add SPDX header 2025-02-13 17:23:58 +01:00
.gitignore fix: do not analyze server files (#982) 2026-02-13 15:31:52 +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 fix: use https NC url in OP API requests (#992) 2026-03-11 17:09:41 +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
docker-compose.override.example.yml docs(reuse): Add SPDX header 2025-02-13 17:23:58 +01:00
docker-compose.yml docs(reuse): Add SPDX header 2025-02-13 17:23:58 +01:00
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 chore: release preparation for 3.0 (#969) 2026-02-11 17:01:06 +05:45
package.json chore: release preparation for 3.0 (#969) 2026-02-11 17:01:06 +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 docs(readme): Add reuse status badge 2025-02-13 17:26:32 +01:00
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