aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* fix: catch NotPermittedException in Folder.nodeExistsupdate-phpdoc-for-folder-getDaniel Kesselberg2024-09-301-1/+1
* docs: Folder.get throws a NotPermittedException exceptionDaniel Kesselberg2024-09-303-23/+0
* fix: Fix test of IConstructableStorage implentation by storage classesfix/fix-storage-interface-checkCôme Chilliet2024-09-301-1/+1
* fix(Storage): Fix IStorage return typesprovokateurin2024-09-2624-1484/+518
* feat(trashbin): Port files trashbin events to IEventDispatcher/IEventListenerCarl Schwan2024-09-231-0/+5
* fix: Move storage constructor to specific interfaceCôme Chilliet2024-09-232-1/+7
* chore: Add proper deprecation dates where missingFerdinand Thiessen2024-09-201-1/+1
* perf: reuse cache info we already have when moving to object storeobject-store-move-dbRobin Appelman2024-09-191-2/+2
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-1921-35/+35
* fix: fix share reminder job for oracleoracle-share-reminderRobin Appelman2024-09-181-1/+1
* fix: ensure parent folder exists when writing a file to object storageRobin Appelman2024-09-181-0/+4
* fix: verify that parent exists in cache when insertingRobin Appelman2024-09-181-0/+3
* fix: fix object store id for test object storeRobin Appelman2024-09-181-2/+2
* fix: cleanup objectstore file_put_contentRobin Appelman2024-09-181-7/+4
* fix: create intermediate directories for objectstore moveFromStorageRobin Appelman2024-09-181-0/+1
* fix: get source file before moving the cache item in objectstore moveFromStorageRobin Appelman2024-09-181-1/+5
* Merge pull request #47986 from cfiehe/fix_move_on_same_bucketStephan Orbaugh2024-09-171-0/+5
|\
| * perf(ObjectStoreStorage): Improve (slow) move on same object bucketChristoph Fiehe2024-09-161-0/+5
* | fix(Storage): Fix method docs inheritancefix/storage/method-docs-inheritanceprovokateurin2024-09-1710-155/+16
* | fix(Files): Handle getOwner() returning falsefix/storage/get-owner-falseprovokateurin2024-09-173-10/+51
* | fix(Storage): Document getOwner() can return falseprovokateurin2024-09-177-41/+8
* | 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-164-34/+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-166-15/+71
* | fix: Fix other uses of removed Storage interfaceCôme Chilliet2024-09-162-84/+8
* | chore: improve hash_file php usage in Local Storageartonge/fix/hash_return_typeJohn Molakvoæ2024-09-161-8/+1
* | fix(files): Ensure that the hash method does not return nullLouis Chemineau2024-09-162-2/+10
|/
* Merge pull request #47852 from nextcloud/sharding-code-fixesJohn Molakvoæ2024-09-161-1/+1
|\
| * fix: misc code fixes around db shardingsharding-code-fixesRobin Appelman2024-09-091-1/+1
* | Merge pull request #48016 from nextcloud/fix/s3configtrait/proxy-falseKate2024-09-151-1/+1
|\ \
| * | fix(S3ConfigTrait): Allow proxy field to take falsefix/s3configtrait/proxy-falseprovokateurin2024-09-151-1/+1
* | | fix(Storage\Local): Do not call getSourcePath() on SplFileInfofix/storage-local/get-source-path-spl-file-infoprovokateurin2024-09-151-1/+1
|/ /
* | fix(files): Adjust Cache::searchQuery() parameter name to match interfaceprovokateurin2024-09-132-4/+4
* | Merge pull request #47853 from nextcloud/clearify-swift-exceptionRobin Appelman2024-09-101-4/+4
|\ \
| * | fix: make swift connect exception message more informativeRobin Appelman2024-09-091-4/+4
| |/
* / fix: Only write once to template instead of create/copyJulius Knorr2024-09-101-3/+3
|/
* fix(files): Never return a null ETag in DAVprovokateurin2024-09-093-10/+3
* chore(storage): refactor some code portionsGit'Fellow2024-09-061-30/+16
* Merge pull request #47784 from nextcloud/fix/file-infoFerdinand Thiessen2024-09-061-9/+5
|\
| * fix(FileInfo): correctly implement `\ArrayAccess::offsetGet`Ferdinand Thiessen2024-09-061-9/+5
* | fix(files): Check if the target path is a descendant of the shared folder pathGit'Fellow2024-09-051-1/+2
|/
* chore: adjust code to adhere to coding standardAnna Larch2024-09-051-1/+1
* Merge pull request #47417 from nextcloud/fix/files/create-mountpoint-parentsKate2024-09-041-0/+9
|\
| * fix(files): Create non-existent parents of mountpointsprovokateurin2024-08-221-0/+9
* | Merge pull request #47546 from nextcloud/fix/files-view-error-messagesAndy Scherzinger2024-08-291-3/+3
|\ \
| * | fix: Adjust filename validation messagesFerdinand Thiessen2024-08-271-3/+3
* | | fix: Do not fail to get internal path on NonExistingFile/NonExistingFolderJulius Härtl2024-08-292-0/+16
* | | fix: Also validate parent path in `verifyPath`Ferdinand Thiessen2024-08-282-3/+17
* | | fix: Allow read-only filename validation to allow reading filesFerdinand Thiessen2024-08-281-1/+12