summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
...
* optimize UserMountCache::registerStorageRobin Appelman2023-11-163-57/+61
* Merge pull request #40935 from nextcloud/local-case-insensitiveBenjamin Gaussorgues2023-11-151-1/+26
|\
| * add some support for rename on case insensitive local filesystemsRobin Appelman2023-10-201-1/+26
* | Merge pull request #41366 from ir0nhide/fix/multipart-copy-ssecJulius Härtl2023-11-151-1/+7
|\ \
| * | fix(s3): support SSE-C headers for the MultipartCopy callTobias Zimmerer2023-11-141-1/+7
* | | Merge pull request #38622 from nextcloud/ifElseReturnMatchGit'Fellow2023-11-151-15/+8
|\ \ \ | |/ / |/| |
| * | Replace if/else with return matchGit'Fellow2023-11-011-15/+8
* | | fix psalmMaxence Lange2023-11-141-5/+1
* | | ignore metadata if table is emptyMaxence Lange2023-11-144-6/+26
* | | moving metadataqueryMaxence Lange2023-11-133-3/+3
* | | feat(files): Allow advanced search for filesBenjamin Gaussorgues2023-11-103-1/+17
* | | fix(events): Make sure all `\OCP\Files::…` events are emitted with the same...Joas Schilling2023-11-091-1/+8
* | | Merge pull request #41119 from nextcloud/optmize-storage-wrappersRobin Appelman2023-11-085-27/+74
|\ \ \
| * | | optimize isShared and isMountedRobin Appelman2023-11-081-6/+6
| * | | optimize builtin storage wrappersRobin Appelman2023-11-084-21/+68
* | | | Merge pull request #40964 from nextcloud/artonge/feat/metadata/port_providersLouis2023-11-083-19/+27
|\ \ \ \
| * | | | Support getting and setting metadata in DAV requestsLouis Chemineau2023-11-083-19/+27
| |/ / /
* | | | Merge pull request #40996 from nextcloud/view-share-disable-reuseRobin Appelman2023-11-081-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | reuse sharing disabled state when listing folder contentRobin Appelman2023-10-191-1/+1
* | | | IFilesMetadataMaxence Lange2023-11-075-16/+16
* | | | IFilesMetadataMaxence Lange2023-11-0710-95/+179
* | | | Merge pull request #40995 from nextcloud/cache-jail-optimizationsArthur Schiwon2023-11-032-6/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | optimize cache jail creationRobin Appelman2023-10-192-6/+1
| |/ /
* | | 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