aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workflowengine
Commit message (Collapse)AuthorAgeFilesLines
* Bump bundlesJulius Härtl2020-07-071-636/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Bump @nextcloud/router from 1.0.2 to 1.1.0dependabot-preview[bot]2020-07-032-21/+21
| | | | | | | | | | Bumps [@nextcloud/router](https://github.com/nextcloud/nextcloud-router) from 1.0.2 to 1.1.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/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Merge pull request #21547 from nextcloud/enhancement/workflowengine-bootstrapRoeland Jago Douma2020-07-025-70/+86
|\ | | | | Migrate WFE to the new bootstrap mechanism
| * Move the event listener into a dedicated classChristoph Wurst2020-06-244-40/+66
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * Migrate WFE to new bootstrap mechanismChristoph Wurst2020-06-242-41/+31
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #21590 from nextcloud/debt/noid/unused-methodRoeland Jago Douma2020-07-021-6/+0
|\ \ | | | | | | Remove unused method.
| * | Remove unused method.Daniel Kesselberg2020-06-251-6/+0
| |/ | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #21599 from nextcloud/debt/noid/type-to-typesRoeland Jago Douma2020-07-021-17/+17
|\ \ | | | | | | Replace TYPE with TYPES
| * | Replace TYPE with TYPESDaniel Kesselberg2020-06-301-17/+17
| |/ | | | | | | | | | | As TYPE::* is deprecated. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* / Also always return in app commandsJoas Schilling2020-06-261-1/+2
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #21475 from nextcloud/enh/noid/flow-event-dispatcherblizzz2020-06-222-17/+14
|\ | | | | flow to not use deprecated event dispatcher methods
| * flow to not use deprecated event dispatcher methodsArthur Schiwon2020-06-192-17/+14
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Bump moment from 2.26.0 to 2.27.0dependabot-preview[bot]2020-06-212-27/+29
| | | | | | | | | | | | | | | | | | | | Bumps [moment](https://github.com/moment/moment) from 2.26.0 to 2.27.0. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](https://github.com/moment/moment/compare/2.26.0...2.27.0) 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 bot2020-06-182-4/+26
|/
* [tx-robot] updated from transifexNextcloud bot2020-06-162-2/+2
|
* Flow: Include root folder for shared storages when fetching system tagsJulius Härtl2020-06-151-1/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Extends office documents pattern to match open documents.Daniel Kesselberg2020-06-083-5/+5
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Bump @nextcloud/auth from 1.2.3 to 1.3.0dependabot-preview[bot]2020-06-072-2/+2
| | | | | | | | | | Bumps [@nextcloud/auth](https://github.com/nextcloud/nextcloud-auth) from 1.2.3 to 1.3.0. - [Release notes](https://github.com/nextcloud/nextcloud-auth/releases) - [Changelog](https://github.com/nextcloud/nextcloud-auth/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-auth/compare/v1.2.3...v1.3.0) 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 bot2020-06-062-0/+2
|
* Move humanFileSize and OC.getCanonicalLocale to npm packagesChristoph Wurst2020-06-052-16/+16
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2020-06-052-0/+30
|
* Merge pull request #21164 from ↵Roeland Jago Douma2020-06-022-3/+3
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/dialogs-1.3.1 Bump @nextcloud/dialogs from 1.3.0 to 1.3.1
| * Bump @nextcloud/dialogs from 1.3.0 to 1.3.1dependabot-preview[bot]2020-05-312-3/+3
| | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/dialogs](https://github.com/nextcloud/nextcloud-dialogs) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/nextcloud/nextcloud-dialogs/releases) - [Changelog](https://github.com/nextcloud/nextcloud-dialogs/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-dialogs/compare/v1.3.0...v1.3.1) 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 bot2020-06-022-0/+2
|/
* Merge pull request #21118 from nextcloud/td/move_systemtagsRoeland Jago Douma2020-05-291-3/+1
|\ | | | | Move systemtags to a proper location
| * Move the systemtags to core/srcRoeland Jago Douma2020-05-281-3/+1
| | | | | | | | | | | | | | * Move to the handlebar loader from webpack Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2020-05-292-0/+2
|/
* Merge pull request #21079 from nextcloud/dependabot/npm_and_yarn/moment-2.26.0Roeland Jago Douma2020-05-272-11/+11
|\ | | | | Bump moment from 2.25.3 to 2.26.0
| * Bump moment from 2.25.3 to 2.26.0dependabot-preview[bot]2020-05-262-11/+11
| | | | | | | | | | | | | | | | | | | | Bumps [moment](https://github.com/moment/moment) from 2.25.3 to 2.26.0. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](https://github.com/moment/moment/compare/2.25.3...2.26.0) 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 bot2020-05-262-0/+6
|/
* [tx-robot] updated from transifexNextcloud bot2020-05-234-2/+98
|
* [tx-robot] updated from transifexNextcloud bot2020-05-222-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-05-202-4/+4
|
* Bump moment from 2.24.0 to 2.25.3dependabot-preview[bot]2020-05-192-18/+284
| | | | | | | | | | Bumps [moment](https://github.com/moment/moment) from 2.24.0 to 2.25.3. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](https://github.com/moment/moment/compare/2.24.0...2.25.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Bump vuex from 3.1.3 to 3.4.0dependabot-preview[bot]2020-05-182-5/+5
| | | | | | | | | | Bumps [vuex](https://github.com/vuejs/vuex) from 3.1.3 to 3.4.0. - [Release notes](https://github.com/vuejs/vuex/releases) - [Changelog](https://github.com/vuejs/vuex/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vuex/compare/v3.1.3...v3.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Bump moment-timezone from 0.5.28 to 0.5.31dependabot-preview[bot]2020-05-182-14/+14
| | | | | | | | | | Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.28 to 0.5.31. - [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.28...0.5.31) 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 bot2020-05-152-0/+2
|
* Bump @babel/core from 7.9.0 to 7.9.6dependabot-preview[bot]2020-05-131-1/+1
| | | | | | | | | | Bumps [@babel/core](https://github.com/babel/babel) from 7.9.0 to 7.9.6. - [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.9.0...v7.9.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Bump @babel/preset-env from 7.9.5 to 7.9.6dependabot-preview[bot]2020-05-132-4/+4
| | | | | | | | | | Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.9.5 to 7.9.6. - [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.9.5...v7.9.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 bot2020-05-122-0/+26
|
* Bump @nextcloud/dialogs from 1.2.2 to 1.3.0dependabot-preview[bot]2020-05-112-23/+23
| | | | | | | | | | Bumps [@nextcloud/dialogs](https://github.com/nextcloud/nextcloud-dialogs) from 1.2.2 to 1.3.0. - [Release notes](https://github.com/nextcloud/nextcloud-dialogs/releases) - [Changelog](https://github.com/nextcloud/nextcloud-dialogs/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-dialogs/compare/v1.2.2...v1.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Bump vue-loader from 15.9.1 to 15.9.2dependabot-preview[bot]2020-05-112-2/+2
| | | | | | | | | | Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.9.1 to 15.9.2. - [Release notes](https://github.com/vuejs/vue-loader/releases) - [Changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-loader/compare/v15.9.1...v15.9.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 bot2020-05-102-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-05-09116-694/+706
|
* Merge pull request #20867 from nextcloud/warnigns/js/workflowengineRoeland Jago Douma2020-05-085-25/+28
|\ | | | | Fix linter warnings in workflowengine
| * Fix linter warnings in workflowengineRoeland Jago Douma2020-05-075-25/+28
| | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2020-05-082-0/+2
|/
* Bump app versions and requirementsJoas Schilling2020-05-071-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump webpack from 4.42.1 to 4.43.0dependabot-preview[bot]2020-04-291-1/+1
| | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.42.1 to 4.43.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.42.1...v4.43.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Merge pull request #20558 from ↵Morris Jobke2020-04-272-2/+2
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/vue-click-outside-1.1.0 Bump vue-click-outside from 1.0.7 to 1.1.0