summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* Check whether entry is of type ICacheEntry in Cache->remove()Jonas2022-06-291-1/+1
* Merge pull request #32994 from nextcloud/fix/extended-query-searchCarl Schwan2022-06-292-5/+9
|\
| * Search without join on filecache_extendedCarl Schwan2022-06-232-5/+9
* | Merge pull request #32982 from nextcloud/fix/metadata-extractionCarl Schwan2022-06-281-1/+1
|\ \
| * | Fix metadata extractionCarl Schwan2022-06-221-1/+1
| |/
* | Merge pull request #32960 from nextcloud/fix/avoid-using-undeclared-propertiesCôme Chilliet2022-06-282-2/+0
|\ \ | |/ |/|
| * Fix PHP 8.2 warnings about undeclared propertiesCôme Chilliet2022-06-212-2/+0
* | Merge pull request #31475 from nextcloud/kofemann-patch-1blizzz2022-06-211-0/+1
|\ \ | |/ |/|
| * files: close open directory file descriptor on error pathTiramisu Mokka2022-03-071-0/+1
* | Merge pull request #31966 from nextcloud/unencrypted-sizeVincent Petry2022-06-136-49/+136
|\ \
| * | store unencrypted size in the unencrypted_size columnRobin Appelman2022-06-026-49/+136
* | | Merge pull request #32723 from MartinBrugnara/masterVincent Petry2022-06-101-5/+9
|\ \ \
| * | | Expose umask override value as config parameter: localstorage.umaskMartin Brugnara2022-06-051-5/+9
* | | | 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