summaryrefslogtreecommitdiffstats
path: root/apps/workflowengine
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #33593 from nextcloud/improve-binary-cachingCarl Schwan2022-08-241-3/+3
|\ | | | | Move findBinaryFinder and isFunctionEnabled away from OC_Helper
| * Move findBinaryFinder and isFunctionEnabled away from OC_HelperCarl Schwan2022-08-231-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | findBinaryFinder is now a service that is still private but with some minor optimization (remove the hasKey check). isFunctionEnabled is now in OCP\Util Both function are still keep but all internal usage in nextcloud/server were migrated to the new usage, so that we can remove it in 26 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | [tx-robot] updated from transifexNextcloud bot2022-08-232-2/+2
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-08-162-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix eslint line breaksJoas Schilling2022-08-081-2/+8
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add empty alt tags for decorative iconsJoas Schilling2022-08-082-5/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix inverting on darkmode and spacingJoas Schilling2022-08-084-6/+23
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2022-08-062-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-08-052-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-07-212-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #33064 from nextcloud/feat/capped-memorycache-ocpCarl Schwan2022-07-181-1/+1
|\ | | | | Move CappedMemoryCache to OCP
| * Move CappedMemoryCache to OCPCarl Schwan2022-07-141-1/+1
| | | | | | | | | | | | | | | | This is an helpful helper that should be used in more place than just server and this is already the case with groupfodlers, deck, user_oidc and more using it, so let's make it public Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | [tx-robot] updated from transifexNextcloud bot2022-07-182-0/+2
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-07-142-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-07-134-2/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-07-122-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #32973 from nextcloud/cleanup/avatar-codeCarl Schwan2022-07-111-7/+7
|\ | | | | Cleanup avatar related code
| * Make Color class publicCarl Schwan2022-07-051-7/+7
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | [tx-robot] updated from transifexNextcloud bot2022-07-112-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-07-108-0/+8
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge branch 'master' into rakekniven-patch-1rakekniven2022-07-0553-80/+88
|\ \
| * | Use Button component to show more workflowsChristopher Ng2022-06-291-8/+14
| |/ | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * [tx-robot] updated from transifexNextcloud bot2022-06-222-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * Use SettingsSection in workflowengine settingsCarl Schwan2022-05-312-21/+23
| | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * [tx-robot] updated from transifexNextcloud bot2022-05-2444-44/+44
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * [tx-robot] updated from transifexNextcloud bot2022-05-192-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * [tx-robot] updated from transifexNextcloud bot2022-05-142-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * Cleanup and compileJohn Molakvoæ2022-05-131-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | l10n: Changed spellingrakekniven2022-05-161-1/+1
|/ | | | | | | 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>
* Merge pull request #32250 from nextcloud/cleanup/cappedmemorycacheJohn Molakvoæ2022-05-131-4/+5
|\
| * Add stricter psalm type for CappedMemoryCacheCarl Schwan2022-05-121-4/+5
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | add vue button component in workflow rule.vueVanessa Pertsch2022-05-121-42/+27
| | | | | | | | Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
* | add vue button component in workflow operation.vueVanessa Pertsch2022-05-122-5/+9
|/ | | | Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-05-0292-184/+92
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-04-248-6/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Master is now 25Joas Schilling2022-04-141-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix an issue with the search backend updateCarl Schwan2022-04-142-1/+6
| | | | | | And update autoloader Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* [tx-robot] updated from transifexNextcloud bot2022-04-062-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-04-052-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #31770 from nextcloud/fix/systemtag_loadingblizzz2022-03-311-6/+5
|\ | | | | Change script loading order in worflowengine
| * Change script loading order in worflowengineLouis Chemineau2022-03-311-6/+5
| | | | | | | | | | | | Fix: https://github.com/nextcloud/server/issues/31709 Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Build autoloader with new composer versionCôme Chilliet2022-03-305-15/+8
|/ | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Update composer generated files to latest versionCarl Schwan2022-03-141-1/+1
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fix similar potential problems with fetchOne loopsCôme Chilliet2022-03-082-2/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-02-092-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-01-302-98/+98
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Auto fix warningsLouis Chemineau2022-01-213-6/+3
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix psalm issuesCarl Schwan2022-01-131-1/+4
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Add helper method in WrapperCarl Schwan2022-01-131-12/+5
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* The storage is not static anymoreCarl Schwan2022-01-131-15/+11
| | | | | | Don't call twice $cache->getId Signed-off-by: Carl Schwan <carl@carlschwan.eu>