Robin Appelman
|
78637be4cd
fix: verify that parent exists in cache when inserting
|
2 months ago |
provokateurin
|
aff9322287
fix(files): Adjust Cache::searchQuery() parameter name to match interface
|
2 months ago |
Robin Appelman
|
4314997a2a
fix: get child ids for folder in a separate query during move
|
9 months ago |
Louis Chemineau
|
536d1cc26a
fix(files): Use isRetryable to catch retryable exceptions
|
5 months ago |
Christoph Wurst
|
66898f82f1
perf(db): Sort data for IN before chunking
|
7 months ago |
Louis Chemineau
|
ad2b367dbd
feat(files)): Add retry logic to cover deadlock situations when moving many files
|
8 months ago |
Git'Fellow
|
d2da9c8fbe
fix: reduce memory consumption of scans
|
1 year ago |
Joas Schilling
|
aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1
|
1 year ago |
Christoph Wurst
|
ea8f9a7e84
refactor: Repalce array_search with in_array in lib/
|
1 year ago |
Maxence Lange
|
3af12b2a50
ignore metadata if table is empty
|
1 year ago |
Louis Chemineau
|
d3a313f192
Support getting and setting metadata in DAV requests
|
1 year ago |
Ferdinand Thiessen
|
9c04c07622
fix: Prevent PHP warnings when optional CacheEntry attributes are unset
|
1 year ago |
Robin Appelman
|
658aed27ea
select the fileid first when looking for incomplete files
|
1 year ago |
John Molakvoæ
|
7b7d1e3c09
fix: simplify `sourceData` check
|
1 year ago |
Josh Richards
|
deecb48e54
Catch more invalid cache source storage paths
|
1 year ago |
Christoph Wurst
|
14719110b9
chore: Replace \OC::$server->query with \OCP\Server::get in /lib
|
1 year ago |
Christoph Wurst
|
872c181c74
chore: Drop dead private methods in /lib
|
1 year ago |
Robin Appelman
|
9f1d497a0b
Merge pull request #38261 from fsamapoor/replace_strpos_calls_in_lib_private
|
1 year ago |
Faraz Samapoor
|
e7cc7653b8
Refactors "strpos" calls in lib/private to improve code readability.
|
1 year ago |
Côme Chilliet
|
ae525e1935
Fix return types in phpdoc
|
1 year ago |
Côme Chilliet
|
a90581b405
Get rid of more int casts in file size manipulations
|
1 year ago |
Robin Appelman
|
5267a74027
fix type hints
|
1 year ago |
Robin Appelman
|
8c9197d65e
fix unencrypted folder size when no children with unencrypted size set are left
|
1 year ago |
Robin Appelman
|
63fb33538c
fix unencrypted_size for folders when scanning the filesystem with encryption enabled
|
1 year ago |
Robin Appelman
|
c9e4e30523
clear encrypted flag when moving away from encrypted storage
|
1 year ago |
Côme Chilliet
|
c60182065f
Merge pull request #34773 from nextcloud/artonge/feat/dispatch_entry_removed_event_for_all_entries
|
1 year ago |
Joas Schilling
|
4bdc5834fa
Make sure name and path are strings
|
1 year ago |
Joas Schilling
|
c27c9fac98
Try fixing Oracle
|
1 year ago |
Louis Chemineau
|
2830eeac7e
Dispatch event for all remove entry
|
2 years ago |
Robin Appelman
|
de63f6363f
fix updating size when folder is empty
|
2 years ago |