aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/src/store.js
Commit message (Collapse)AuthorAgeFilesLines
* fix(workflows): Finish password confirmationJoas Schilling2023-11-161-4/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-231-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix unresponsive legacy password confirmation dialog with new dialog in VueChristopher Ng2022-09-141-1/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Replace license information to SPDX expressionLouis Chemineau2022-01-111-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Typing correctionsLouis Chemineau2022-01-111-4/+3
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Eslint fixJohn Molakvoæ (skjnldsv)2022-01-081-3/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump js licensesJohn Molakvoæ (skjnldsv)2021-03-311-1/+5
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* 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-0/+1
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Filter disabled operations out of the rule listJulius Härtl2020-01-091-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Only ask for password when updating admin rulesJulius Härtl2020-01-021-1/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix spacing between text and iconJulius Härtl2019-12-271-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Autofocus new filter and display proper error messagesJulius Härtl2019-12-271-1/+3
| | | | 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-9/+9
| | | | | | | | | | 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 operation list when scope is limitedJulius Härtl2019-10-291-1/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Use the external initial state implementationChristoph Wurst2019-10-121-5/+6
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Switch to @nextcloud/axios for the CSRF update fixChristoph Wurst2019-10-051-1/+1
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Comply to eslintJohn Molakvoæ (skjnldsv)2019-10-011-1/+5
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix check listingJulius Härtl2019-09-151-1/+1
| | | | 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>
* Load checks from the backendJulius Härtl2019-09-101-9/+17
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Allow placeholder and validation without custom vue componentJulius Härtl2019-09-101-1/+5
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Handle operator registration properlyJulius Härtl2019-09-101-5/+8
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Migrate plugins to vuex storeJulius Härtl2019-09-101-0/+12
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add missing filesJulius Härtl2019-09-101-0/+137
Signed-off-by: Julius Härtl <jus@bitgrid.net>