Commit Graph

175 Commits (55e1270b94aa0f4ea003e2cbc87a8ea56bcae96d)

Author SHA1 Message Date
Stephen Cuppett b6fddabf6c fix(encryption): Address review feedback and fix zero-byte size consistency 1 month ago
Kent Delante 9174cd966f fix(files): preserve encryptedVersion when copying cache entries 1 month ago
Git'Fellow fcc63b9603
refactor(dbal): move to modern calls 1 month ago
Robin Appelman 17a7a95553 perf: delay loading storage info in Cache untill needed 2 months ago
Carl Schwan 994565fec7
refactor: Use new IQueryBuilder::MAX_IN_PARAMETERS 3 months ago
Côme Chilliet 1ab09ec753
chore: Apply new coding standard to all files 3 months ago
provokateurin b1724dbad0
chore(Cache): Remove deprecated insert and update events 3 months ago
nextcloud-command fd14234a6a refactor: Apply rector changes 3 months ago
Robin Appelman 06c625f20c
perf: remove unneeded sort in getFolderContentsById 4 months ago
Git'Fellow 3bbe0ee570
refactor: use strict operator 4 months ago
Ferdinand Thiessen e0ba4d71b6
chore: add missing `Override` attribute to `OC` 4 months ago
Robin Appelman 7dccf5f257
fix: give target file all permissions on copy 5 months ago
Cristian Scheid 7f89490cef feat: set creation_time on file creation and render recently created icon 6 months ago
nextcloud-command 663018455e refactor: Apply rector changes 6 months ago
Carl Schwan edd37d349b
perf(file-cache): Add mimetype filter on getFolderContents 6 months ago
Carl Schwan 9741f5f17d
perf: Allow filtering the directory content by mimetype 6 months ago
Carl Schwan 7b6078875b
refactor: Run rector on lib/private 7 months ago
Carl Schwan 7100c71166
perf(metadata): Add optimized sharding for metadata deletion 7 months ago
Carl Schwan fd3878448b
feat(filecache): Scale DB query created when deleting file from filecache 7 months ago
Carl Schwan dd26a8b7eb
fix(cache): Fix parsing cache entry from groupfolder and collectives 7 months ago
Robin Appelman a79bf069a3 fix: dont error on missing path_hash/checksum cacheentry fields 7 months ago
Carl Schwan 06827970a8
fix(cache): Handle groupfolder specific entries in cacheEntryFromData 7 months ago
Carl Schwan 0b8eae7789
perf(files): Optimize CacheEntry creation 7 months ago
Benjamin Frueh 989b75ee43 fix: Clear mount cache when file storage changes during move 9 months ago
provokateurin ef279f6049
fix(files): Stop overwriting scan_permissions 11 months ago
Côme Chilliet 12532bb535
fix(encryption): Correctly set encrypted to 0 when copying 12 months ago
Carl Schwan c4e6fbdae7 fix(query-builder): Don't catch UniqueConstraintViolationException 12 months ago
Carl Schwan c21b8169ff refactor(querybuilder): Port away from qb::execute() in lib/ 12 months ago
Robin Appelman 1a716578fd
fix: fix moving cache items from cache jail with sharding 1 year ago
Ferdinand Thiessen 5981b7eb51
chore: apply new CSFixer rules 1 year ago
Robin Appelman 5329c373cc fix: improve error message when cache rename source can't be found 1 year ago
Benjamin Gaussorgues 9bdee76535
perf(files): faster query to fetch incomplete directories 2 years ago
Ferdinand Thiessen b48ee2e924
fix: Harden files scanner for invalid null access 2 years ago
Robin Appelman 6419de7acc fix: use scan_permissions when copying cache items 2 years ago
Robin Appelman 88c685f27c fix: store unmaked source permissions as scan_permissions when loading share cache items 2 years ago
Louis Chemineau f9cda54cbf
fix: Wrap partial cache entry in CacheEntry 2 years ago
dependabot[bot] bb598c8451
chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixer 2 years ago
Git'Fellow a1681b0756 chore(db): Apply query prepared statements 2 years ago
Ferdinand Thiessen a8f46af20f
chore: Add proper deprecation dates where missing 2 years ago
Robin Appelman 75cf17e4c4 fix: verify that parent exists in cache when inserting 2 years ago
provokateurin 714671a8a6
fix(files): Adjust Cache::searchQuery() parameter name to match interface 2 years ago
Robin Appelman da59fd4389
fix: misc code fixes around db sharding 2 years ago
Louis Chemineau 2574cbfa61
chore: Apply php:cs recommendations 2 years ago
Robin Appelman 390f6a78b4
fix: hint storage id in more places 2 years ago
Robin Appelman 62f8b6517f
feat: implement distributing partitioned queries over multiple shards 2 years ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 2 years ago
Robin Appelman 80f8c7949e
fix: always set storage id in Cache::get 2 years ago
Robin Appelman 5ff7bde3fb
fix: add set storage id for more cache queries 2 years ago
Robin Appelman c82d382a20 feat: add base class for extending the query builder 2 years ago
Robin Appelman 082c6c6e1d
fix: get child ids for folder in a separate query during move 2 years ago