summaryrefslogtreecommitdiffstats
path: root/lib/public/Files
Commit message (Expand)AuthorAgeFilesLines
* fix: Pass the mountpoint target user to storages without ownerJulius Härtl2024-07-221-0/+12
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-0414-14/+14
* feat: add interface for lower level filecache acess without having to do dire...Robin Appelman2024-03-251-0/+99
* feat: Add iconSvgInline to TemplateFileCreatorChristopher Ng2024-03-201-1/+13
* refactor(mimeloader): modernize MimeTypeLoaderThomas Citharel2024-03-141-4/+4
* feat(files): copy live photosMaxence Lange2024-03-084-47/+13
* feat: add interface to get only a single node by id instead of all nodes for ...Robin Appelman2024-03-042-1/+39
* add some comments for the distributive operation and add another testRobin Appelman2024-02-161-0/+4
* fix types + autoloaderRobin Appelman2024-02-151-1/+4
* optimize query pattern used by storage filterRobin Appelman2024-02-151-2/+3
* fix(OCP): Add since tag for all constantsJoas Schilling2024-02-1410-1/+162
* chore: Add missing ArrayAccess template parametersCôme Chilliet2024-02-061-0/+1
* Use OCP\Util::getL10N instead of OC::$server->getL10NCôme Chilliet2024-02-056-6/+6
* perf: Avoid updating the folder size if we know the size differenceJulius Härtl2024-01-121-1/+1
* Synchronize operation on live photo filesLouis Chemineau2023-11-292-0/+46
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-234-4/+4
* Fix is-define operatorLouis Chemineau2023-11-221-1/+1
* implements search on null/notnull metadataMaxence Lange2023-11-221-0/+1
* Merge pull request #41565 from nextcloud/fix/object-storage-inconsitent-behaviorFerdinand Thiessen2023-11-221-2/+2
|\
| * fix(ObjectStore): Make copying behavior consistent with local storageFerdinand Thiessen2023-11-171-2/+2
* | accept boolean valueMaxence Lange2023-11-221-2/+2
|/
* optimize UserMountCache::registerStorageRobin Appelman2023-11-161-0/+8
* IFilesMetadataMaxence Lange2023-11-072-21/+3
* IFilesMetadataMaxence Lange2023-11-073-2/+47
* enh(IMountManager): Add method to get MountPoint from CachedMountInfoJonas2023-10-231-0/+12
* Merge pull request #40478 from nextcloud/node-from-entryJohn Molakvoæ2023-10-181-0/+12
|\
| * add method to create a node from cache entry + mountpointRobin Appelman2023-09-191-0/+12
* | feat(files): migrate template pickerJohn Molakvoæ2023-10-171-0/+1
|/
* Detect aborted connection in OC\Files\View and stop writing data to the outpu...Benjamin Gaussorgues2023-09-071-0/+33
* add IFileInfo::getParentIdRobin Appelman2023-09-041-0/+9
* Merge pull request #39863 from nextcloud/sharing-mask-wrapperRobin Appelman2023-09-041-0/+8
|\
| * more share permission logic to storage wrapperRobin Appelman2023-08-141-0/+8
* | improve performance of calculating dav permissionsRobin Appelman2023-08-181-6/+7
* | feat: redirect to the mime icon if no preview availableJohn Molakvoæ2023-08-171-0/+6
|/
* Merge pull request #39605 from nextcloud/bugfix/noid/final-events-cleanupJoas Schilling2023-08-042-0/+132
|\
| * feat!: Migrate TagService events to typed eventsJoas Schilling2023-07-282-0/+132
* | fix share roots always being marked as writableRobin Appelman2023-07-281-2/+16
* | expose MovableMount in public interfaceRobin Appelman2023-07-281-0/+48
|/
* files: Add OpenAPI specjld31032023-07-121-0/+4
* Merge pull request #37969 from nextcloud/poc/noid/systemtags-perf-tag-endpointJulius Härtl2023-06-281-0/+10
|\
| * feat: add searchBySystemTag as PHP APIArthur Schiwon2023-06-211-0/+10
* | refactor: declare getMount() and getMountsIn() at IRootFolderArthur Schiwon2023-06-211-0/+13
|/
* Fix typos in lib/public subdirectorySimon L2023-05-101-1/+1
* Merge pull request #37943 from nextcloud/fix/fix-getcontent-return-typeArthur Schiwon2023-05-033-2/+3
|\
| * Fix file_get_content signatures to make it clear it can return falseCôme Chilliet2023-04-273-2/+3
* | fix: Empty fallback for template creator action labelJulius Härtl2023-04-271-1/+1
|/
* Create new file/folder labelsChristopher Ng2023-04-271-1/+21
* More type cleanup in View and FileInfoCôme Chilliet2023-04-032-2/+2
* Fix return type of methods returning false on errorCôme Chilliet2023-04-033-7/+7
* Improve typing for fopen/toTmpFileCôme Chilliet2023-04-031-1/+1