aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Files
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|/
* store mountprovider for each mount in the mounts tableRobin Appelman2022-02-232-0/+16
* Fix some issues with the API documentationCarl Schwan2022-02-172-2/+5
* code checker fixes for instanceOfStorageRobin Appelman2021-12-023-2/+7
* teach psalm about `Storage::instanceOfStorage`Robin Appelman2021-12-021-0/+3
* Fix ArrayAccess and JsonSerializable return typesCôme Chilliet2021-11-232-2/+2
* Merge branch 'master' into imountpoint-ocp-storageJohn Molakvoæ2021-10-22100-280/+135
|\
| * Add already used optional sizeDifference parameter to IPropagatorJulius Härtl2021-10-141-1/+2
| * Merge pull request #28608 from nextcloud/path-prefix-filterVincent Petry2021-10-072-0/+20
| |\
| | * generate a better optimized query for path prefix search filtersRobin Appelman2021-08-262-0/+20
| * | Fix typo on the DocBlock of the copy methodAsier Iturralde Sarasola2021-08-271-1/+1
| |/
| * Merge pull request #28476 from nextcloud/search-jail-insensitiveVincent Petry2021-08-241-0/+1
| |\
| | * use case insensitive like when limiting search to jailRobin Appelman2021-08-171-0/+1
| * | Remove some mentions of ownCloud from our api documentationCarl Schwan2021-07-292-4/+4
| |/
| * Migrate HintException to OCPGary Kim2021-06-301-1/+1
| * use searchoperation for storage filter instead of db expressionRobin Appelman2021-06-141-6/+4
| * rework search api to allow searching on multiple caches at onceRobin Appelman2021-06-141-0/+29
| * Update php licensesJohn Molakvoæ (skjnldsv)2021-06-04100-268/+73