aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #48077 from nextcloud/backport/47852/stable30Benjamin Gaussorgues2024-10-021-1/+1
|\
| * fix: misc code fixes around db shardingbackport/47852/stable30Robin Appelman2024-09-161-1/+1
* | fix(querybuilder): Fix boolean type so that oracle handles boolean wellbackport/48215/stable30Joas Schilling2024-09-251-1/+1
* | Merge pull request #48233 from nextcloud/backport/48222/stable30Kate2024-09-201-2/+2
|\ \
| * | perf: reuse cache info we already have when moving to object storebackport/48222/stable30Robin Appelman2024-09-201-2/+2
* | | Merge pull request #48221 from nextcloud/backport/30/fix_move_on_same_bucketKate2024-09-201-0/+5
|\ \ \ | |/ / |/| |
| * | perf(ObjectStoreStorage): Improve (slow) move on same object bucketChristoph Fiehe2024-09-191-0/+5
* | | fix: ensure parent folder exists when writing a file to object storageRobin Appelman2024-09-191-0/+4
* | | fix: verify that parent exists in cache when insertingRobin Appelman2024-09-191-0/+3
* | | fix: fix object store id for test object storeRobin Appelman2024-09-191-2/+2
* | | fix: cleanup objectstore file_put_contentRobin Appelman2024-09-191-7/+4
* | | fix: create intermediate directories for objectstore moveFromStorageRobin Appelman2024-09-191-0/+1
* | | fix: get source file before moving the cache item in objectstore moveFromStorageRobin Appelman2024-09-191-1/+5
|/ /
* | chore: improve hash_file php usage in Local Storagebackport/46218/stable30John 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 #47796 from nextcloud/backport/47756/stable30Andy Scherzinger2024-09-151-1/+2
|\
| * fix(files): Check if the target path is a descendant of the shared folder pathbackport/47756/stable30Git'Fellow2024-09-061-1/+2
* | fix(S3ConfigTrait): Allow proxy field to take falsebackport/48016/stable30provokateurin2024-09-151-1/+1
* | fix(Storage\Local): Do not call getSourcePath() on SplFileInfobackport/48015/stable30provokateurin2024-09-151-1/+1
* | fix(files): Adjust Cache::searchQuery() parameter name to match interfacebackport/47954/stable30provokateurin2024-09-132-4/+4
* | Merge pull request #47874 from nextcloud/backport/47853/stable30Andy Scherzinger2024-09-101-4/+4
|\ \
| * | fix: make swift connect exception message more informativeRobin Appelman2024-09-101-4/+4
| |/
* / fix: Only write once to template instead of create/copyJulius Knorr2024-09-101-3/+3
|/
* fix: write object to the correct urn when moving from another storage to obje...Robin Appelman2024-09-041-0/+25
* fix(files): Create non-existent parents of mountpointsprovokateurin2024-09-041-0/+9
* fix: Do not fail to get internal path on NonExistingFile/NonExistingFolderJulius Härtl2024-09-032-0/+16
* fix: Adjust filename validation messagesFerdinand Thiessen2024-08-301-3/+3
* 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
* fix: `FilenameValidator::isForbidden` should only check forbidden filesFerdinand Thiessen2024-08-221-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 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
* | Merge pull request #46379 from nextcloud/fix/folder-search-ownerFerdinand Thiessen2024-07-301-1/+24
|\ \ | |/ |/|
| * fix: `OCP\Files\Node\Folder::search` was not setting the ownerFerdinand Thiessen2024-07-111-1/+24
* | chore: fix some commentswithbest2024-07-291-1/+1
* | fix: Release directory iterator and thereby its potential directory lock prio...Dennis Verspuij2024-07-271-0/+1
* | Merge pull request #46672 from nextcloud/fix/preview-invalid-idAndy Scherzinger2024-07-251-3/+4
|\ \
| * | fix: Do not return partial file info if we have a cache entryJulius Härtl2024-07-221-3/+4
* | | feat: Add support for filling fields to backend componentsElizabeth Danzberger2024-07-251-2/+3
* | | fix: Emit new `BeforeGetTemplates` eventElizabeth Danzberger2024-07-251-0/+3
* | | fix: FileInfo from `View` should have the correct name of a mountpointFerdinand Thiessen2024-07-221-0/+4
|/ /
* | refactor: Migrate some legacy and core functions to `IFilenameValidator`Ferdinand Thiessen2024-07-191-0/+6