nextcloud/apps/workflowengine
Carl Schwan 88774cfbba Optimize FileSystemTags workflow for groupfolder
In https://github.com/nextcloud/server/pull/28774 we disabled the
caching for the groupfolder application since it worked due to the fact
that in groupfolders, getFileIds could be called with the same $cacheId
and path for actually different groupfolders.

This revert this change and instead add the folderId from the
groupFolder to the cacheId. This solve the issue of the uniqueness of
the cacheId inside GroupFolder. Downside is that we introduce
groupfolder specific implementation inside the server repo.

The seconf optimization is to not consider paths starting with
__groupfolders in executeCheck. This is due to the fact that files in
the groupfolder application call two times executeCheck one time with
the url __groupfolder/<folderId>/<path> and the other time with <path>.
The first time will always return an empty systemTags array while the
second call will return the correct system tags.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-01-14 14:17:00 +00:00
..
appinfo Update app versions for 23 2021-09-28 12:21:40 +02:00
composer Update to composer 2.1.11 2021-11-04 12:30:11 +01:00
img Add Flow app icon 2019-11-07 17:09:32 +01:00
js Bump core-js from 3.19.2 to 3.19.3 2021-12-11 12:59:40 +00:00
l10n [tx-robot] updated from transifex 2021-10-20 02:23:10 +00:00
lib Optimize FileSystemTags workflow for groupfolder 2022-01-14 14:17:00 +00:00
src Bump @nextcloud/router from 1.2.0 to 2.0.0 2021-07-23 15:56:28 +02:00
templates Remove unused stylesheets from workflowengine 2019-10-29 18:03:53 +01:00
tests Update php licenses 2021-06-04 22:02:41 +02:00
.l10nignore Update .l10nignore for apps to exclude bundled JS files 2020-09-15 12:28:43 +02:00
webpack.js Bump js licenses 2021-03-31 12:17:18 +02:00