Approve/disapprove files in the sidebar
Перейти к файлу
John Molakvoæ efb4452c4b
chore: add lint-php-cs.yml
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-07-09 11:37:35 +02:00
.github chore: add lint-php-cs.yml 2023-07-09 11:37:35 +02:00
.tx
appinfo
css
img
js
l10n
lib
src
templates
tests
.eslintrc.js
.gitignore
.l10nignore
AUTHORS.md
CHANGELOG.md
COPYING
README.md
composer.json fix: composer phpunit commands 2023-07-09 11:30:08 +02:00
composer.lock
makefile
package-lock.json
package.json
stylelint.config.js
webpack.config.js

README.md

Files approval

✔ Approve or reject files/folders.

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.

Files can optionally be signed with DocuSign or LibreSign.

Settings

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

Workflow definition:

  • A workflow title
  • A list of users, groups and circles who can request approval
  • A list of users, groups and circles who can approve or reject
  • A pending tag: the tag meaning approval was requested and elements can be approved or rejected
  • An approved tag: the assigned tag when elements get approved
  • A rejected tag: the assigned tag when elements get rejected

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:

  • Click the "Request approval" button in Files sidebar
  • Admins can see and use hidden tags like classic tags. So they can be manually assigned.
  • Via the Files Automated Tagging App

Build

Just run:

make dev

or for production:

make build

Screenshots

1 2 3