summaryrefslogtreecommitdiffstats
path: root/lib/public/Files
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #40280 from nextcloud/backport/40233/stable26Côme Chilliet2023-09-071-0/+30
|\
| * Lower log to debug for connections aborted by the clientCôme Chilliet2023-09-051-0/+30
* | more share permission logic to storage wrapperRobin Appelman2023-09-041-0/+8
|/
* fix share roots always being marked as writableRobin Appelman2023-08-011-2/+16
* docs: adjust @since version to backportArthur Schiwon2023-06-261-2/+2
* refactor: declare getMount() and getMountsIn() at IRootFolderArthur Schiwon2023-06-231-0/+13
* Make it clear that file sizes may be float on 32bitsCôme Chilliet2023-04-012-4/+4
* feat(s3): Use multipart upload for chunked uploadingJulius Härtl2023-03-092-0/+129
* Merge pull request #36566 from nextcloud/mount-find-by-numeric-idJulius Härtl2023-02-081-2/+2
|\
| * fix testsRobin Appelman2023-02-071-2/+2
* | Move back typing to phpdoc to keep backward compatibility in OCPCôme Chilliet2023-02-072-2/+8
* | Type sizes as int|float throughout the code baseCôme Chilliet2023-02-073-3/+3
* | Allow float sizes in FileInfo for 32bitsCôme Chilliet2023-02-071-1/+1
* | Strong type filesize related methods to ease 32bits problem findingsCôme Chilliet2023-02-072-8/+2
|/
* ci: migrate ocp since checker to psalmDaniel Kesselberg2023-01-241-0/+4
* composer run cs:fixCôme Chilliet2023-01-2027-27/+0
* fix link to documentation of php functionbbx-github2023-01-031-1/+1
* Align checksum dav property with desktop client parsingJulius Härtl2022-12-301-1/+4
* Rename file1 and file2 to source and target in Storage abstractionCarl Schwan2022-10-182-12/+12
* Fix testsJohn Molakvoæ2022-10-141-0/+17
* Merge pull request #33697 from nextcloud/fix/improve-bulk-uploadCôme Chilliet2022-08-301-0/+89
|\
| * Move dav utils functions to OCP\Files\DavUtilCôme Chilliet2022-08-301-0/+89
* | add marker interface to mark system mount points for encryptionRobin Appelman2022-08-251-0/+34
|/
* Document all getIncomplete implementations as returning string|falseCôme Chilliet2022-08-021-1/+1
* Multiple fixesCarl Schwan2022-07-312-0/+175
* Add typing to SimpleFSCarl Schwan2022-07-144-43/+24
* store unencrypted size in the unencrypted_size columnRobin Appelman2022-06-021-0/+10
* Make it possible to get the appdata folder using the public APICarl Schwan2022-05-111-0/+21
* Merge pull request #31676 from nextcloud/enh/ocp-owner-lockVincent Petry2022-04-086-0/+477
|\
| * Adapt LockScope to LockContext renameJulius Härtl2022-04-073-6/+7
| * Add public API for owner based lockingJulius Härtl2022-04-046-0/+476
* | Merge pull request #31713 from nextcloud/fed-performanceRobin Appelman2022-04-071-0/+35
|\ \
| * | don't overwrite the etag from storage backends that already provide "good" etagsRobin Appelman2022-04-041-0/+35
| |/
* | optimize getById on LazyUserFolder to not require a full fs setupRobin Appelman2022-04-041-1/+12
* | allow getting mounts by providersRobin Appelman2022-04-041-2/+2
|/
* Add missing PHPDoc in InvalidateMountCacheEventVincent Petry2022-03-241-0/+10
* Apply suggestions from code reviewRobin Appelman2022-03-241-1/+1
* fix method nameRobin Appelman2022-03-241-1/+1
* add logic to perform a full filesystem setup when neededRobin Appelman2022-03-241-0/+45
* update cached mounts when only specific providers have been setupRobin Appelman2022-03-241-1/+2
* allow getting mounts by providerRobin Appelman2022-03-241-0/+10
* allow getting cached mounts by path from the mount cacheRobin Appelman2022-03-241-0/+23
* Merge pull request #31431 from nextcloud/fs-setup-managerRobin Appelman2022-03-084-17/+51
|\
| * type fixesRobin Appelman2022-03-041-0/+2
| * move logic to decide what to setup to setupmanagerRobin Appelman2022-03-041-1/+1
| * adjust tests to new fs setupRobin Appelman2022-03-041-0/+32
| * more type hints for ICachedMountInfo and IMountManagerRobin Appelman2022-03-043-17/+17
* | Note DI only usage in PHPDocChristopher Ng2022-03-071-1/+5
* | Add missing @since in InMemoryFile to please CICôme Chilliet2022-03-071-0/+1
* | Extend simple file with extension getterChristopher Ng2022-03-042-0/+12
|/