aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/src/components/Checks/file.js
Commit message (Collapse)AuthorAgeFilesLines
* fix(workflowengine): minimally adapt check operator FileMimeType to use web ↵Arthur Schiwon2025-04-031-19/+3
| | | | | | component Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fix(workflowengine): adapt check operator FileSystemTag to use web componentArthur Schiwon2025-04-031-1/+18
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-311-20/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-231-3/+3
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Replace license information to SPDX expressionLouis Chemineau2022-01-111-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Bump js licensesJohn Molakvoæ (skjnldsv)2021-03-311-1/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* do not hide "matches" and "does not match" checkersArthur Schiwon2020-09-011-8/+4
| | | | | | | - they show up previously with / typed – end user needs to know about it - inconsistent with some other fields, that show it directly Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Set operation mode according to the mime type valueJulius Härtl2019-12-191-12/+15
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Bump eslint-config-nextcloud from 0.0.6 to 0.1.0dependabot-preview[bot]2019-12-191-11/+11
| | | | | | | | | | Bumps [eslint-config-nextcloud](https://github.com/nextcloud/eslint-config-nextcloud) from 0.0.6 to 0.1.0. - [Release notes](https://github.com/nextcloud/eslint-config-nextcloud/releases) - [Commits](https://github.com/nextcloud/eslint-config-nextcloud/compare/v0.0.6...v0.1.0) Co-authored-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix bugs with check pluginsJulius Härtl2019-10-291-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Split drone webpack testsJohn Molakvoæ (skjnldsv)2019-10-041-1/+1
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Workflow vue cleanupJulius Härtl2019-09-101-1/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add user group selectorJulius Härtl2019-09-101-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add tag selectorJulius Härtl2019-09-101-1/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Implement custom check components and fix lintingJulius Härtl2019-09-101-3/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move over checker pluginsJulius Härtl2019-09-101-0/+102
Signed-off-by: Julius Härtl <jus@bitgrid.net>