nextcloud-server/lib/private/Files
Carl Schwan b6313f68d3
perf(s3): Expose pre-signed urls for S3
This is faster than going back to nextcloud to download the files.

This is an opt-in setting that can be enabled by setting
use_presigned_url in the object store config.

Additionally add support for the proxy config which is needed in a
docker setup. See https://github.com/juliusknorr/nextcloud-docker-dev/pull/431

Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
2025-12-09 11:21:35 +07:00
..
AppData
Cache fix: Clear mount cache when file storage changes during move 2025-11-20 09:15:28 +07:00
Config feat(mounts): optimize load of mounts by filtering on database side 2025-08-26 08:55:24 +07:00
Conversion chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Lock
Mount perf(preview): Optimize migration and simplify DB layout 2025-10-06 13:37:15 +07:00
Node feat: Add Folder::getOrCreateFolder api 2025-11-24 11:10:52 +07:00
Notify chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
ObjectStore perf(s3): Expose pre-signed urls for S3 2025-12-09 11:21:35 +07:00
Search chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
SimpleFS chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Storage perf(s3): Expose pre-signed urls for S3 2025-12-09 11:21:35 +07:00
Stream fix(files): decrement quota by actual bytes written in stream_write 2025-10-13 18:26:48 +07:00
Template feat: Add Folder::getOrCreateFolder api 2025-11-24 11:10:52 +07:00
Type refactor: Remove old TemplateManager 2025-09-28 12:48:41 +07:00
Utils refactor: use logical `&&` `||` instead of weak `and` `or` operators 2025-09-27 23:02:18 +07:00
FileInfo.php fix(files): Always return a valid mimetype 2025-10-06 09:06:17 +07:00
FilenameValidator.php fix(FilenameValidator): use `_` as default replacement for invalid chars 2025-06-18 09:44:57 +07:00
Filesystem.php chore: Remove unused deprecated methods from OC_User and Filesystem 2025-09-28 22:44:30 +07:00
SetupManager.php fix: don't update cached mountpoints if the request doesn't have filesystem access 2025-07-31 18:28:26 +07:00
SetupManagerFactory.php fix: Replace OC_App::loadApp calls by IAppManager 2025-07-10 11:40:27 +07:00
View.php fix: Log missing nodes of shares at debug level 2025-12-02 09:33:07 +07:00