aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* feat: add debug logging for adding/removing items from the user mounts cacheusermountcache-loggingRobin Appelman3 days1-0/+3
* refactor(IMimeTypeDetector): use consistent capitalizationchore/consistent-namingFerdinand Thiessen4 days1-51/+52
* feat: add command to list objectsRobin Appelman6 days1-2/+2
* feat: add command to get object metadataRobin Appelman6 days1-3/+39
* feat: add getParentId to ICacheEntryRobin Appelman9 days1-0/+4
* fix(IFilenameValidator): correctly handle case insensitivityfix/file-name-validator-case-sensitivityFerdinand Thiessen2025-03-211-5/+3
* fix(IMimeTypeDetector): use correct return typefix/IMimeTypeDetector-typesFerdinand Thiessen2025-03-181-2/+2
* Merge pull request #51333 from nextcloud/filePointerCheckGit'Fellow2025-03-171-8/+8
|\
| * fix(files): Make sure file pointer existsfilePointerCheckGit'Fellow2025-03-071-8/+8
* | fix: fix getNodeFromCacheEntryAndMount using relative pathRobin Appelman2025-03-101-2/+2
|/
* Merge pull request #50702 from Institutional-Investment-Group/feat/support-aw...Andy Scherzinger2025-03-051-2/+4
|\
| * Merge branch 'master' into feat/support-aws-session-tokenHector Manuel2025-03-045-31/+30
| |\
| * | feat(object_store): Add support for session token in AWS credentialsHector Valcarcel2025-02-061-2/+4
* | | fix: No IFactory in constructorbugfix/50619/no-session-work-in-constructorMarcel Müller2025-03-051-3/+1
* | | fix(files): Don't do session related work in the constructor of the ViewJoas Schilling2025-03-051-10/+10
| |/ |/|
* | perf(files): faster query to fetch incomplete directoriesperf/improve-incomplete-scanBenjamin Gaussorgues2025-02-132-15/+6
* | Merge pull request #50498 from nextcloud/bug/48678/restore-dav-error-response-2Daniel2025-02-111-16/+8
|\ \
| * | fix: make locked exception path relative to the viewRobin Appelman2025-02-111-16/+8
| |/
* / fix: don't use cached root info from shared cache if the watcher has detected...Robin Appelman2025-02-062-0/+16
|/
* fix: psalm and OCP @since declarationsfix/mime-intJohn Molakvoæ2025-02-061-2/+2
* fix: make sure we process mime extensions as stringskjnldsv2025-02-051-4/+11
* fix(s3): treat empty sse_c_key as not setfeat/s3/sse-cRichard Steinmetz2025-01-281-1/+1
* fix: Harden files scanner for invalid null accessFerdinand Thiessen2025-01-286-172/+170
* Merge pull request #50273 from nextcloud/artonge/fix/metadata_field_searchFerdinand Thiessen2025-01-251-6/+11
|\
| * fix: Metadata field searchartonge/fix/metadata_field_searchLouis Chemineau2025-01-201-6/+11
* | fix(TemplateManager): Remove warning messageGit'Fellow2025-01-201-1/+0
|/
* fix: php lint extra tab fixfix/conversion-extensionJohn Molakvoæ2025-01-171-1/+0
* fix(files): more conversion tests and translate error messagesskjnldsv2025-01-171-9/+35
* chore: remove unnecessary methodfix/file-conversion-missing-extensionElizabeth Danzberger2025-01-161-17/+0
* fix: prevent missing target file extensionElizabeth Danzberger2025-01-161-12/+8
* fix(files): conversion api simplification and conflict checkskjnldsv2025-01-161-36/+61
* feat(api): File conversion APIElizabeth Danzberger2025-01-151-0/+152
* fix: use proper way to get numeric storage id for mountpointRobin Appelman2025-01-131-1/+1
* fix(PathHelper): Remove null bytes when normalizing pathfix/files_sharing/harden-apiprovokateurin2025-01-131-0/+2
* Merge pull request #49903 from nextcloud/encryption-version-versionCôme Chilliet2025-01-071-0/+1
|\
| * fix: restore updated encrypted version when copying versionsencryption-version-versionRobin Appelman2025-01-031-0/+1
* | fix: explicitly ignore nested mounts when transfering ownershipmount-move-checksRobin Appelman2025-01-061-3/+9
* | fix: translate mount move error messagesRobin Appelman2025-01-031-11/+36
* | fix: improve checks for moving shares/storages into other mountsRobin Appelman2025-01-031-15/+51
|/
* fix: don't skip scanner users filesystem if they have a mountpoint at /<user>...Robin Appelman2024-12-271-2/+7
* fix: Fix copying to the root of another mountpointfix/fix-copy-to-mountpoint-rootCôme Chilliet2024-12-171-0/+3
* fix(View): Catch exceptions when executing mkdir for non-existent parentsfix/view/catch-mkdir-exception-non-existent-parentsprovokateurin2024-12-161-4/+11
* Revert "fix: don't recalculate folder size in Cache::delete if the entry didn...ci/revert/47342Daniel Kesselberg2024-12-161-0/+3
* fix(TemplateManager): Make sure TemplateFolder is a FolderensureTemplateFolderGit'Fellow2024-12-131-2/+6
* Merge pull request #47342 from nextcloud/cache-delete-notfound-sizeRobin Appelman2024-12-121-3/+0
|\
| * fix: don't recalculate folder size in Cache::delete if the entry didn't existcache-delete-notfound-sizeRobin Appelman2024-08-201-3/+0
* | Merge pull request #49739 from nextcloud/s3-disable-multipart-remove-debugKate2024-12-111-1/+0
|\ \
| * | chore: cleanup leftover debug statements3-disable-multipart-remove-debugRobin Appelman2024-12-091-1/+0
* | | Merge pull request #40394 from nextcloud/updater-change-mimetype-objectstoreJohn Molakvoæ2024-12-111-9/+13
|\ \ \
| * | | fix: fix mimetype not being updated when changing file extention on object storeupdater-change-mimetype-objectstoreRobin Appelman2024-12-051-9/+13