No description
  • JavaScript 50.6%
  • PHP 43.8%
  • Makefile 3.9%
  • Vue 1.7%
Find a file
Joas Schilling 36566e3968
Merge pull request #1487 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-9.7.0
build(deps): Bump @nextcloud/vue from 9.6.0 to 9.7.0
2026-05-04 06:47:09 +02:00
.github ci(actions): Update workflow templates from organization template repository 2026-05-03 03:22:08 +00:00
.tx
appinfo
docs
img
l10n
lib fix: Migrate getById to getFirstNodeById 2026-02-03 12:20:21 +01:00
LICENSES
src
tests fix: Migrate getById to getFirstNodeById 2026-02-03 12:20:21 +01:00
vendor-bin ci(deps-dev): Bump vimeo/psalm in /vendor-bin/psalm 2026-03-21 02:48:13 +00:00
.eslintrc.js
.gitignore
.l10nignore
.php-cs-fixer.dist.php
AUTHORS.md
babel.config.js
CHANGELOG.md
composer.json
composer.lock chore(dev-deps): Bump nextcloud/ocp package 2026-05-03 03:21:48 +00:00
Makefile
package-lock.json build(deps): Bump @nextcloud/vue from 9.6.0 to 9.7.0 2026-05-02 03:27:22 +00:00
package.json build(deps): Bump @nextcloud/vue from 9.6.0 to 9.7.0 2026-05-02 03:27:22 +00:00
psalm.xml
README.md
REUSE.toml
stylelint.config.js
webpack.js

Nextcloud Files Automated Tagging App

REUSE status

An app for Nextcloud that automatically assigns tags to newly uploaded files based on some conditions.

The tags can later be used to control retention, file access, automatic script execution and more.

screenshot

How it works

To define tags, administrators can create and manage a set of rule groups. Each rule group consists of one or more rules combined through operators. Rules can include criteria like file type, size, time and more. A request matches a group if all rules evaluate to true. On uploading a file all defined groups are evaluated and when matching, the given tags are assigned to the file.