No description
  • PHP 42.5%
  • JavaScript 32.2%
  • Vue 12.5%
  • Gherkin 8.9%
  • Shell 3.5%
  • Other 0.4%
Find a file
Sawjan Gurung d5051bb007
refactor: allow any redirect from OpenProject host (#1016)
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
2026-05-04 16:06:48 +05:45
.github
.tx
appinfo
css
dev chore: enable keycloak by default (#1006) 2026-04-15 13:04:11 +05:45
docs docs: update local compose setup docs (#1007) 2026-04-15 13:04:11 +05:45
img
l10n fix(l10n): Update translations from Transifex 2026-05-01 01:10:07 +00:00
lib remove override from migration file (#1002) 2026-03-16 17:09:00 +05:45
LICENSES
src
templates
tests test: fix php unit test (#1014) 2026-04-24 15:43:18 +05:45
.eslintrc.js
.gitignore chore: enable keycloak by default (#1006) 2026-04-15 13:04:11 +05:45
.l10nignore
.php-cs-fixer.dist.php
AUTHORS.md
babel.config.js
bootstrap.php
CHANGELOG.md
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
package-lock.json
package.json
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