aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/src/components/Operation.vue
Commit message (Collapse)AuthorAgeFilesLines
* refactor(styles): Adjust code style in SCSS sources to match our stylelint ↵Ferdinand Thiessen2024-11-191-1/+1
| | | | | | config Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-311-0/+4
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-231-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Add Nc prefix to Nc vue component namesVincent Petry2022-08-251-4/+4
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Bump @nextcloud/vue to 6.0.0-beta.3 and relatedVincent Petry2022-08-251-4/+4
| | | | | | | | Update @nextcloud/vue to 6.0.0-beta.3 Update vue and vue-template-compiler to 2.7.8 Update calendar-availability-vue to 0.5.0-beta.1 to fix conflicts. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* add vue button component in workflow operation.vueVanessa Pertsch2022-05-121-5/+8
| | | | Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
* Fix action listing alignmentJulius Härtl2019-12-191-3/+5
| | | | 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-4/+4
| | | | | | | | | | 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 wordingJulius Härtl2019-11-261-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Small fixes for workflow frontendJulius Härtl2019-11-261-80/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Design fixesJulius Härtl2019-10-291-0/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Allow to select multiple eventsJulius Härtl2019-10-291-1/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Implement custom check components and fix lintingJulius Härtl2019-09-101-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Frontend polishingJulius Härtl2019-09-101-4/+13
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Make rule listing more compactJulius Härtl2019-09-101-2/+18
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Handle operator registration properlyJulius Härtl2019-09-101-0/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move to vuex storeJulius Härtl2019-09-101-23/+16
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Adjust to new backend URLsJulius Härtl2019-09-101-0/+6
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Use entity/event definitions from backendJulius Härtl2019-09-101-12/+13
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Unified workflow managementJulius Härtl2019-09-101-0/+83
Signed-off-by: Julius Härtl <jus@bitgrid.net>