No description
Find a file
Julien Veyssier 1a31431cbe
update npm pkgs
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2025-12-01 11:40:11 +01: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 remove useless config controller and routes 2025-12-01 11:30:33 +01: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 remove useless config controller and routes 2025-12-01 11:30:33 +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.3.0 2025-11-03 15:32:05 +01: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 update composer deps 2025-11-03 15:15:00 +01: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 update openapi specs 2025-11-03 15:15:42 +01:00
package-lock.json update npm pkgs 2025-12-01 11:40:11 +01:00
package.json update npm pkgs 2025-12-01 11:40:11 +01: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 update npm pkgs 2025-12-01 11:40:11 +01: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