Integration of OpenProject project manager in Nextcloud
Перейти к файлу
Ferdinand Thiessen 99ff660cec
Merge pull request #705 from nextcloud/chore/remove-ilogger
chore: Remove deprecated ILogger
2024-09-15 00:35:27 +02: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 Review address 2024-04-11 11:37:08 +05:45
docs update smoke test docs (#669) 2024-07-29 12:38:13 +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 2024-09-12 01:04:24 +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 get rid of the directDownload page 2022-07-05 10:56:00 +02:00
tests chore: Remove deprecated ILogger 2024-09-15 00:35:07 +02:00
.eslintrc.js bump js libs, bring back eslint/stylelint at compilation, clarify/fix translations, add missing translations 2022-06-16 14:51:13 +02:00
.gitignore String fixes (#381) 2023-04-11 14:12:21 +05:45
.l10nignore basic auth with accesstoken ok 2021-02-24 13:56:53 +01:00
.php-cs-fixer.dist.php start implementing a reference provider and a reference widget that are used on NC >= 26 only (#399) 2023-06-26 15:59:46 +05:45
AUTHORS.md basic auth with accesstoken ok 2021-02-24 13:56:53 +01:00
CHANGELOG.md Release preparation for 2.7.0 (#702) 2024-09-11 12:51:33 +05:45
COPYING basic auth with accesstoken ok 2021-02-24 13:56:53 +01:00
README.md rearranging the readme file and create a docs (#612) 2024-04-05 09:16:07 +05:45
babel.config.js Bump version @nextcloud/vue to 8.12.0 (#654) 2024-07-30 10:31:23 +05:45
bootstrap.php remove notifications functionality 2022-12-05 11:59:06 +05:45
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 Amend docker-compose.yml (#183) 2022-07-26 17:14:06 +05:45
docker-compose.yml put apache config into a volume (#338) 2023-01-25 09:51:32 +05:45
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 [#43927] Replace the word notifications in dashboard header with a bell icon 2022-11-03 12:31:33 +05:45
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