aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #40326 from nextcloud/enh/text-to-image-apiJoas Schilling2023-10-261-1/+1
|\
| * fix(Folder): Allow filename to be '0'Marcel Klehr2023-10-221-1/+1
* | Merge pull request #39044 from nextcloud/more-empty-mount-checkingRobin Appelman2023-10-243-3/+18
|\ \
| * | setup filesystem wrappers before we mark the root as setupRobin Appelman2023-09-121-2/+3
| * | add more checks to ensure mounts aren't emptyRobin Appelman2023-09-122-1/+15
* | | enh(IMountManager): Add method to get MountPoint from CachedMountInfoJonas2023-10-232-1/+20
| |/ |/|
* | Merge pull request #40478 from nextcloud/node-from-entryJohn Molakvoæ2023-10-183-1/+34
|\ \
| * | add method to create a node from cache entry + mountpointRobin Appelman2023-09-193-1/+34
* | | feat(files): migrate template pickerJohn Molakvoæ2023-10-171-1/+2
* | | Convert isset ternary to null coalescing operatorHamid Dehnavi2023-09-287-9/+9
* | | Merge pull request #40501 from nextcloud/fix/fix-int-size-in-files-scannerCôme Chilliet2023-09-252-4/+7
|\ \ \
| * | | Store size in int|float for 32bit supportCôme Chilliet2023-09-192-4/+7
| |/ /
* | | Merge pull request #40499 from nextcloud/known-mtime-wrapperRobin Appelman2023-09-211-0/+142
|\ \ \
| * | | add wrapper to ensure we don't get an mtime that is lower than we know it isRobin Appelman2023-09-191-0/+142
| |/ /
* | | Merge pull request #39216 from shdehnavi/replace_substr_calls_in_lib_privateRobin Appelman2023-09-212-4/+4
|\ \ \
| * | | Refactor "substr" calls to improve code readabilityHamid Dehnavi2023-07-072-4/+4
* | | | use multipart copy for s3Robin Appelman2023-09-201-4/+12
| |/ / |/| |
* | | Merge pull request #40203 from lhsazevedo/fix/mimetype-40064Simon L2023-09-161-19/+17
|\ \ \
| * | | Wrap mimetype insert and getLastInsertId in a transactionLucas Azevedo2023-09-041-7/+9
| * | | fix(mimetype): Remove unnecessary transaction when storing a mime typeLucas Azevedo2023-09-011-26/+22
* | | | fix: Pass parent to NonExistingFile instancesJulius Härtl2023-09-131-1/+10
| |_|/ |/| |
* | | Detect aborted connection in OC\Files\View and stop writing data to the outpu...Benjamin Gaussorgues2023-09-071-2/+12
* | | fix: Only read unencrypted_size when file is actually encryptedJulius Härtl2023-09-062-3/+3
* | | fix: Only store unencrypted_size if path should be encryptedJulius Härtl2023-09-062-1/+3
* | | reuse isValidPath from FilesystemRobin Appelman2023-09-042-15/+3
* | | make LazyFolder::get not load the real folder if we know the pathRobin Appelman2023-09-044-27/+56
* | | add IFileInfo::getParentIdRobin Appelman2023-09-043-7/+19
* | | make Node::getParent lazyRobin Appelman2023-09-041-1/+10
* | | allow passing more info to lazy folderRobin Appelman2023-09-041-0/+18
* | | Merge pull request #39863 from nextcloud/sharing-mask-wrapperRobin Appelman2023-09-045-77/+50
|\ \ \
| * | | cleanup di for share permissions wrapperRobin Appelman2023-08-162-79/+42
| * | | more share permission logic to storage wrapperRobin Appelman2023-08-144-10/+20
* | | | Merge pull request #39707 from nextcloud/bugfix/39706/local-ext-storage-unava...Simon L2023-09-041-0/+7
|\ \ \ \
| * | | | Allow ext storage Local to go unavailableVincent Petry2023-08-291-0/+7
* | | | | fix: prevent sharing permissions on user root folderJohn Molakvoæ2023-09-011-1/+2
| |_|/ / |/| | |
* | | | Merge pull request #36068 from nextcloud/gf-encryption-fixRobin Appelman2023-09-011-29/+17
|\ \ \ \
| * | | | extend fix-key-location to handle cases from broken cross-storage movesRobin Appelman2023-08-311-29/+17
| |/ / /
* / / / fix(s3): fix handling verify_bucket_exists parameterThomas Citharel2023-08-311-1/+1
|/ / /
* | | Merge pull request #39958 from nextcloud/dav-permissions-perfJohn Molakvoæ2023-08-221-17/+5
|\ \ \
| * | | improve performance of calculating dav permissionsRobin Appelman2023-08-181-17/+5
* | | | only determine quota_include_external_storage once for quota wrapperRobin Appelman2023-08-182-4/+6
* | | | reuse dependencies from wrapped cacheRobin Appelman2023-08-181-3/+11
|/ / /
* | | Merge pull request #39481 from nextcloud/fix/transfer-ownersipJulius Härtl2023-08-171-16/+24
|\ \ \
| * | | fix: don't emit Hooks when hookpaths are emptyAnna Larch2023-08-171-16/+24
* | | | fix: Prevent PHP warnings when optional CacheEntry attributes are unsetFerdinand Thiessen2023-08-162-4/+4
|/ / /
* | | select the fileid first when looking for incomplete filesRobin Appelman2023-08-141-5/+9
* | | Merge pull request #39644 from nextcloud/fix/noid/copy-delete-fallback-for-filesDaniel2023-08-141-1/+1
|\ \ \ | |/ / |/| |
| * | fix: copy-and-delete fallback should use unlinkDaniel Kesselberg2023-07-311-1/+1
* | | Merge pull request #39698 from joshtrichards/invalid-source-storage-path-catchJohn Molakvoæ2023-08-051-1/+1
|\ \ \
| * | | fix: simplify `sourceData` checkJohn Molakvoæ2023-08-051-1/+1