nextcloud-server/apps/files_sharing/lib
Morris Jobke dc479aae2d
Improve CertificateManager to not be user context dependent
* removes the ability for users to import their own certificates (for external storage)
* reliably returns the same certificate bundles system wide (and not depending on the user context and available sessions)

The user specific certificates were broken in some cases anyways, as they are only loaded if the specific user is logged in and thus causing unexpected behavior for background jobs and other non-user triggered code paths.

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-11-03 00:13:01 +01:00
..
Activity Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
AppInfo Fix invalid usages of the new dispatcher 2020-10-29 20:15:04 +01:00
BackgroundJob
Collaboration
Command Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
Controller Return correct error message on share download without read permission 2020-10-26 16:22:27 +01:00
Event Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
Exceptions
External Improve CertificateManager to not be user context dependent 2020-11-03 00:13:01 +01:00
Listener Expose CLOUD federation for local users as well 2020-10-12 15:17:14 +02:00
Middleware
Migration Update share type constant usage 2020-06-24 16:49:16 +02:00
Notification Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
Settings
ShareBackend Use matching parameter names form interfaces and implementations 2020-08-19 18:16:35 +02:00
Cache.php only get the permissions from the share source if it's not already cached 2020-09-09 13:48:48 +02:00
Capabilities.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
DeleteOrphanedSharesJob.php
ExpireSharesJob.php Also expire share type email 2020-10-20 10:20:26 +02:00
Helper.php Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
Hooks.php Move federated_share_added into a typed event 2020-07-23 08:33:17 +02:00
ISharedStorage.php
MountProvider.php Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
Scanner.php
SharedMount.php Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
SharedStorage.php Merge pull request #22898 from nextcloud/fix/16696/add-spaces-and-fix-variable-name 2020-09-17 11:55:07 +02:00
Updater.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00