nextcloud / approval

✅ Approve/disapprove files in the sidebar
GNU Affero General Public License v3.0
27 stars 8 forks source link

Files approval

✔ Approve or reject files/folders.

Warning: The DocuSign integration is no longer part of this app and can be installed with this app.

This app is integrated in the files list (Files app).

Admins can define approval workflows: who can request, who can approve/reject. Users can then request approval. Authorized users will be able to approve or reject.

Settings

There is an Approval admin settings section where you define workflows.

Workflow definition:

A pending tag can only be used in one approval workflow. Workflows can be chained. For example, if the approved tag of a workflow A is used as the pending tag of another workflow B, then once a file is approved by the workflow A, it becomes pending for the B one.

Tag assignment

There are 3 ways to assign a hidden tag to a file/folder:

Build

Just run:

make dev

or for production:

make build

Screenshots

1 2 3