Ferdinand Thiessen
8617265a48
fix(workflowengine): Use correct event for searching for groups
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-03-21 14:24:46 +07:00
Vincent Petry
839ddaa354
feat: rename users to account or person
...
Replace translated text in most locations
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2024-02-13 21:06:30 +07:00
Joas Schilling
d8ffbed2c2
fix(workflows): Finish password confirmation
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-11-16 06:25:42 +07:00
Ferdinand Thiessen
5b18099112
fix(workflowengine): Add an empty content when no flows are installed or configured
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-10-24 15:52:32 +07:00
Ferdinand Thiessen
663db2bb34
chore: Update nextcloud-vue to v8 beta2 and renamed changed properties
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-08-02 15:19:26 +07:00
Ferdinand Thiessen
33a62681d9
fix(workflowengine): Migrate from deprecated NcMultiselect to NcSelect component
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-07-12 17:53:50 +07:00
Julius Härtl
cae07aeda2
fix(flow): Revert invalid rename of check class for RequestTime
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-07-11 07:28:10 +07:00
jld3103
efb7448cd2
workflowengine: Stop using a service alias for controller
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
2023-06-19 09:43:44 +07:00
Joas Schilling
ae586e25f8
fix(workflowengine): Remove unused property track-by
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-05-16 15:22:55 +07:00
Simon L
f5e8268ced
Use the color-primary-element* variables
...
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-05-13 10:15:33 +07:00
Joas Schilling
c20fd9f91f
fix(workflowengine): Fix multiple UI issues in workflow engine admin settings
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-05-10 11:59:29 +07:00
John Molakvoæ
ab431999c3
chore(npm): fix warning and build
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-04-21 14:01:41 +07:00
John Molakvoæ
8633f13e0a
chore(eslint): fix missing import extensions
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-03-23 08:14:19 +07:00
Robin Windey
dd89c4d41d
Convert tag ids to number
...
Fix for #35645
Signed-off-by: GitHub <noreply@github.com>
2023-02-27 12:09:04 +07:00
Joas Schilling
5c432ffffa
Fix broken search for tags in workflow checks
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-02-24 10:19:27 +07:00
Joas Schilling
46bf96ee29
Use @nextcloud/vue MultiselectTags component
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-10-20 17:05:40 +07:00
Christopher Ng
26535e4856
Fix unresponsive legacy password confirmation dialog with new dialog in Vue
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-09-14 17:23:22 +07:00
luz paz
9d26671f05
Fix typos in apps/ subdirectory
...
Found via `codespell -q 3 -S l10n,./apps/files_external/3rdparty -L adn,ba,boxs,keypair,jus,optionel,ressource,tabel ./apps/`
Signed-off-by: luz paz <luzpaz@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-09-05 12:59:54 +07:00
Carl Schwan
f1ce2c2b93
Fix rebasing issues and improve profile settings page a bit more
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-26 19:51:10 +07:00
Carl Schwan
2f30d3227f
Various fixes
...
- 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>
2022-08-26 19:49:00 +07:00
Vincent Petry
d0473214cd
Add Nc prefix to Nc vue component names
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-08-25 08:38:00 +07:00
Vincent Petry
7080187958
Bump @nextcloud/vue to 6.0.0-beta.3 and related
...
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>
2022-08-25 08:37:46 +07:00
Joas Schilling
f47f9c6785
Fix eslint line breaks
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-08 13:41:07 +07:00
Joas Schilling
5c8e949a55
Add empty alt tags for decorative icons
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-08 13:03:45 +07:00
Joas Schilling
fb53842a61
Fix inverting on darkmode and spacing
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-08 12:57:14 +07:00
rakekniven
82e96cd89a
Merge branch 'master' into rakekniven-patch-1
2022-07-05 14:21:34 +07:00
Christopher Ng
5f02663975
Use Button component to show more workflows
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-06-29 16:52:33 +07:00
Carl Schwan
30d7763edc
Use SettingsSection in workflowengine settings
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-05-31 08:38:50 +07:00
rakekniven
ec6f28b52d
l10n: Changed spelling
...
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>
2022-05-16 20:17:25 +07:00
John Molakvoæ
73918b8af9
Cleanup and compile
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-05-13 16:13:00 +07:00
Vanessa Pertsch
dd8fc35396
add vue button component in workflow rule.vue
...
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
2022-05-12 16:16:59 +07:00
Vanessa Pertsch
d6698c160a
add vue button component in workflow operation.vue
...
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
2022-05-12 16:16:59 +07:00
Louis Chemineau
e101882b92
Auto fix warnings
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-01-21 13:13:52 +07:00
Louis Chemineau
14e57bf70a
Replace license information to SPDX expression
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-01-11 17:26:40 +07:00
Louis Chemineau
d92cbf5149
Typing corrections
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-01-11 17:12:55 +07:00
John Molakvoæ (skjnldsv)
74b9803108
Eslint fix
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2022-01-08 10:14:05 +07:00
dependabot[bot]
6e5191b702
Bump @nextcloud/router from 1.2.0 to 2.0.0
...
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>
2021-07-23 15:56:28 +07:00
John Molakvoæ (skjnldsv)
7ca81f360f
Fix eslint and update bundles
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-07-22 13:21:25 +07:00
Valdnet
9c6b01abeb
l10n: Spelling unification
...
Spelling unification in Transifex.
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2021-06-02 17:49:32 +07:00
John Molakvoæ (skjnldsv)
3e624dc399
Bump js licenses
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-03-31 12:17:18 +07:00
Joas Schilling
f9b4084f52
Show group display name in workflows
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-16 15:34:10 +07:00
Arthur Schiwon
2a00c47943
do not hide "matches" and "does not match" checkers
...
- 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>
2020-09-01 10:29:46 +07:00
Arthur Schiwon
6bdcbeae93
fix event icon sizes and text alignment
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-08-21 16:28:45 +07:00
John Molakvoæ (skjnldsv)
0f8aca9d87
Bump compiled files
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-07-31 09:26:43 +07:00
Daniel Kesselberg
948769cf7a
Extends office documents pattern to match open documents.
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-06-08 23:56:28 +07:00
Roeland Jago Douma
e3bb6b69ea
Fix linter warnings in workflowengine
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-05-07 19:39:24 +07:00
Joas Schilling
335b1f15f3
Fix workflow UI
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-23 13:52:04 +07:00
Christoph Wurst
8119e0b18e
Inline usages of OCP.Toast in bundled files
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-06 17:19:57 +07:00
Christoph Wurst
fa9c206fc8
Migrate from @babel/polyfill to core-js@3
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-26 13:22:35 +07:00
Roeland Jago Douma
939535f51f
Remove legacy js packages
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-03-22 12:27:54 +07:00