aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #47861 from nextcloud/backport/47860/stable28John Molakvoæ2024-09-151-3/+1
|\
| * fix: Only write once to template instead of create/copybackport/47860/stable28Julius Knorr2024-09-101-3/+1
* | fix(Storage\Local): Do not call getSourcePath() on SplFileInfobackport/48015/stable28provokateurin2024-09-151-1/+1
* | fix(files): Adjust Cache::searchQuery() parameter name to match interfacebackport/47954/stable28provokateurin2024-09-132-4/+4
|/
* fix(files): Create non-existent parents of mountpointsprovokateurin2024-09-041-0/+9
* fix: Pass the mountpoint target user to storages without ownerJulius Härtl2024-09-032-0/+17
* fix: use mountpoint from storage to find the encryption keysRobin Appelman2024-08-201-3/+3
* feat: store the mountpoint of storages in the mount optionsRobin Appelman2024-08-201-2/+3
* fix(encryption): Fix mountpoint check to accept if several are foundCôme Chilliet2024-08-071-1/+1
* fix: `OCP\Files\Node\Folder::search` was not setting the ownerFerdinand Thiessen2024-07-301-1/+24
* fix: Do not return partial file info if we have a cache entryJulius Härtl2024-07-251-3/+4
* fix: FileInfo from `View` should have the correct name of a mountpointFerdinand Thiessen2024-07-241-0/+4
* fix(s3): Don't wait indefinitely for S3 to returnGit'Fellow2024-07-091-29/+37
* Merge pull request #45839 from nextcloud/backport/45649/stable28Andy Scherzinger2024-06-131-1/+1
|\
| * fix(ObjectStore): handle empty S3 hostnameJosh2024-06-131-1/+1
* | Merge pull request #45857 from nextcloud/backport/45172/stable28Andy Scherzinger2024-06-131-1/+5
|\ \
| * | feat: add option to disable scanner transactionsRobin Appelman2024-06-131-1/+5
| |/
* / fix: get child ids for folder in a separate query during moveRobin Appelman2024-06-131-4/+21
|/
* fix(files): Use isRetryable to catch retryable exceptionsLouis Chemineau2024-06-121-2/+6
* Merge pull request #45528 from nextcloud/backport/45014/stable28John Molakvoæ2024-06-071-0/+6
|\
| * Fix backportGit'Fellow2024-05-281-0/+5
| * fix: forbid moving a folder into a subfolder of itselfRobin Appelman2024-05-271-0/+1
* | Merge pull request #45059 from nextcloud/backport/44496/stable28Josh2024-06-031-1/+16
|\ \
| * | feat: add option to enable s3 accelerationRobin Appelman2024-05-101-1/+16
* | | Try create folder first and check if it exists afterGit'Fellow2024-05-301-1/+1
* | | fix(files): Try to create dir only if it not existsGit'Fellow2024-05-301-1/+1
* | | perf(db): Sort data for IN before chunkingChristoph Wurst2024-05-291-0/+3
| |/ |/|
* | fix(Files): Change how scanner diffs for changed metadataJosh2024-05-131-2/+47
|/
* fix(CI): Suppress psalm UndefinedClassJoas Schilling2024-04-181-0/+1
* fix(files): Also skip cross storage move with access controlJoas Schilling2024-04-171-0/+2
* fix: use proper jailed patch in watcherRobin Appelman2024-04-102-4/+77
* perf: Avoid updating the folder size if we know the size differenceJulius Härtl2024-04-052-15/+19
* feat(files)): Add retry logic to cover deadlock situations when moving many f...Louis Chemineau2024-03-281-6/+25
* Merge pull request #44320 from nextcloud/backport/39990/stable28Stephan Orbaugh2024-03-251-0/+11
|\
| * fix: add some recrusive detection/preventionRobin Appelman2024-03-221-0/+11
* | fix: log error when default getWrapperStorage would return nullRobin Appelman2024-03-221-0/+9
|/
* Merge pull request #44285 from nextcloud/backport/44279/stable28John Molakvoæ2024-03-211-0/+7
|\
| * fix: ensure nested mount points are handled in the correct orderRobin Appelman2024-03-181-0/+7
* | Merge pull request #44053 from nextcloud/backport/43086/stable28John Molakvoæ2024-03-191-1/+2
|\ \ | |/ |/|
| * fix: disable the internal s3sdk multi part copy logicRobin Appelman2024-03-071-1/+2
* | fix: avoid scanning a non existing directoryBenjamin Gaussorgues2024-03-141-1/+5
* | Refactoring getName functionhopleus2024-03-141-5/+3
* | Fixes for getting the file name in the cases when the file name key is receiv...hopleus2024-03-141-1/+5
|/
* fix: Throw instead of yielding nothing when listing local directoriesJulius Härtl2024-02-261-0/+6
* Merge pull request #43391 from nextcloud/backport/43131/stable28Robin Appelman2024-02-091-1/+1
|\
| * fix(files): Don't attempt to format a partial cache entryChristoph Wurst2024-02-061-1/+1
* | continue background scanning different storages if one failsRobin Appelman2024-02-071-23/+27
|/
* dav: fix wrong decoding of pluses in URLsLorenz Brun2024-02-031-1/+1
* also updated parent etags when a changed etag is detected during scanningRobin Appelman2024-01-312-7/+30
* dont reuse etag for folders marked explicitly unscannedRobin Appelman2024-01-311-1/+2