aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workflowengine
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-12-20112-292/+292
|
* Bump bundlesJulius Härtl2019-12-192-6/+6
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Set operation mode according to the mime type valueJulius Härtl2019-12-194-21/+28
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix action listing alignmentJulius Härtl2019-12-193-5/+11
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #17705 from ↵Christoph Wurst2019-12-1921-160/+160
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/eslint-config-nextcloud-0.1.0 Bump eslint-config-nextcloud from 0.0.6 to 0.1.0
| * Bump eslint-config-nextcloud from 0.0.6 to 0.1.0dependabot-preview[bot]2019-12-1921-160/+160
| | | | | | | | | | | | | | | | | | | | 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>
* | Merge pull request #18162 from nextcloud/enh/noid/url-fileentityblizzz2019-12-191-1/+13
|\ \ | |/ |/| flow file entity to provide the internal URL
| * flow file entity to provide the internal URLArthur Schiwon2019-12-131-1/+13
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Flows that are managing themselves do not necessarily set the entityArthur Schiwon2019-12-181-8/+10
| | | | | | | | | | | | | | for instance files_automatedtagging, which works on a lower level. Fixes a Call to a member function isLegitimatedForUserId() on null. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | pass the proper storage-internal pathArthur Schiwon2019-12-171-1/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #18430 from nextcloud/fix/noid/double-flowRoeland Jago Douma2019-12-162-2/+2
|\ \ | | | | | | Fix/noid/double flow
| * | lower to debug, since we fire two events, so it is legitimateArthur Schiwon2019-12-161-1/+1
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | do not add (user) flows twiceArthur Schiwon2019-12-161-1/+1
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Bump serialize-javascript to v2.1.2Christoph Wurst2019-12-162-2/+2
|/ / | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Bump css-loader from 3.2.1 to 3.3.2dependabot-preview[bot]2019-12-162-4/+4
| | | | | | | | | | | | | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.2.1 to 3.3.2. - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-loader/compare/v3.2.1...v3.3.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2019-12-152-2/+2
|/
* Allow to specify apps that somethign is a dirJoas Schilling2019-12-103-6/+18
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Improve mimetype detection in workflow componentsJoas Schilling2019-12-101-82/+13
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2019-12-102-0/+12
|
* [tx-robot] updated from transifexNextcloud bot2019-12-092-2/+36
|
* [tx-robot] updated from transifexNextcloud bot2019-12-072-8/+8
|
* Make sure event names is always an arrayJulius Härtl2019-12-062-3/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2019-12-032-0/+16
|
* [tx-robot] updated from transifexNextcloud bot2019-12-024-0/+174
|
* [tx-robot] updated from transifexNextcloud bot2019-12-016-32/+32
|
* [tx-robot] updated from transifexNextcloud bot2019-11-3022-0/+254
|
* [tx-robot] updated from transifexNextcloud bot2019-11-2920-14/+188
|
* adjust unit testArthur Schiwon2019-11-281-1/+5
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Set fileInfo in the rule matcherJulius Härtl2019-11-281-0/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* add convenience interfaces so entities can provide presentable detailsArthur Schiwon2019-11-282-3/+71
| | | | | | the File entity starts with a display text (used by talk) Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* expose user of running flowsArthur Schiwon2019-11-281-0/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* allow user flows when the acting user is legitimate, but not its ownerArthur Schiwon2019-11-284-30/+145
| | | | | | for instance, when a sharee changes a file, the owner can act upon Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #18064 from nextcloud/feature/php74Roeland Jago Douma2019-11-284-5/+5
|\ | | | | Add php7.4 support
| * Mode to modern phpunitRoeland Jago Douma2019-11-271-1/+1
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Make phpunit8 compatibleRoeland Jago Douma2019-11-274-5/+5
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2019-11-28112-164/+134
|/
* Merge pull request #17997 from nextcloud/enh/workflow-frontendRoeland Jago Douma2019-11-278-107/+150
|\ | | | | More workflow frontend polishing
| * Bump bundlesJulius Härtl2019-11-262-15/+15
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Fix wordingJulius Härtl2019-11-262-6/+9
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Rename to flowJulius Härtl2019-11-261-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Add cancel button to restore previously saved ruleJulius Härtl2019-11-261-4/+15
| | | | | | | | 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-265-87/+112
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2019-11-272-0/+4
|/
* [tx-robot] updated from transifexNextcloud bot2019-11-264-2/+22
|
* Merge pull request #18079 from nextcloud/fixes/phpcsRoeland Jago Douma2019-11-253-4/+2
|\ | | | | Some php-cs fixes
| * Some php-cs fixesRoeland Jago Douma2019-11-223-4/+2
| | | | | | | | | | | | | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Bump @babel/core from 7.7.2 to 7.7.4dependabot-preview[bot]2019-11-242-3/+3
|/ | | | | | | | | | Bumps [@babel/core](https://github.com/babel/babel) from 7.7.2 to 7.7.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.7.2...v7.7.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2019-11-212-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2019-11-204-4/+6
|