Approve/disapprove files in the sidebar
Перейти к файлу
Nextcloud bot ac7dc0cb4f
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-04 02:29:24 +00:00
.github/workflows add tests 2021-06-11 13:29:55 +02:00
.tx first working component injection in files sidebar 2021-03-11 15:03:02 +01:00
appinfo update CHANGELOG 2021-07-29 18:02:10 +02:00
css dashboard widget almost done 2021-07-23 14:30:58 +02:00
img polish readme, info, rule=>workflow, screenshots... 2021-05-20 13:28:11 +02:00
l10n [tx-robot] updated from transifex 2021-08-04 02:29:24 +00:00
lib widget is operational, fix: store an action when pending tag is manually assigned, display date for those pending nodes 2021-07-23 17:04:03 +02:00
src adjust eslint config 2021-07-29 19:33:24 +02:00
templates second round of design fix, 3rd review 2021-05-18 13:00:37 +02:00
tests fix tests 2021-07-23 15:58:36 +02:00
.eslintrc.js adjust eslint config 2021-07-29 19:33:24 +02:00
.gitignore enable hot module replacement (hmr) 2021-07-29 17:40:16 +02:00
.l10nignore first working component injection in files sidebar 2021-03-11 15:03:02 +01:00
AUTHORS.md first working component injection in files sidebar 2021-03-11 15:03:02 +01:00
CHANGELOG.md 1.0.4 2021-08-01 16:26:19 +02:00
COPYING first working component injection in files sidebar 2021-03-11 15:03:02 +01:00
README.md polish readme, info, rule=>workflow, screenshots... 2021-05-20 13:28:11 +02:00
composer.json fix composer.json pkg name 2021-06-28 11:24:06 +02:00
composer.lock begin to implement approval service tests 2021-06-11 10:18:53 +02:00
makefile first working component injection in files sidebar 2021-03-11 15:03:02 +01:00
package-lock.json attempt to fix build 2021-08-01 14:10:01 +02:00
package.json attempt to fix build 2021-08-01 14:10:01 +02:00
phpunit.xml beginning to implement tests 2021-06-11 10:18:53 +02:00
stylelint.config.js first working component injection in files sidebar 2021-03-11 15:03:02 +01:00
webpack.js dashboard widget almost done 2021-07-23 14:30:58 +02:00

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