No description
Find a file
Nextcloud bot 9af1ce4478
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-03 00:39:28 +00:00
.github chore(CI): Updating reuse.yml workflow from template 2024-12-26 14:17:43 +00:00
.tx chore(transifex): Setup transifex integration 2023-03-08 13:51:27 +01:00
appinfo chore: prepare v3.3.0, update CHANGELOG.md 2025-07-03 17:01:54 +03:00
build-js build-js/WebpackSPDXPlugin.js(reuse): Add SPDX license file generation 2024-11-26 17:45:07 +01:00
img docs(reuse): Add SPDX header 2024-11-27 19:20:26 +01:00
js chore(assets): Recompile assets 2025-08-29 15:03:43 +00:00
l10n fix(l10n): Update translations from Transifex 2025-10-03 00:39:28 +00:00
lib feat: chunked content reading with dynamic overlap, improve performance (#209) 2025-07-03 15:53:39 +03:00
LICENSES docs(reuse): Add licenses of compiled assets 2024-11-27 19:35:32 +01:00
src style(icons): Migrate to outline styled icon 2025-08-29 16:52:45 +02:00
templates docs(reuse): Add SPDX header 2024-11-27 19:20:26 +01:00
test feat: chunked content reading with dynamic overlap, improve performance (#209) 2025-07-03 15:53:39 +03:00
vendor chore: update vendor packages 2025-07-03 16:41:44 +03:00
.eslintrc.js docs(reuse): Add SPDX header 2024-11-27 19:20:26 +01:00
.gitignore docs(reuse): Add SPDX header 2024-11-27 19:20:26 +01:00
.l10nignore docs(reuse): Add SPDX header 2024-11-27 19:20:26 +01:00
.nextcloudignore fix(nextcloudignore): Add more files to .nextcloudignore 2025-03-31 10:41:48 +02:00
.php-cs-fixer.dist.php docs(reuse): Add SPDX header 2024-11-27 19:20:26 +01:00
AUTHORS.md docs(reuse): Add SPDX header 2024-11-27 19:20:26 +01:00
CHANGELOG.md chore: prepare v3.3.0, update CHANGELOG.md 2025-07-03 17:01:54 +03:00
composer.json chore: Make psalm run with lowest supported PHP version 2024-06-26 13:00:54 +02:00
composer.lock chore(deps): Bump smalot/pdfparser from 2.11.0 to 2.12.0 (#203) 2025-07-02 13:48:57 +00:00
COPYING Small fixes 2022-12-07 13:10:28 +01:00
krankerl.toml docs(reuse): Add SPDX header 2024-11-27 19:20:26 +01:00
Makefile v1.0.4 2023-08-29 13:01:15 +02:00
package-lock.json feat(deps): Add Nextcloud 32 support 2025-01-23 11:19:16 +01:00
package.json v3.2.0 2025-04-01 10:31:28 +02:00
psalm-baseline.xml feat: chunked content reading with dynamic overlap, improve performance (#209) 2025-07-03 15:53:39 +03:00
psalm.xml docs(reuse): Add SPDX header 2024-11-27 19:20:26 +01:00
README.md docs(readme): Add reuse status badge 2024-11-27 19:21:05 +01:00
REUSE.toml docs(reuse): Add js SVG coompiled asset license 2024-11-27 19:35:33 +01:00
stylelint.config.js docs(reuse): Add SPDX header 2024-11-27 19:20:26 +01:00
webpack.js docs(reuse): Add SPDX header 2024-11-27 19:20:26 +01:00

Confidential Files

REUSE status

This app allows administrators to define a set of classification labels that will be assigned to files as Nextcloud tags. For each classification label you can define a set of rules that govern when it will be assigned to a file, based on text content or TSCP/BAILS classification metadata.

The assigned tags can then be used with the files_accesscontrol app to restrict access to specific groups of users.

Install

  • Place this app in nextcloud/apps/

or

  • Install from the Nextcloud appstore

Building the app

The app can be built by using the provided Makefile by running:

make

This requires the following things to be present:

  • make
  • which
  • tar: for building the archive
  • curl: used if phpunit and composer are not installed to fetch them from the web
  • npm: for building and testing everything JS, only required if a package.json is placed inside the js/ folder