nextcloud/apps/workflowengine/lib
Jonas 9193d8be40
fix(isLegitimatedForUserId): Setup mountpoints to check file access
This fixes workflows on groupfolders, as it will consider access to
files in groupfolders.

It also fixes false positives where access to files was limited by other
means not taken into account before, e.g. access control.

For postDelete events, check for permissions of the parent folder
instead, as the file itself no longer exists.

Fixes: nextcloud/flow_notifications#71

Signed-off-by: Jonas <jonas@freesources.org>
2023-10-23 20:47:16 +02:00
..
AppInfo workflowengine: Stop using a service alias for controller 2023-06-19 09:43:44 +02:00
BackgroundJobs Use TimedJob from OCP instead of OC 2022-12-05 10:13:34 +01:00
Check Merge pull request #38604 from fsamapoor/replace_strpos_calls_in_workflowengine_app 2023-08-07 09:10:43 +02:00
Command Update php licenses 2021-06-04 22:02:41 +02:00
Controller workflowengine: Stop using a service alias for controller 2023-06-19 09:43:44 +02:00
Entity fix(isLegitimatedForUserId): Setup mountpoints to check file access 2023-10-23 20:47:16 +02:00
Helper Update php licenses 2021-06-04 22:02:41 +02:00
Listener Change script loading order in worflowengine 2022-03-31 10:33:50 +02:00
Migration Fix similar potential problems with fetchOne loops 2022-03-08 12:10:52 +01:00
Service Migrate applications away from deprecated ILogger 2023-09-21 11:57:21 +02:00
Settings Use SettingsSection in workflowengine settings 2022-05-31 08:38:50 +00:00
Manager.php Migrate applications away from deprecated ILogger 2023-09-21 11:57:21 +02:00