aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workflowengine
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-10-222-0/+38
|
* Merge pull request #17545 from nextcloud/bugfix/noid/workflow-catchRoeland Jago Douma2019-10-211-6/+11
|\ | | | | Ignore unavailable entity/operation classes
| * Ignore unavailable entity/operation classesJulius Härtl2019-10-151-6/+11
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #17603 from ↵Roeland Jago Douma2019-10-212-3/+3
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/moment-timezone-0.5.27 Bump moment-timezone from 0.5.26 to 0.5.27
| * | Bump moment-timezone from 0.5.26 to 0.5.27dependabot-preview[bot]2019-10-202-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.26 to 0.5.27. - [Release notes](https://github.com/moment/moment-timezone/releases) - [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md) - [Commits](https://github.com/moment/moment-timezone/compare/0.5.26...0.5.27) 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-10-212-0/+12
|/ /
* | [tx-robot] updated from transifexNextcloud bot2019-10-202-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2019-10-182-0/+6
|/
* Only cache the mimetype if the file existsJoas Schilling2019-10-141-15/+35
| | | | | | | | | | | | | Otherwise files access control will cache "application/octet-stream" for all the target node on: rename, move, copy and all other methods which create a new item To check this: 1. Add an automated tagging rule which tags on mimetype NOT "httpd/unix-directory" 2. Add an access control rule which checks for any mimetype 3. Create a folder and rename it, the folder should not be tagged, but it is Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump nextcloud-vue from 0.12.4 to 0.12.6dependabot-preview[bot]2019-10-132-46/+46
| | | | | | | | | Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.12.4 to 0.12.6. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.12.4...v0.12.6) 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-10-132-0/+72
|
* Use the external initial state implementationChristoph Wurst2019-10-124-22/+25
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2019-10-122-0/+74
|
* Bump nextcloud/event-bus to 0.2.1Roeland Jago Douma2019-10-112-10/+10
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2019-10-092-0/+18
|
* Switch to @nextcloud/axios for the CSRF update fixChristoph Wurst2019-10-055-29/+29
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2019-10-052-0/+18
|
* Merge pull request #17359 from nextcloud/bugfix/noid/dont-call-basename-on-nullRoeland Jago Douma2019-10-041-1/+1
|\ | | | | Don't call basename on null
| * Don't call basename on nullJoas Schilling2019-10-011-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Split drone webpack testsJohn Molakvoæ (skjnldsv)2019-10-0418-40/+145
| | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Fix master testing and update eslint-configJohn Molakvoæ (skjnldsv)2019-10-043-2/+3
| | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2019-10-032-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2019-10-022-0/+66
|/
* Comply to eslintJohn Molakvoæ (skjnldsv)2019-10-0115-50/+112
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2019-10-016-0/+220
|
* [tx-robot] updated from transifexNextcloud bot2019-09-282-0/+56
|
* Merge pull request #17286 from ↵Joas Schilling2019-09-271-1/+1
|\ | | | | | | | | nextcloud/bugfix/noid/correctly-detect-mimetype-from-uploads Correctly detect the mimetype from uploads
| * Correctly detect the mimetype from uploadsJoas Schilling2019-09-261-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix "Cannot add a NOT NULL column with default value NULL"Joas Schilling2019-09-263-3/+12
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2019-09-262-0/+12
|
* [tx-robot] updated from transifexNextcloud bot2019-09-254-0/+46
|
* [tx-robot] updated from transifexNextcloud bot2019-09-214-2/+122
|
* [tx-robot] updated from transifexNextcloud bot2019-09-1912-0/+304
|
* [tx-robot] updated from transifexNextcloud bot2019-09-188-0/+260
|
* [tx-robot] updated from transifexNextcloud bot2019-09-17114-4194/+4194
|
* We should ignore compiles javascript!Roeland Jago Douma2019-09-171-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump bundlesJulius Härtl2019-09-152-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix check listingJulius Härtl2019-09-151-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Bump webpack from 4.39.3 to 4.40.1dependabot-preview[bot]2019-09-132-22/+22
| | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.39.3 to 4.40.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.39.3...v4.40.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Bump workflow bundlesJulius Härtl2019-09-112-2/+426
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* bump version to reflect fundamental changesArthur Schiwon2019-09-111-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #16706 from nextcloud/workflow-frontendblizzz2019-09-1040-1346/+2167
|\ | | | | Workflow frontend overhaul
| * Workflow vue cleanupJulius Härtl2019-09-107-41/+28
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Add user group selectorJulius Härtl2019-09-1011-63/+208
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Add request url selectorJulius Härtl2019-09-101-0/+136
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Add tag selectorJulius Härtl2019-09-106-3/+312
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Implement custom check components and fix lintingJulius Härtl2019-09-1016-760/+129
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Frontend polishingJulius Härtl2019-09-1010-128/+27
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Move over checker pluginsJulius Härtl2019-09-1014-193/+547
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Load checks from the backendJulius Härtl2019-09-105-53/+44
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>