nextcloud/apps/files_external/lib
Julius Härtl 4910e7e231
fix: Pass the mountpoint target user to storages without owner
Storages that do not have a dedicated owner (e.g. groupfolders, external
storages) currently always assume the current session user as the owner.
This leads to several issues when there is no user session but a node is
obtained through a user folder.

In order to have the correct user available we need to pass the user
that is used to setup a mountpoint along to the storage layer as we
generally assume that an owner is available for those.

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-04-09 09:04:24 +01:00
..
AppInfo feat(files_external): migrate to vue 2023-08-01 16:38:06 +02:00
BackgroundJob chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Command feat: add command to scan external storages directly 2024-03-06 19:11:08 +01:00
Config fix: Pass the mountpoint target user to storages without owner 2024-04-09 09:04:24 +01:00
Controller full uppercase const 2024-02-24 11:33:44 +01:00
Lib chore: Improve phpdoc typing to silence psalm errors 2024-04-02 14:16:21 +02:00
Listener chore: Fix missing template parameter for IEventListener 2024-01-30 10:57:15 +01:00
Migration fix: Implement option to temporarily set the user session 2024-03-19 13:48:23 +01:00
Service fix: Apply new coding standard to all files 2024-04-02 14:16:21 +02:00
Settings Update php licenses 2021-06-04 22:02:41 +02:00
MountConfig.php fix: Apply new coding standard to all files 2024-04-02 14:16:21 +02:00
NotFoundException.php Update php licenses 2021-06-04 22:02:41 +02:00
ResponseDefinitions.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00