Commit Graph

842 Commits (191ec27b83e2ec2ea0b92b033dd67c8b27ca20ec)

Author SHA1 Message Date
John Molakvoæ 218a96ebf9
Revert "[stable21] better cleanup of filecache when deleting an external storage" 5 years ago
Robin Appelman feb640cd64
better cleanup of filecache when deleting an external storage 5 years ago
Julius Härtl c16d5b1077 Reset checksum when writing files to object store 5 years ago
Richard de Boer 9f3824b884 Check whether output buffering is active before turning it off 5 years ago
Richard de Boer 7e9d459fea Fix functions taking optional parameters before required ones 5 years ago
Robin Appelman 287edf0e61
Set umask before operations that create local files 5 years ago
Robin Appelman a21eb8d6d2 properly use limit and offset for search in Jail wrapper 5 years ago
Florent ede67149ea Avoid reading ~/.aws/config when using S3 provider 5 years ago
Julius Härtl 80cda3b174 Fix log error when creating files from an empty template 5 years ago
Julius Härtl e2fffcda44 Fail when creating new files with an empty path 5 years ago
Julius Härtl dc8e819915 Properly handle creating the template directory in a subfolder (fixes #25787) 5 years ago
Julius Härtl 89a19a338e Get the parent directory before creating a file from a template 5 years ago
Julius Härtl fc2e09b667 Properly end iterating over the file once the target has been reached 5 years ago
Morris Jobke cf8be87e47 Log when a storage is marked as unavailable 5 years ago
Robin Appelman fdf7eb10a2 show better error messages when a file with a forbidden path is encountered 5 years ago
John Molakvoæ (skjnldsv) e9fafce71b Catch invalid cache source storage path 5 years ago
Robin Appelman d4381c0eac handle ordering in folder search 5 years ago
Robin Appelman 8551ee079d folder filtering in sql 5 years ago
Robin Appelman 277c0039f6 cleanup fileinfo creation 5 years ago
Robin Appelman c8679885f6 format 5 years ago
Robin Appelman 423e1581e0 handle limit and offset in folder file search 5 years ago
Robin Appelman 2500d296c5 only require user to be set in a query that handles tags 5 years ago
Robin Appelman d2245734d4 unify handling of Folder::search methods into "new" query objects 5 years ago
Robin Appelman 0532f64aa8 remove explicit fclose from S3->writeStream 5 years ago
Robin Appelman 44d4957548 verify that cache entry is valid 5 years ago
Robin Appelman f6f92e8bc6 also implement for FailedCache and NullCache 5 years ago
Robin Appelman 719db4cee9 use returned file id for object store copy 5 years ago
Robin Appelman bb180a95bb add ICopyFromCache trait to expose existing implementation 5 years ago
Robin Appelman c727879073 adjust tests 5 years ago
Robin Appelman ec0985ba68 fix search in nested jails 5 years ago
Robin Appelman eb56b1d0bd fix cachjail searching for root 5 years ago
Robin Appelman 046638abeb do cachejail search filtering in sql 5 years ago
Roeland Jago Douma 7059b0b21f Add getID function to the simplefile implementation 5 years ago
Robin Appelman 6308267aff apply object store copy optimization when 'cross storage' copy is within the same object store 5 years ago
Robin Appelman 67d62a820c catch notfound and forbidden exception in smb::getmetadata 5 years ago
James Letendre 74d90d0165 Fix failing tests 5 years ago
James Letendre b65b2bbf55 Add web identity provider to S3 connection chain 5 years ago
James Letendre 5750d79181 Replace defaultProvider with explicit calls to exclude user home directory lookup 5 years ago
James Letendre c9a724829a Resolves #24699, Support ES2 and ECS instance providers for S3 buckets 5 years ago
Julius Härtl 18e2e86b95
Avoid template creators being registered multiple times 5 years ago
Julius Härtl 222d8e6c1a
Use proper path for scanner 5 years ago
Julius Härtl 0d384dedaa
Obtain the user language from the passed in user id 5 years ago
Julius Härtl 39a4b1c401
Normalize compared path to avoid renaming to the same directory 5 years ago
Julius Härtl 6c1b357973
Move TemplateProvider registration to boot context and make template type registration lazy 5 years ago
Julius Härtl 0111381529
Only create template directory if it is present in the default skeleton 5 years ago
John Molakvoæ (skjnldsv) 4f90766ba3
Skip template picker if none available 5 years ago
Julius Härtl 7e6d69d166
Add templatedirectory config value to let admins have their custom templates by default 5 years ago
John Molakvoæ (skjnldsv) 78e114ed72
Add template picker 5 years ago
Julius Härtl 4974404774
files: Create files from template API 5 years ago
Robin Appelman d182043e83
explicitly set permissions on newly created folders 5 years ago