nextcloud/apps/workflowengine/lib
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 php licenses 2021-06-04 22:02:41 +02:00
BackgroundJobs Update php licenses 2021-06-04 22:02:41 +02:00
Check Optimize FileSystemTags workflow for groupfolder 2022-01-14 14:17:00 +00:00
Command Update php licenses 2021-06-04 22:02:41 +02:00
Controller Make "name" column nullable in workflow operations 2021-08-10 11:19:15 +02:00
Entity fixes an undefined index when getAccessList returns an empty array 2021-10-22 22:42:25 +02:00
Helper Update php licenses 2021-06-04 22:02:41 +02:00
Listener Update php licenses 2021-06-04 22:02:41 +02:00
Migration Make "name" column nullable in workflow operations 2021-08-10 11:19:15 +02:00
Service Update php licenses 2021-06-04 22:02:41 +02:00
Settings Update php licenses 2021-06-04 22:02:41 +02:00
Manager.php Set alias for result of cast column function 2021-08-16 14:38:19 +02:00