Integration of OpenProject project manager in Nextcloud
Перейти к файлу
Nextcloud bot 84c8430a04
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-18 01:06:38 +00:00
.github Release preparation for 2.7.0 (#702) 2024-09-11 12:51:33 +05:45
.tx Release preparation for 2.7.0 (#702) 2024-09-11 12:51:33 +05:45
appinfo Release preparation for 2.7.0 (#702) 2024-09-11 12:51:33 +05:45
css
docs update smoke test docs (#669) 2024-07-29 12:38:13 +05:45
img
l10n Fix(l10n): Update translations from Transifex 2024-09-18 01:06:38 +00:00
lib chore: Remove deprecated ILogger 2024-09-15 00:35:07 +02:00
src [WP#5464]Apply `typeahead` with `debounce` while searching projects to create workpackage from Nextcloud (#664) 2024-08-08 12:39:56 +05:45
templates
tests chore: Remove deprecated ILogger 2024-09-15 00:35:07 +02:00
.eslintrc.js
.gitignore
.l10nignore
.php-cs-fixer.dist.php
AUTHORS.md
CHANGELOG.md Release preparation for 2.7.0 (#702) 2024-09-11 12:51:33 +05:45
COPYING
README.md
babel.config.js Bump version @nextcloud/vue to 8.12.0 (#654) 2024-07-30 10:31:23 +05:45
bootstrap.php
composer.json update cs-fix package and update composer (#693) 2024-09-02 14:04:40 +05:45
composer.lock update cs-fix package and update composer (#693) 2024-09-02 14:04:40 +05:45
docker-compose.override.example.yml
docker-compose.yml
integration_setup.sh Fix intendation for script `integration_setup.sh` (#692) 2024-08-28 11:33:24 +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 admin audit log for admin config integration setup (#640) 2024-07-02 14:43:45 +05:45
stylelint.config.js
testplan.md
webpack.js

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