Integration of OpenProject project manager in Nextcloud
Перейти к файлу
Sagar Gurung c1384c2f6c
Added authentication method selection in integration setup (#737)
* added oidc based authorization in integration

Signed-off-by: Sagar <sagargurung1001@gmail.com>

* Added change log

Signed-off-by: Sagar <sagargurung1001@gmail.com>

* review address PR

Signed-off-by: Sagar <sagargurung1001@gmail.com>

* Added link to user oidc app

Signed-off-by: Sagar <sagargurung1001@gmail.com>

---------

Signed-off-by: Sagar <sagargurung1001@gmail.com>
2025-01-10 12:10:11 +05:45
.github Added authentication method selection in integration setup (#737) 2025-01-10 12:10:11 +05:45
.tx Release preparation for 2.7.0 (#702) 2024-09-11 12:51:33 +05:45
appinfo Merge pull request #747 from nextcloud/release/2.7 2024-12-16 11:27:07 +05:45
css Review address 2024-04-11 11:37:08 +05:45
dev chore: merge back release/2.7 branch (#750) 2025-01-02 14:56:10 +05:45
docs chore: merge back release/2.7 branch (#750) 2025-01-02 14:56:10 +05:45
img [#51662] Update Nextcloud integration description in NC app store 2024-01-17 09:44:03 +05:45
l10n Fix(l10n): Update translations from Transifex 2025-01-01 01:09:20 +00:00
lib Added authentication method selection in integration setup (#737) 2025-01-10 12:10:11 +05:45
src Added authentication method selection in integration setup (#737) 2025-01-10 12:10:11 +05:45
templates
tests Added authentication method selection in integration setup (#737) 2025-01-10 12:10:11 +05:45
.eslintrc.js
.gitignore chore: merge back release/2.7 branch (#750) 2025-01-02 14:56:10 +05:45
.l10nignore
.php-cs-fixer.dist.php
AUTHORS.md
CHANGELOG.md Added authentication method selection in integration setup (#737) 2025-01-10 12:10:11 +05:45
COPYING
README.md chore: merge back release/2.7 branch (#750) 2025-01-02 14:56:10 +05:45
babel.config.js Bump version @nextcloud/vue to 8.12.0 (#654) 2024-07-30 10:31:23 +05:45
bootstrap.php
composer.json [Backport] update php-cs-fixer version #741 (#742) 2024-11-28 09:14:27 +05:45
composer.lock [Backport] update php-cs-fixer version #741 (#742) 2024-11-28 09:14:27 +05:45
docker-compose.override.example.yml
docker-compose.yml
integration_setup.sh Refactor integration script (#711) 2024-10-08 15:52:54 +05:45
jest.config.js Bump version @nextcloud/vue to 8.12.0 (#654) 2024-07-30 10:31:23 +05:45
makefile test real images (#666) 2024-08-05 13:24:06 +05:45
package-lock.json Bump version @nextcloud/vue to 8.12.0 (#654) 2024-07-30 10:31:23 +05:45
package.json Release preparation for 2.7.0 (#702) 2024-09-11 12:51:33 +05:45
phpunit.xml change the port number to 7300 2024-08-09 16:26:16 +05:45
psalm.xml Added authentication method selection in integration setup (#737) 2025-01-10 12:10:11 +05:45
stylelint.config.js
testplan.md Update manual test plan (#449) 2023-08-07 12:29:57 +05:45
webpack.js Added files action for NC-18 and greater with compatibility backward (#515) 2023-12-06 11:56:10 +05:45

README.md

🔗 OpenProject Integration

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