aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #32768 from nextcloud/fs-setup-onetime-earlierVincent Petry2022-06-101-0/+4
|\
| * perform onetime setup earlier to ensure wrappers are registered on timeRobin Appelman2022-06-081-0/+4
* | fix mounts mounted at the users homeRobin Appelman2022-06-091-7/+3
* | handle stream wrappers in SeekableHttpStreamRobin Appelman2022-06-081-0/+13
|/
* Cleanup temporary files after finishing the write to object storageJulius Härtl2022-06-021-0/+2
* Fix docblock for return typeDaniel Kesselberg2022-05-271-1/+0
* Merge pull request #26813 from nextcloud/feature/files-search-tagsSimon L2022-05-183-7/+22
|\
| * Files: Extend search to also cover tagsMarcel Klehr2022-05-173-7/+22
* | Merge pull request #32250 from nextcloud/cleanup/cappedmemorycacheJohn Molakvoæ2022-05-132-35/+13
|\ \
| * | Add stricter psalm type for CappedMemoryCacheCarl Schwan2022-05-122-35/+13
| |/
* / Make it possible to get the appdata folder using the public APICarl Schwan2022-05-111-13/+8
|/
* Merge pull request #32110 from plumbeo/binary-encoding-4Vincent Petry2022-05-051-1/+1
|\
| * Save encrypted files in binary formatplumbeo2022-05-041-1/+1
* | Merge pull request #32152 from nextcloud/bugfix/32151/allow-compatibility-wra...Vincent Petry2022-05-051-1/+1
|\ \
| * | Allow compatibility wrapper on local external storageVincent Petry2022-04-261-1/+1
* | | Merge pull request #31752 from nextcloud/fix/remove-still-more-iloggerCôme Chilliet2022-05-028-57/+58
|\ \ \
| * | | composer run cs:fixCôme Chilliet2022-04-261-1/+0
| * | | Remove ILogger usages in lib/private/Files/StorageCôme Chilliet2022-04-263-19/+25
| * | | Migrate more classes of lib/private to LoggerInterfaceCôme Chilliet2022-04-265-37/+33
* | | | Merge pull request #32034 from nextcloud/bugfix/noid/satisfy-binary-operation...Carl Schwan2022-04-271-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Make the binary operation order explicitJoas Schilling2022-04-211-1/+1
* | | | Merge pull request #32084 from nextcloud/root-setup-groupfoldersVincent Petry2022-04-251-1/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Only need to setup root for groupfoldersRobin Appelman2022-04-221-1/+3
* | | | Merge pull request #32074 from nextcloud/mysql-search-ignore-index-2Robin Appelman2022-04-251-0/+11
|\ \ \ \
| * | | | tell mysql to ignore the sort index for search queriesRobin Appelman2022-04-221-0/+11
| |/ / /
* | | | Merge pull request #32082 from nextcloud/directory-content-lazy-ownerVincent Petry2022-04-251-8/+8
|\ \ \ \
| * | | | Use a lazy user for the file owner when listing a directoryRobin Appelman2022-04-221-8/+8
| |/ / /
* | | | Merge pull request #32079 from nextcloud/directory-listing-optimize-add-submountVincent Petry2022-04-251-4/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | optimize adding submount info to directory contentRobin Appelman2022-04-221-4/+2
| |/ /
* | | Merge pull request #32040 from nextcloud/full-setup-only-newJulius Härtl2022-04-222-3/+16
|\ \ \ | |/ / |/| |
| * | only register mounts that are new from providers that are new during a full s...Robin Appelman2022-04-212-3/+16
| |/
* / cache fullSetupRequired locallyRobin Appelman2022-04-211-1/+7
|/
* Merge pull request #32024 from nextcloud/local-metadata-forbiddenRobin Appelman2022-04-201-1/+5
|\
| * ignore forbidden files while scanning local storageRobin Appelman2022-04-201-1/+5
* | 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