No description
Find a file
2025-07-03 11:24:27 +02:00
.github add psalm-matrix 2025-06-04 16:25:40 +02:00
.tx almost done 2024-06-26 15:59:06 +02:00
appinfo prepare 1.2.0 2025-07-03 11:23:14 +02:00
img 1.0.1 2024-08-13 11:31:56 +02:00
l10n almost done 2024-06-26 15:59:06 +02:00
lib update composer deps, run cs:fix 2025-01-09 10:56:29 +01:00
src migrate to vue 3, nc/vue 9, stick with webpack 2025-06-26 13:28:44 +02:00
templates almost done 2024-06-26 15:59:06 +02:00
tests chore: use psalm 6 2025-06-04 16:20:48 +02:00
.eslintrc.cjs migrate to vue 3, nc/vue 9, stick with webpack 2025-06-26 13:28:44 +02:00
.gitignore change signature logic, improve style 2024-06-26 17:23:55 +02:00
.l10nignore almost done 2024-06-26 15:59:06 +02:00
.nextcloudignore almost done 2024-06-26 15:59:06 +02:00
.php-cs-fixer.dist.php almost done 2024-06-26 15:59:06 +02:00
AUTHORS.md almost done 2024-06-26 15:59:06 +02:00
CHANGELOG.md prepare 1.2.0 2025-07-03 11:23:14 +02:00
CODE_OF_CONDUCT.md almost done 2024-06-26 15:59:06 +02:00
composer.json chore: use psalm 6 2025-06-04 16:20:48 +02:00
composer.lock chore: use psalm 6 2025-06-04 16:20:48 +02:00
COPYING almost done 2024-06-26 15:59:06 +02:00
krankerl.toml almost done 2024-06-26 15:59:06 +02:00
openapi.json write openapi specs 2024-08-13 11:07:14 +02:00
package-lock.json migrate to vue 3, nc/vue 9, stick with webpack 2025-06-26 13:28:44 +02:00
package.json migrate to vue 3, nc/vue 9, stick with webpack 2025-06-26 13:28:44 +02:00
psalm.xml add psalm-matrix 2025-06-04 16:25:40 +02:00
README.md 1.0.0 2024-08-13 11:12:37 +02:00
stylelint.config.cjs migrate to vue 3, nc/vue 9, stick with webpack 2025-06-26 13:28:44 +02:00
webpack.js almost done 2024-06-26 15:59:06 +02:00

Approve links in Nextcloud

Generate approval links in Nextcloud.

If you want to get something approved, you can generate an approve link with this app. The generated link leads to an approval page with a description and 2 buttons to approve or reject. Clicking on those buttons will perform a request to the approve or reject callback URI.

You can generate a link with this API endpoint:

POST /ocs/v2.php/apps/approve_links/api/v1/link

This endpoint can only be used by users and groups that were authorized in the Administration priviledges Approve links generation section in the admin settings.

You must provide the following parameters:

  • approveCallbackUri: (string, required) The callback URI to request when the approve button is clicked
  • rejectCallbackUri: (string, required) The callback URI to request when the reject button is clicked
  • description: (string, required) The description displayed in the approval page