aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/src/components/Workflow.vue
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-311-0/+4
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(workflowengine): Add an empty content when no flows are installed or ↵Ferdinand Thiessen2023-10-241-20/+44
| | | | | | configured Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Update nextcloud-vue to v8 beta2 and renamed changed propertiesFerdinand Thiessen2023-08-021-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-231-6/+6
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Various fixesCarl Schwan2022-08-261-1/+0
| | | | | | | | | | | | | | - Fix user status dialog - Add label where missing - Move emoji picker inside input field (similar to talk) - Fix selecting an emoji - Fix multiselect - Fix button with confirmation action - Fix some other unrelated dark theme issues - Fix select2 focus - Run npm lint:fix Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Add Nc prefix to Nc vue component namesVincent Petry2022-08-251-8/+8
| | | | 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>
* Use Button component to show more workflowsChristopher Ng2022-06-291-8/+14
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Use SettingsSection in workflowengine settingsCarl Schwan2022-05-311-3/+7
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* l10n: Spelling unificationValdnet2021-06-021-1/+1
| | | | | | Spelling unification in Transifex. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* Hide card for apps store if disabledDaniel Kesselberg2020-03-161-3/+3
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Fix app store link and hide it for users (fix #18495 #18500)Julius Härtl2019-12-271-2/+9
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix action listing alignmentJulius Härtl2019-12-191-1/+1
| | | | 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-7/+7
| | | | | | | | | | 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-5/+8
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add hint about developer docsJulius Härtl2019-11-261-0/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Small fixes for workflow frontendJulius Härtl2019-11-261-2/+28
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Comply to eslintJohn Molakvoæ (skjnldsv)2019-10-011-2/+5
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Frontend polishingJulius Härtl2019-09-101-5/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move to vuex storeJulius Härtl2019-09-101-71/+45
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Adjust to new backend URLsJulius Härtl2019-09-101-13/+20
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Use entity/event definitions from backendJulius Härtl2019-09-101-9/+12
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Unified workflow managementJulius Härtl2019-09-101-0/+146
Signed-off-by: Julius Härtl <jus@bitgrid.net>