aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | | | fix: Renaming does not need update but delete permissionsFerdinand Thiessen2024-08-281-5/+8
* | | | chore: Apply php:cs recommendationsLouis Chemineau2024-08-281-9/+9
* | | | fix: hint storage id in more placesRobin Appelman2024-08-281-2/+5
* | | | feat: implement distributing partitioned queries over multiple shardsRobin Appelman2024-08-281-4/+92
|/ / /
* | | Merge pull request #46013 from nextcloud/obj-store-move-from-storage-preserve...Julius Härtl2024-08-261-0/+25
|\ \ \
| * | | fix: write object to the correct urn when moving from another storage to obje...Robin Appelman2024-08-231-0/+25
| |/ /
* / / style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-2534-86/+86
|/ /
* | fix: `FilenameValidator::isForbidden` should only check forbidden filesFerdinand Thiessen2024-08-211-9/+18
* | fix: use mountpoint from storage to find the encryption keysRobin Appelman2024-08-201-3/+3
* | feat: store the mountpoint of storages in the mount optionsRobin Appelman2024-08-201-2/+3
|/
* Merge branch 'master' into jr-readdir-false-falseJohn Molakvoæ2024-08-16123-3642/+3320
|\
| * Merge pull request #47044 from nextcloud/fix/accept-several-mounts-in-encryptionAndy Scherzinger2024-08-071-1/+1
| |\
| | * fix(encryption): Fix mountpoint check to accept if several are foundCôme Chilliet2024-08-051-1/+1
| * | fix: ensure array returned from getMountsForFileId is continiousRobin Appelman2024-08-021-2/+2
| * | fix(files): Fix incorrect keys by reindexingChristopher Ng2024-08-011-2/+2