Commit Graph

1885 Commits (a5ce35ac84635c0ea296995bf8d2df01549252bd)

Author SHA1 Message Date
Louis Chmn 00ec57efd6 fix(S3): Only append streams if non-seekable 3 months ago
Marcel Klehr 3522a3375e fix(FileAccess): Make getAncestorInStorage pass sharding tests 3 months ago
Marcel Klehr b158a77365 fix(FileAccess): Try to fix type error 3 months ago
Marcel Klehr 62bff06aeb fix(FileAccess): Chunk parent query 3 months ago
Marcel Klehr 9ccc798655 fix(FileAccess): Make getByAncestorInStorage sharding ready 3 months ago
Carl Schwan bef3996c3e fix(preview): Make version column a string 3 months ago
Carl Schwan f450cda3aa chore: Explicitely mark \OC\Files\View as internal 3 months ago
Carl Schwan 66f50bd585 refactor(preview): Use same mimetype ids as filecache 3 months ago
Carl Schwan bfc7d5dd9f feat(preview): Implement scanning for previews 3 months ago
Carl Schwan b0357663b9 perf(preview): Optimize migration and simplify DB layout 3 months ago
Carl Schwan 13c35c0f17 perf(preview): Migrate previews to the new optimized table 3 months ago
Carl Schwan 18fbacdd8d perf(preview): Split preview data to new table 3 months ago
provokateurin 8d8f94b8ce
fix(files): Always return a valid mimetype 3 months ago
Carl Schwan 34cd91cc86 refactor: Fix some easy psalm issues in Files 3 months ago
yemkareems 200f9dc39f
fix: small typo fix 3 months ago
Côme Chilliet d39d1d8d24
chore: Remove unused deprecated methods from OC_User and Filesystem 3 months ago
provokateurin ef279f6049
fix(files): Stop overwriting scan_permissions 3 months ago
Carl Schwan 4ae4b0a0e7 refactor: Remove old TemplateManager 3 months ago
Ferdinand Thiessen 660f3f6fd1
refactor: use logical `&&` `||` instead of weak `and` `or` operators 3 months ago
Louis Chemineau bd8a0ec3cf
feat(files): Add appconfig value to disable fixed userfolder permissions optimization 3 months ago
Côme Chilliet 9277a17a3c
fix: Flag folder objects that got deleted to recreate them if needed 3 months ago
Louis Chemineau 8c04dbe599
fix(Updater): Lower deadlock log level from warning to info 4 months ago
provokateurin 98081dfd42
feat(ObjectStore): Add option to limit the total size 4 months ago
Côme Chilliet 14d6945054
fix(encryption): Take encryption enabled status into account 4 months ago
Côme Chilliet 12532bb535
fix(encryption): Correctly set encrypted to 0 when copying 4 months ago
Robin Appelman 0c1d5e8c54
fix: ensure all object store configuration have distict bucket names 4 months ago
Ferdinand Thiessen a31e520019
fix(Filesystem): use FilenameValidator for `Filesystem::isFileBlacklisted` 4 months ago
Carl Schwan c4e6fbdae7 fix(query-builder): Don't catch UniqueConstraintViolationException 4 months ago
Carl Schwan c21b8169ff refactor(querybuilder): Port away from qb::execute() in lib/ 4 months ago
Robin Appelman 02f4a82088
fix: make bucket mapper work with new multi-object-store config 4 months ago
Benjamin Gaussorgues 39e2e70084
feat(mounts): optimize load of mounts by filtering on database side 5 months ago
Côme Chilliet 8c21f2b19c fix(encryption): Fix TypeError when trying to decrypt unencrypted file 5 months ago
Robin Appelman 1a716578fd
fix: fix moving cache items from cache jail with sharding 5 months ago
Robin Appelman b3c53c7436 feat: allow object store configuration aliases for easier migrations 5 months ago
Robin Appelman 2d4bba7b0c feat: add command to get user objectstore config mappings 5 months ago
Robin Appelman 385dd36ff8 feat: allow configuring multiple objectstore configurations 5 months ago
Robin Appelman 5987584b90 perf: use more optimized node-by-id logic in View::getPath 5 months ago
Robin Appelman 97efc95efc fix: better object store write error propagation 5 months ago
Robin Appelman 83b8a390cd fix: always do stream counting for object store upload 5 months ago
Robin Appelman 398b106f0c fix: validate written size for s3 multipart uploads 5 months ago
Josh 3535149418 refactor(IMimeTypeDetector): streamline finfo usage + misc tidying 5 months ago
Maksim Sukharev 809d638c05 fix: make early check if users filesystem have a mountpoint at /<user>/files/ 5 months ago
Robin Appelman 01147cf872 fix: add missing color select to tags usage query 5 months ago
Robin Appelman 73d0418425
fix: don't update cached mountpoints if the request doesn't have filesystem access 5 months ago
provokateurin 5bd626bd40
chore: Fix all method calls with too many arguments 6 months ago
Marcel Klehr 43be97de08 fix(FileAccess): Use one param for rewriting home dirs and excluding non-user files mounts 6 months ago
Julien Veyssier cb221c8211 fix(FileAccess*): Change the way home dir root is found, remove the excludeTrashbinMounts param of getDistinctMounts 6 months ago
Julien Veyssier a2aeec0f4b fix(FileAccess*): Adress review comments 6 months ago
Julien Veyssier 28dc4a299e fix(FileAccess): exclude trashbin nodes on the oc_filecache query, there is no trashbin mount 6 months ago
Julien Veyssier 7e986988fe fix(FileAccess*): Adress review comments 6 months ago