aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/src
Commit message (Expand)AuthorAgeFilesLines
* style(vue): satisfy linterArthur Schiwon2025-04-035-52/+50
* fix: properly set value in FileMimeTypeArthur Schiwon2025-04-031-3/+3
* refactor: remove mixing from FileMimeType as it is bad practiceArthur Schiwon2025-04-031-4/+9
* fix(workflowengine): adapt check operator RequestUserGroup to use web componentArthur Schiwon2025-04-032-8/+28
* fix(workflowengine): adapt check operator RequestUserAgent to use web componentArthur Schiwon2025-04-032-15/+27
* fix(workflowengine): adapt check operator RequestTime to use web componentArthur Schiwon2025-04-032-13/+20
* fix(workflowengine): adapt check operator RequestURL to use web componentArthur Schiwon2025-04-033-6/+22
* fix(workflowengine): use adapted mixin again in FileMimeTypeArthur Schiwon2025-04-032-32/+7
* fix(workflowengine): minimally adapt check operator FileMimeType to use web c...Arthur Schiwon2025-04-034-27/+64
* fix(workflowengine): adapt check operator FileSystemTag to use web componentArthur Schiwon2025-04-032-6/+26
* fix(workflowengine): require a web component as check pluginArthur Schiwon2025-04-032-5/+40
* fix(workflowengine): require a web component as operation pluginArthur Schiwon2025-04-033-4/+40
* refactor: Migrate nextcloud-vue usage to new import schemaFerdinand Thiessen2025-02-2011-31/+28
* refactor(styles): Adjust code style in SCSS sources to match our stylelint co...Ferdinand Thiessen2024-11-1910-8/+21
* fix: Adjust more places for logical positionFerdinand Thiessen2024-08-293-7/+6
* feat: Add bidi support in core directoryMostafa Ahangarha2024-08-295-14/+14
* fix(flow): cannot set customer user agentArthur Schiwon2024-08-261-1/+1
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-092-3/+4
* chore: Add SPDX headerAndy Scherzinger2024-05-3120-265/+59
* fix(workflowengine): Use correct event for searching for groupsFerdinand Thiessen2024-03-211-6/+15
* feat: rename users to account or personVincent Petry2024-02-131-1/+1
* fix(workflows): Finish password confirmationJoas Schilling2023-11-161-4/+3
* fix(workflowengine): Add an empty content when no flows are installed or conf...Ferdinand Thiessen2023-10-241-20/+44
* chore: Update nextcloud-vue to v8 beta2 and renamed changed propertiesFerdinand Thiessen2023-08-021-1/+1
* fix(workflowengine): Migrate from deprecated NcMultiselect to NcSelect componentFerdinand Thiessen2023-07-121-53/+25
* fix(flow): Revert invalid rename of check class for RequestTimeJulius Härtl2023-07-111-1/+1
* workflowengine: Stop using a service alias for controllerjld31032023-06-191-1/+1
* fix(workflowengine): Remove unused property track-byJoas Schilling2023-05-162-3/+0
* Use the color-primary-element* variablesSimon L2023-05-131-1/+1
* fix(workflowengine): Fix multiple UI issues in workflow engine admin settingsJoas Schilling2023-05-107-162/+174
* chore(npm): fix warning and buildJohn Molakvoæ2023-04-211-19/+18
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-2315-40/+40
* Convert tag ids to numberRobin Windey2023-02-271-1/+1
* Fix broken search for tags in workflow checksJoas Schilling2023-02-241-3/+3
* Use @nextcloud/vue MultiselectTags componentJoas Schilling2022-10-204-276/+3
* Fix unresponsive legacy password confirmation dialog with new dialog in VueChristopher Ng2022-09-141-1/+2
* Fix typos in apps/ subdirectoryluz paz2022-09-051-1/+1
* Fix rebasing issues and improve profile settings page a bit moreCarl Schwan2022-08-261-1/+1
* Various fixesCarl Schwan2022-08-261-1/+0
* Add Nc prefix to Nc vue component namesVincent Petry2022-08-2511-59/+67
* Bump @nextcloud/vue to 6.0.0-beta.3 and relatedVincent Petry2022-08-253-16/+16
* Fix eslint line breaksJoas Schilling2022-08-081-2/+8
* Add empty alt tags for decorative iconsJoas Schilling2022-08-082-5/+5
* Fix inverting on darkmode and spacingJoas Schilling2022-08-084-6/+23
* Merge branch 'master' into rakekniven-patch-1rakekniven2022-07-052-12/+22
|\
| * Use Button component to show more workflowsChristopher Ng2022-06-291-8/+14
| * Use SettingsSection in workflowengine settingsCarl Schwan2022-05-311-3/+7
| * Cleanup and compileJohn Molakvoæ2022-05-131-1/+1
* | l10n: Changed spellingrakekniven2022-05-161-1/+1
|/
* add vue button component in workflow rule.vueVanessa Pertsch2022-05-121-42/+27