No description
  • JavaScript 50.6%
  • PHP 43.8%
  • Makefile 3.9%
  • Vue 1.7%
Find a file
Nextcloud bot 79a4bdd544
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-06-11 00:49:38 +00:00
.github ci(actions): Update workflow templates from organization template repository 2026-06-07 03:26:41 +00:00
.tx [tx-robot] Update transifex configuration 2022-10-01 02:26:55 +00:00
appinfo feat(deps): Add Nextcloud 35 support on main 2026-05-16 00:49:50 +02:00
docs fix(SPDX): Move to generic header 2024-04-30 14:38:54 +02:00
img fix(icon): Add real size to SVG to fix iOS 2024-04-30 14:39:49 +02:00
l10n fix(l10n): Update translations from Transifex 2026-06-11 00:49:38 +00:00
lib chore(cs): Apply autofixes 2026-06-08 16:27:42 +02:00
LICENSES ci(psalm): Add psalm 2024-07-25 10:11:20 +02:00
src chore: migrate to Vue 3 2025-11-18 14:24:04 +01:00
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 Node 14 npm7 2021-06-21 10:16:34 +02:00
.gitignore build(dev-deps): use vendor-bin to separate dev from production dependencies 2025-04-22 21:43:45 +02:00
.l10nignore Node 14 npm7 2021-06-21 10:16:34 +02:00
.php-cs-fixer.dist.php fix(SPDX): Move to generic header 2024-04-30 14:38:54 +02:00
AUTHORS.md fix(SPDX): Move to generic header 2024-04-30 14:38:54 +02:00
babel.config.js Node 14 npm7 2021-06-21 10:16:34 +02:00
CHANGELOG.md chore(release): Release v5.0.0 2026-05-11 07:42:45 +02:00
composer.json build(dev-deps): use vendor-bin to separate dev from production dependencies 2025-04-22 21:43:45 +02:00
composer.lock Merge pull request #1531 from nextcloud/dependabot/composer/nextcloud/coding-standard-1.5.0 2026-06-08 14:45:51 +00:00
Makefile fix: Remove CI file from package 2024-07-25 10:58:13 +02:00
package-lock.json build(deps-dev): Bump shell-quote from 1.8.3 to 1.8.4 2026-06-09 17:31:32 +00:00
package.json feat(deps): Add Nextcloud 35 support on main 2026-05-16 00:49:50 +02:00
psalm.xml fix: Trigger tagging for per-folder storage groupfolders 2026-01-22 10:47:18 +01:00
README.md feat(reuse): Add badge 2024-05-06 09:56:12 +02:00
REUSE.toml chore: Migrate REUSE to TOML 2024-07-08 18:52:31 +02:00
stylelint.config.js Node 14 npm7 2021-06-21 10:16:34 +02:00
webpack.js Node 14 npm7 2021-06-21 10:16:34 +02:00

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.