nextcloud/apps/files_external/lib
Julius Härtl 53f92e68e6 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-09-03 12:23:37 +02: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 chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Config fix: Pass the mountpoint target user to storages without owner 2024-09-03 12:23:37 +02:00
Controller fix: allows admin to edit global credentials 2024-07-11 08:13:47 +02:00
Lib feat: add a specialized writeStream implementation for s3 external storage 2024-07-25 11:01:12 +00:00
Listener fix(files_external): Fix "Could not find resource main.js to load" 2023-12-01 15:28:41 -06:00
Migration fix: Implement option to temporarily set the user session 2024-07-22 12:44:21 +00:00
Service fix(external): Get storage before update it 2023-10-26 06:46:05 +02:00
Settings Update php licenses 2021-06-04 22:02:41 +02:00
MountConfig.php Convert isset ternary to null coalescing operator 2023-09-28 12:18:41 +03:30
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