aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #34770 from nextcloud/backport/34579/stable24John Molakvoæ2022-10-271-1/+1
|\
| * fix null error in getUnencryptedSizeRobin Appelman2022-10-241-1/+1
* | Merge pull request #34797 from nextcloud/backport/33540/stable24Vincent Petry2022-10-271-1/+6
|\ \
| * | fix updating cached mounts that didn't have their mount provider set previouslyRobin Appelman2022-10-251-1/+6
| |/
* | Merge pull request #34410 from nextcloud/backport/33566/stable24John Molakvoæ2022-10-272-2/+19
|\ \
| * | trigger a rescan when trying to fopen a file that exists in cache but not on ...Robin Appelman2022-10-062-2/+19
* | | Fix unencrypted size calculation for files created before the Encryption stor...raul2022-10-251-3/+2
* | | Fix: Prevent deadlocks during mtime/size/etag propagationraul2022-10-251-17/+29
| |/ |/|
* | Avoid allocating too much memory for the bufferJulius Härtl2022-10-121-1/+1
|/
* Filter out old files when trying to get recent filesCarl Schwan2022-09-081-27/+55
* Merge pull request #33749 from nextcloud/backport/33734/stable24Vincent Petry2022-09-011-1/+1
|\
| * remove leading slash for search results at mountpoint rootRobin Appelman2022-08-301-1/+1
* | Merge pull request #33656 from nextcloud/backport/33574/stable24blizzz2022-08-301-2/+6
|\ \
| * | directly build the search filter for shared storage instead of setting up the...Robin Appelman2022-08-231-2/+6
| |/
* / optimize search post-processing for jail wrapperRobin Appelman2022-08-181-5/+7
|/
* fix updating size when folder is emptyRobin Appelman2022-08-161-13/+17
* Merge pull request #32273 from nextcloud/backport/32152/stable24blizzz2022-08-041-1/+1
|\
| * Allow compatibility wrapper on local external storageVincent Petry2022-05-051-1/+1
* | don't set `null` as a bundle pathRobin Appelman2022-07-271-3/+6
* | Merge pull request #33326 from nextcloud/backport/33308/stable24Vincent Petry2022-07-251-6/+15
|\ \
| * | always triger setup of builtin storage wrappersRobin Appelman2022-07-221-6/+15
* | | Merge pull request #33252 from nextcloud/backport/32963/stable24blizzz2022-07-222-12/+24
|\ \ \ | |/ / |/| |
| * | only use nextcloud bundle when explicitly enabledRobin Appelman2022-07-182-10/+15
| * | also use nextcloud certificate bundle when downloading from s3Robin Appelman2022-07-182-10/+17
* | | Fix listening for circle events in SetupManagerJonas2022-07-181-4/+4
|/ /
* | Check whether entry is of type ICacheEntry in Cache->remove()Jonas2022-06-301-1/+1
* | Fix metadata extractionCarl Schwan2022-06-281-1/+1
* | Merge pull request #32708 from nextcloud/unencrypted-size-24blizzz2022-06-116-52/+146
|\ \
| * | store unencrypted size in the unencrypted_size columnRobin Appelman2022-06-036-52/+146
* | | Merge pull request #32801 from nextcloud/backport/32797/stable24Vincent Petry2022-06-101-7/+3
|\ \ \
| * | | fix mounts mounted at the users homeRobin Appelman2022-06-091-7/+3
* | | | perform onetime setup earlier to ensure wrappers are registered on timeRobin Appelman2022-06-101-0/+4
* | | | Merge pull request #32710 from nextcloud/backport/32662/stable24Vincent Petry2022-06-101-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Cleanup temporary files after finishing the write to object storageJulius Härtl2022-06-021-0/+2
| |/ /
* / / handle stream wrappers in SeekableHttpStreamRobin Appelman2022-06-091-0/+13
|/ /
* / tell mysql to ignore the sort index for search queriesRobin Appelman2022-05-161-0/+11
|/
* Only need to setup root for groupfoldersRobin Appelman2022-04-251-1/+3
* optimize adding submount info to directory contentRobin Appelman2022-04-251-4/+2
* Use a lazy user for the file owner when listing a directoryRobin Appelman2022-04-251-8/+8
* only register mounts that are new from providers that are new during a full s...Robin Appelman2022-04-222-3/+16
* Merge pull request #32066 from nextcloud/backport/32045/stable24blizzz2022-04-221-1/+7
|\
| * cache fullSetupRequired locallyRobin Appelman2022-04-221-1/+7
* | Merge pull request #32027 from nextcloud/backport/32024/stable24blizzz2022-04-221-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