summaryrefslogtreecommitdiffstats
path: root/lib/public/Files
Commit message (Expand)AuthorAgeFilesLines
* optimize UserMountCache::registerStorageRobin Appelman2023-11-161-0/+8
* Merge pull request #40286 from nextcloud/backport/40233/stable27Arthur Schiwon2023-09-071-0/+33
|\
| * Detect aborted connection in OC\Files\View and stop writing data to the outpu...Benjamin Gaussorgues2023-09-061-0/+33
* | more share permission logic to storage wrapperRobin Appelman2023-09-041-0/+8
|/
* fix share roots always being marked as writableRobin Appelman2023-07-281-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
* Fix typos in lib/public subdirectorySimon L2023-05-101-1/+1
* Merge pull request #37943 from nextcloud/fix/fix-getcontent-return-typeArthur Schiwon2023-05-033-2/+3
|\
| * Fix file_get_content signatures to make it clear it can return falseCôme Chilliet2023-04-273-2/+3
* | fix: Empty fallback for template creator action labelJulius Härtl2023-04-271-1/+1
|/
* Create new file/folder labelsChristopher Ng2023-04-271-1/+21
* More type cleanup in View and FileInfoCôme Chilliet2023-04-032-2/+2
* Fix return type of methods returning false on errorCôme Chilliet2023-04-033-7/+7
* Improve typing for fopen/toTmpFileCôme Chilliet2023-04-031-1/+1
* 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-082-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