aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/src/components/Check.vue
Commit message (Collapse)AuthorAgeFilesLines
* fix(workflowengine): adapt check operator RequestURL to use web componentArthur Schiwon2025-04-031-2/+3
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fix(workflowengine): minimally adapt check operator FileMimeType to use web ↵Arthur Schiwon2025-04-031-2/+2
| | | | | | component Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fix(workflowengine): require a web component as check pluginArthur Schiwon2025-04-031-3/+30
| | | | | | | | Similar case as with operator plugins (check previous commit). Although we are not aware of an existign problem, it is there in principle, and asjusting the API we stay consistent with that one from the operations. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* refactor: Migrate nextcloud-vue usage to new import schemaFerdinand Thiessen2025-02-201-3/+3
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* refactor(styles): Adjust code style in SCSS sources to match our stylelint ↵Ferdinand Thiessen2024-11-191-0/+2
| | | | | | config Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Adjust more places for logical positionFerdinand Thiessen2024-08-291-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat: Add bidi support in core directoryMostafa Ahangarha2024-08-291-1/+1
| | | | Signed-off-by: Mostafa Ahangarha <ahangarha@riseup.net>
* chore: Add SPDX headerAndy Scherzinger2024-05-311-0/+4
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(workflowengine): Remove unused property track-byJoas Schilling2023-05-161-2/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(workflowengine): Fix multiple UI issues in workflow engine admin settingsJoas Schilling2023-05-101-29/+30
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-231-3/+3
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix rebasing issues and improve profile settings page a bit moreCarl Schwan2022-08-261-1/+1
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Add Nc prefix to Nc vue component namesVincent Petry2022-08-251-11/+11
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Fix eslint and update bundlesJohn Molakvoæ (skjnldsv)2021-07-221-0/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump compiled filesJohn Molakvoæ (skjnldsv)2020-07-311-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix workflow UIJoas Schilling2020-04-231-3/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Migrate to @nextcloud/vue 1.x.xJohn Molakvoæ (skjnldsv)2020-01-221-3/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fallback to proper default valuesJulius Härtl2020-01-091-0/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Refactor validity propagationJulius Härtl2020-01-021-4/+5
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Autofocus new filter and display proper error messagesJulius Härtl2019-12-271-1/+6
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Set operation mode according to the mime type valueJulius Härtl2019-12-191-2/+7
| | | | 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-10/+10
| | | | | | | | | | 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>
* Small fixes for workflow frontendJulius Härtl2019-11-261-3/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Design fixesJulius Härtl2019-10-291-7/+5
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix input size and ellipsisJulius Härtl2019-10-291-0/+8
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix minor styling issues with the user agent pickerJulius Härtl2019-10-291-1/+12
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Properly validate individual checksJulius Härtl2019-10-291-2/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix remaining comments from #16706Julius Härtl2019-10-291-11/+6
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Comply to eslintJohn Molakvoæ (skjnldsv)2019-10-011-10/+27
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Workflow vue cleanupJulius Härtl2019-09-101-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Implement custom check components and fix lintingJulius Härtl2019-09-101-11/+17
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Frontend polishingJulius Härtl2019-09-101-0/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move over checker pluginsJulius Härtl2019-09-101-2/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Load checks from the backendJulius Härtl2019-09-101-3/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Allow placeholder and validation without custom vue componentJulius Härtl2019-09-101-4/+37
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Handle operator registration properlyJulius Härtl2019-09-101-1/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Migrate plugins to vuex storeJulius Härtl2019-09-101-10/+23
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move to vuex storeJulius Härtl2019-09-101-69/+65
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Adjust to new backend URLsJulius Härtl2019-09-101-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Use entity/event definitions from backendJulius Härtl2019-09-101-10/+6
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Unified workflow managementJulius Härtl2019-09-101-0/+104
Signed-off-by: Julius Härtl <jus@bitgrid.net>