summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* fix: don't emit Hooks when hookpaths are emptyAnna Larch2023-08-211-16/+24
* fix: Prevent PHP warnings when optional CacheEntry attributes are unsetFerdinand Thiessen2023-08-172-4/+4
* select the fileid first when looking for incomplete filesRobin Appelman2023-08-141-5/+9
* fix: simplify `sourceData` checkJohn Molakvoæ2023-08-051-1/+1
* Catch more invalid cache source storage pathsJosh Richards2023-08-051-1/+1
* Merge pull request #39642 from nextcloud/backport/39629/stable27Julius Härtl2023-08-031-1/+1
|\
| * fix(s3): add SSE-C parameters to headObject callTobias Zimmerer2023-07-311-1/+1
* | Merge pull request #39499 from nextcloud/backport/38934/stable27Arthur Schiwon2023-08-021-5/+5
|\ \
| * | fix(s3): Pass SSE-C parameters for multipart uploadJulius Härtl2023-07-201-5/+5
| |/
* / fix(node): non-existing folder is not searchableArthur Schiwon2023-07-131-0/+4
|/
* Include PR #38965Git'Fellow2023-07-101-0/+1
* implement optimized getDirectoryContent for DAVRobin Appelman2023-07-101-96/+125
* refactor: adjust to unexposed searchBySystemTagArthur Schiwon2023-07-071-0/+4
* fix: cominbation of small fixesArthur Schiwon2023-07-061-2/+2
* fix: include invisible tags for adminsArthur Schiwon2023-07-062-41/+36
* fix: favorites view and universal search against tagsArthur Schiwon2023-07-061-17/+30
* fix: change if with conditionless else to switch; and a parameter valueArthur Schiwon2023-07-062-20/+25
* use efficient tag retrieval on DAV report requestArthur Schiwon2023-07-062-17/+27
* fix(sse): don't update uncached filesRichard Steinmetz2023-07-041-13/+21
* Merge pull request #38976 from nextcloud/backport/38625/stable27Arthur Schiwon2023-07-046-41/+40
|\
| * ci: pro forma check of existence of internal methodArthur Schiwon2023-06-231-7/+9
| * refactor: declare getMount() and getMountsIn() at IRootFolderArthur Schiwon2023-06-234-23/+11
| * chore: ugly type jugglingArthur Schiwon2023-06-235-20/+32
| * fix: add typehine for IRootFolderArthur Schiwon2023-06-231-7/+5
| * fix: expect interface, not a specific implementationArthur Schiwon2023-06-231-3/+2
* | add utility command for object store objectsRobin Appelman2023-07-041-1/+5
* | file scanner performance improvementsRobin Appelman2023-06-262-14/+10
|/
* use source cache when listing folder during recursive copyRobin Appelman2023-06-191-5/+6
* Fix deprecated method callDominik Fuchß2023-06-141-1/+2
* Changes after code review.Dominik Fuchß2023-06-141-2/+7
* Add config variable for curl timeoutDominik Fuchß2023-06-141-2/+6
* Merge pull request #38449 from nextcloud/backport/38415/stable27Arthur Schiwon2023-06-011-6/+18
|\
| * don't always check if we need to setup the object store rootRobin Appelman2023-05-241-6/+18
* | fix: execute throws docrine exceptions not our wrapped onesJulius Härtl2023-05-241-2/+2
|/
* Merge pull request #38065 from nextcloud/fix-result-mimetype-loaderSimon L2023-05-161-16/+10
|\
| * fix(mimetype): Fix returning value when finding existing mimetype in MimeType...Thomas Citharel2023-05-041-16/+10
* | Merge pull request #38196 from nextcloud/fix/fix-32bits-freespace-and-sizesCôme Chilliet2023-05-157-14/+17
|\ \
| * | Fix return types in phpdocCôme Chilliet2023-05-155-5/+5
| * | Get rid of more int casts in file size manipulationsCôme Chilliet2023-05-113-9/+12
* | | Merge pull request #32961 from nextcloud/more-debug-lazyuserfolderCôme Chilliet2023-05-152-6/+18
|\ \ \
| * | | Add back missing slash in LazyUserFolder pathCôme Chilliet2023-05-091-1/+1
| * | | Make it easier to debug issue #32304Carl Schwan2023-05-042-7/+19
| | |/ | |/|
* | | Merge pull request #37709 from nextcloud/bugfix/deadlockJulius Härtl2023-05-131-2/+6
|\ \ \
| * | | fix: Check for wrapped retriable exceptionsJulius Härtl2023-05-021-2/+6
* | | | Merge pull request #37621 from nextcloud/enh/lock-readable-pathJulius Härtl2023-05-131-0/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | fix: Wrap filesystem LockedExceptions for holding the readable pathJulius Härtl2023-05-021-0/+3
| |/ /
* | | Merge pull request #37961 from nextcloud/poc/noid/systemtags-perfArthur Schiwon2023-05-113-54/+102
|\ \ \
| * | | refactor: remove where specification from SELECT getterArthur Schiwon2023-05-102-3/+0
| * | | refactor: remove SystemTag logic from Folder into QuerySearchHelperArthur Schiwon2023-05-092-52/+40
| * | | feat: specify media type via url path: systemtags-current/$mediaTypeArthur Schiwon2023-05-092-2/+13