aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* log stacktrace for 'Backends provided no user object'Arthur Schiwon2022-04-201-1/+3
* Add a metadata service to store file metadataCarl Schwan2022-04-131-1/+1
* perform a setup if we can't find any mounts containing a fileRobin Appelman2022-04-111-0/+6
* Merge pull request #31901 from nextcloud/fs-setup-tweaksVincent Petry2022-04-083-2/+21
|\
| * more preset metadata for LazyUserFolderRobin Appelman2022-04-082-0/+14
| * always do full setup for home folder with submountsRobin Appelman2022-04-081-2/+6
| * add missing returnRobin Appelman2022-04-081-0/+1
* | Merge pull request #31676 from nextcloud/enh/ocp-owner-lockVincent Petry2022-04-081-0/+72
|\ \ | |/ |/|
| * Adapt LockScope to LockContext renameJulius Härtl2022-04-071-6/+6
| * Add public API for owner based lockingJulius Härtl2022-04-041-0/+72
* | Merge pull request #31713 from nextcloud/fed-performanceRobin Appelman2022-04-073-5/+10
|\ \
| * | use the same cached propfind for free space for dav storageRobin Appelman2022-04-041-2/+2
| * | only request free space once for external sharesRobin Appelman2022-04-041-1/+1
| * | don't overwrite the etag from storage backends that already provide "good" etagsRobin Appelman2022-04-042-2/+7
| |/
* | shRobin Appelman2022-04-061-12/+12
* | allow reusing known folder info when getting directory contentsRobin Appelman2022-04-062-9/+16
* | save filesystem node in dav nodeRobin Appelman2022-04-061-1/+1
* | only setup home mount when getting home folderRobin Appelman2022-04-061-0/+6
* | Merge pull request #31754 from nextcloud/fix/view-inconsistent-if-conditionsCôme Chilliet2022-04-051-97/+95
|\ \
| * | composer run cs:fixCôme Chilliet2022-04-051-2/+2
| * | Exit early if $storage is falsy in View::getDirectoryContentCôme Chilliet2022-04-051-96/+94
| * | Fix incorrect if conditions in ViewCôme Chilliet2022-04-051-3/+3
* | | Merge pull request #31773 from nextcloud/share-limited-owner-setupVincent Petry2022-04-0510-139/+298
|\ \ \ | |/ / |/| |
| * | rename cached fileinfo on renameRobin Appelman2022-04-041-0/+9
| * | dont needlessly resolve path when getting internalPath/storage from NodeRobin Appelman2022-04-041-7/+5
| * | don't do a full setup for `findByStorageId`Robin Appelman2022-04-041-1/+0
| * | optimize getById on LazyUserFolder to not require a full fs setupRobin Appelman2022-04-045-81/+109
| * | split out some path manipulation logicRobin Appelman2022-04-044-28/+77
| * | allow getting mounts by providersRobin Appelman2022-04-043-22/+98
| |/
* | Merge pull request #29510 from nextcloud/backport/27378/masterJohn Molakvoæ2022-04-041-0/+1
|\ \
| * | Add dav plugin to trigger recalculating of checksumsRobin Appelman2022-03-311-0/+1
| |/
* | Merge pull request #31816 from nextcloud/bugfix/noid/deduplicate-storage-id-b...Joas Schilling2022-04-041-0/+1
|\ \
| * | Deduplicate storage ids in list before reusingJoas Schilling2022-04-041-0/+1
| |/
* | Merge pull request #31776 from nextcloud/storage-id-cache-bi-directionalRobin Appelman2022-04-042-16/+32
|\ \ | |/ |/|
| * cache storage id mapping both waysRobin Appelman2022-03-312-16/+32
* | Merge pull request #31632 from Maaxxs/fix-undefined-index-davLouis2022-03-291-3/+6
|\ \
| * | Use the null coalescing operator to set the value of `size`.Max Kunzelmann2022-03-281-1/+1
| * | Set `mtime` to null instead of false if `getlastmodified` does not exist.Max Kunzelmann2022-03-231-1/+1
| * | Fix typo.Max Kunzelmann2022-03-201-1/+1
| * | Fixes the undefined index error with the DAV property getlastmodifiedMax Kunzelmann2022-03-201-2/+5
* | | Merge pull request #31609 from nextcloud/fix/migrate-away-from-iloggerCôme Chilliet2022-03-2911-69/+37
|\ \ \ | |_|/ |/| |
| * | Fixing psalm errorsCôme Chilliet2022-03-241-9/+9
| * | Adapt more code to migration to LoggerInterfaceCôme Chilliet2022-03-242-3/+5
| * | Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet2022-03-249-74/+40
| |/
* | Make phpcs happy in MountProviderCollectionVincent Petry2022-03-241-2/+2
* | Apply suggestions from code reviewRobin Appelman2022-03-242-9/+10
* | add comment for getMountForPath loopRobin Appelman2022-03-241-0/+2
* | make mount cache duration configurableRobin Appelman2022-03-242-7/+23
* | fix method nameRobin Appelman2022-03-241-1/+1
* | caching of userfolderRobin Appelman2022-03-241-4/+2