aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #33551 from nextcloud/scanner-dont-update-same-sizeVincent Petry2022-08-172-4/+11
|\ \ \
| * | | don't update the folder size if we know it hasn't changedRobin Appelman2022-08-162-4/+11
| |/ /
* | | Merge pull request #33559 from yeyulantu/bugfix-search-cacheJulius Härtl2022-08-161-1/+1
|\ \ \
| * | | fixed the cache searchBuilder negative mapDavid2022-08-161-1/+1
| |/ /
* | | Merge branch 'master' into display-name-cache-publicCarl Schwan2022-08-1533-185/+303
|\| |
| * | Document all getIncomplete implementations as returning string|falseCôme Chilliet2022-08-022-2/+2
| * | Fix dynamic property creations in test filesCôme Chilliet2022-08-011-1/+1
| * | Merge pull request #33380 from luzpaz/fix/lib-private-typosCôme Chilliet2022-07-2813-17/+17
| |\ \
| | * | Fix typos in lib/private subdirectoryluz paz2022-07-2713-17/+17
| * | | don't set `null` as a bundle pathRobin Appelman2022-07-271-3/+6
| |/ /
| * | always triger setup of builtin storage wrappersRobin Appelman2022-07-211-6/+15
| * | Merge pull request #32981 from nextcloud/typing/carl/simplefsCarl Schwan2022-07-183-60/+31
| |\ \
| | * | Add typing to SimpleFSCarl Schwan2022-07-143-60/+31
| * | | Merge pull request #33064 from nextcloud/feat/capped-memorycache-ocpCarl Schwan2022-07-186-6/+6
| |\ \ \
| | * | | Move CappedMemoryCache to OCPCarl Schwan2022-07-146-6/+6
| * | | | Merge pull request #32963 from nextcloud/s3-crt-bundle-downloadDaniel2022-07-182-12/+24
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | only use nextcloud bundle when explicitly enabledRobin Appelman2022-07-052-10/+15
| | * | | also use nextcloud certificate bundle when downloading from s3Robin Appelman2022-07-052-10/+17
| * | | | Fix listening for circle events in SetupManagerJonas2022-07-121-4/+4
| |/ / /
| * | | 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
* | | | expose displayname cache trough a public interfaceRobin Appelman2022-05-181-6/+1
|/ / /
* | | 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