summaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/src/components
Commit message (Collapse)AuthorAgeFilesLines
* fix(workflowengine): Remove unused property track-byJoas Schilling2023-05-162-3/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(workflowengine): Fix multiple UI issues in workflow engine admin settingsJoas Schilling2023-05-107-162/+174
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore(npm): fix warning and buildJohn Molakvoæ2023-04-211-19/+18
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-2313-36/+36
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Convert tag ids to numberRobin Windey2023-02-271-1/+1
| | | | | | Fix for #35645 Signed-off-by: GitHub <noreply@github.com>
* Fix broken search for tags in workflow checksJoas Schilling2023-02-241-3/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use @nextcloud/vue MultiselectTags componentJoas Schilling2022-10-204-276/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.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>
* 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-2511-59/+67
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Bump @nextcloud/vue to 6.0.0-beta.3 and relatedVincent Petry2022-08-253-16/+16
| | | | | | | | 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>
* Fix eslint line breaksJoas Schilling2022-08-081-2/+8
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add empty alt tags for decorative iconsJoas Schilling2022-08-082-5/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix inverting on darkmode and spacingJoas Schilling2022-08-083-4/+21
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge branch 'master' into rakekniven-patch-1rakekniven2022-07-052-12/+22
|\
| * 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>
| * Cleanup and compileJohn Molakvoæ2022-05-131-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | l10n: Changed spellingrakekniven2022-05-161-1/+1
|/ | | | | | | See https://en.wikipedia.org/wiki/MIME for details. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* add vue button component in workflow rule.vueVanessa Pertsch2022-05-121-42/+27
| | | | Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
* add vue button component in workflow operation.vueVanessa Pertsch2022-05-121-5/+8
| | | | Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
* Auto fix warningsLouis Chemineau2022-01-213-6/+3
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Replace license information to SPDX expressionLouis Chemineau2022-01-115-5/+5
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Bump @nextcloud/router from 1.2.0 to 2.0.0dependabot[bot]2021-07-231-1/+1
| | | | | | | | | | Bumps [@nextcloud/router](https://github.com/nextcloud/nextcloud-router) from 1.2.0 to 2.0.0. - [Release notes](https://github.com/nextcloud/nextcloud-router/releases) - [Changelog](https://github.com/nextcloud/nextcloud-router/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-router/compare/v1.2.0...v2.0.0) Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Fix eslint and update bundlesJohn Molakvoæ (skjnldsv)2021-07-223-2/+11
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* l10n: Spelling unificationValdnet2021-06-021-1/+1
| | | | | | Spelling unification in Transifex. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* Bump js licensesJohn Molakvoæ (skjnldsv)2021-03-315-5/+10
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Show group display name in workflowsJoas Schilling2020-09-161-7/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.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>
* fix event icon sizes and text alignmentArthur Schiwon2020-08-212-7/+10
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Bump compiled filesJohn Molakvoæ (skjnldsv)2020-07-313-4/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Extends office documents pattern to match open documents.Daniel Kesselberg2020-06-081-1/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Fix linter warnings in workflowengineRoeland Jago Douma2020-05-072-3/+5
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Fix workflow UIJoas Schilling2020-04-239-13/+13
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Inline usages of OCP.Toast in bundled filesChristoph Wurst2020-04-061-1/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove legacy js packagesRoeland Jago Douma2020-03-221-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 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 regex for office documentsDaniel Kesselberg2020-03-021-1/+1
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Add a shortcut for FoldersJoas Schilling2020-02-171-0/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Migrate to @nextcloud/vue 1.x.xJohn Molakvoæ (skjnldsv)2020-01-229-13/+13
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fallback to proper default valuesJulius Härtl2020-01-092-1/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Refactor validity propagationJulius Härtl2020-01-023-23/+28
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix spacing between text and iconJulius Härtl2019-12-271-2/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Autofocus new filter and display proper error messagesJulius Härtl2019-12-272-4/+16
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* 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>
* Allow selecting other event types (fix #18510)Julius Härtl2019-12-271-1/+15
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Set operation mode according to the mime type valueJulius Härtl2019-12-193-15/+22
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix action listing alignmentJulius Härtl2019-12-192-4/+6
| | | | 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-1915-135/+135
| | | | | | | | | | 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-262-6/+9
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>