aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Storage/Common.php
Commit message (Expand)AuthorAgeFilesLines
* refactor(Storage): Make all parameter types strong typesprovokateurin2024-10-071-66/+44
* Merge pull request #48454 from nextcloud/fix/storage/get-directory-content-re...Kate2024-10-011-1/+1
|\
| * fix(Storage): Fix getDirectoryContent() return typefix/storage/get-directory-content-return-typeprovokateurin2024-09-301-1/+1
* | fix: preserve fileid when moving from objectstore to non-objectstoreRobin Appelman2024-09-271-4/+16
|/
* fix(Storage): Fix IStorage return typesprovokateurin2024-09-261-131/+58
* fix: Move storage constructor to specific interfaceCôme Chilliet2024-09-231-1/+2
* fix(Storage): Fix method docs inheritancefix/storage/method-docs-inheritanceprovokateurin2024-09-171-27/+1
* fix(Storage): Document getOwner() can return falseprovokateurin2024-09-171-7/+1
* chore: Check storage is an instance of the correct class instead of psalm-sup...fix/remove-references-to-deprected-storage-interfaceCôme Chilliet2024-09-161-6/+9
* chore: Remove deprecated Storage::search method instead of moving it to IStorageCôme Chilliet2024-09-161-4/+0
* chore: psalm-suppress legacy code weirdnessCôme Chilliet2024-09-161-2/+12
* chore: Fix psalm issues, put back private versions of getter in private Stora...Côme Chilliet2024-09-161-6/+14
* fix(files): Never return a null ETag in DAVprovokateurin2024-09-091-1/+1
* fix: Also validate parent path in `verifyPath`Ferdinand Thiessen2024-08-281-1/+13
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-5/+5
* Merge branch 'master' into jr-readdir-false-falseJohn Molakvoæ2024-08-161-112/+50
|\
| * refactor: Migrate filename validation logic from `Storage` to `FilenameValida...Ferdinand Thiessen2024-07-161-64/+12
| * chore: Add SPDX headerAndy Scherzinger2024-05-241-39/+4
| * fix: Pass the mountpoint target user to storages without ownerJulius Härtl2024-04-091-0/+13
| * fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
| * fix: Enforce forbidden filename characters on backendFerdinand Thiessen2024-02-281-5/+7
| * fix: Throw instead of yielding nothing when listing local directoriesJulius Härtl2024-02-231-0/+6
| * use OCP\ServerRobin Appelman2024-02-121-1/+2
| * improve di performance for cacheRobin Appelman2024-02-091-8/+11
| * Convert isset ternary to null coalescing operatorHamid Dehnavi2023-09-281-1/+1
* | Clean-up some remaining readdir calls with undesirable false evaluation poten...Josh Richards2023-06-241-1/+1
|/
* Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-151-1/+1
* fix: Wrap filesystem LockedExceptions for holding the readable pathJulius Härtl2023-05-021-0/+3
* Merge branch 'master' into enh/type-iconfig-getter-callsCôme Chilliet2023-04-201-0/+3
|\
| * handle not being able to write file for notify self-testRobin Appelman2023-04-061-0/+3
* | Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-051-1/+1
|/
* Adapt types of subclassesCôme Chilliet2023-04-011-1/+1
* Respect OCP interface in private classesCôme Chilliet2023-02-071-1/+1
* Fix psalm errors related to filesizesCôme Chilliet2023-02-071-2/+2
* Strong type filesize related methods to ease 32bits problem findingsCôme Chilliet2023-02-071-1/+1
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Rename file1 and file2 to source and target in Storage abstractionCarl Schwan2022-10-181-15/+15
* 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
* | Remove ILogger usages in lib/private/Files/StorageCôme Chilliet2022-04-261-11/+17
* | some file scanner performance improvementsRobin Appelman2022-03-171-1/+6
|/
* Check for invalid characters before trimmingJoas Schilling2021-11-251-1/+1
* Make sure that a empty directory can still be deleted when copied from anothe...Julius Härtl2021-08-131-0/+1
* Remove some mentions of ownCloud from our api documentationCarl Schwan2021-07-291-2/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+1
* better cleanup of user files on user deletionRobin Appelman2021-04-271-1/+1
* Properly handle result when copying with failure and throw in testsJulius Härtl2021-01-051-2/+2
* Bump icewind/streams from 0.7.1 to 0.7.2Christoph Wurst2020-12-291-2/+3
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-1/+0