summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Node
Commit message (Expand)AuthorAgeFilesLines
* fix: prevent sharing permissions on user root folderJohn Molakvoæ2023-09-041-1/+2
* fix(node): non-existing folder is not searchableArthur Schiwon2023-07-131-0/+4
* refactor: adjust to unexposed searchBySystemTagArthur Schiwon2023-07-071-0/+4
* fix: cominbation of small fixesArthur Schiwon2023-07-061-2/+2
* fix: change if with conditionless else to switch; and a parameter valueArthur Schiwon2023-07-061-1/+1
* use efficient tag retrieval on DAV report requestArthur Schiwon2023-07-061-1/+6
* ci: pro forma check of existence of internal methodArthur Schiwon2023-06-231-7/+9
* refactor: declare getMount() and getMountsIn() at IRootFolderArthur Schiwon2023-06-233-15/+8
* chore: ugly type jugglingArthur Schiwon2023-06-233-13/+18
* fix: add typehine for IRootFolderArthur Schiwon2023-06-231-7/+5
* Merge pull request #32961 from nextcloud/more-debug-lazyuserfolderCôme Chilliet2023-05-152-6/+18
|\
| * Add back missing slash in LazyUserFolder pathCôme Chilliet2023-05-091-1/+1
| * Make it easier to debug issue #32304Carl Schwan2023-05-042-7/+19
* | Merge pull request #37961 from nextcloud/poc/noid/systemtags-perfArthur Schiwon2023-05-111-32/+4
|\ \
| * | refactor: remove SystemTag logic from Folder into QuerySearchHelperArthur Schiwon2023-05-091-52/+1
| * | feat: specify media type via url path: systemtags-current/$mediaTypeArthur Schiwon2023-05-091-2/+9
| * | PoC: SystemTags endpoint to return tags used by a user with meta dataArthur Schiwon2023-05-091-24/+40
| |/
* / Make sure to never trigger files hooks on a null pathCôme Chilliet2023-05-041-1/+4
|/
* Fix file_get_content signatures to make it clear it can return falseCôme Chilliet2023-04-271-5/+7
* fix: Use proper path when creating node instancesJulius Härtl2023-04-171-1/+5
* Merge pull request #36836 from nextcloud/fix/view-type-cleanupCôme Chilliet2023-04-051-1/+1
|\
| * Improve typing for fopen/toTmpFileCôme Chilliet2023-04-031-1/+1
* | Fix inherited parameter namesjld31032023-04-032-4/+4
|/
* Merge pull request #33061 from ibpl/master-IB#1121253Côme Chilliet2023-03-141-7/+8
|\
| * Merge masterPawel Boguslawski2022-11-044-17/+28
| |\
| * | Update Folder.phpPaweł Bogusławski2022-07-291-0/+1
| * | Update Folder.phpPaweł Bogusławski2022-07-291-1/+0
| * | Update lib/private/Files/Node/Folder.phpPaweł Bogusławski2022-07-291-1/+1
| * | Paths added to messages and message cleanupPawel Boguslawski2022-07-291-7/+8
* | | optimize LazyUserFolder::getMountPointRobin Appelman2023-02-132-3/+17
* | | only fetch the data for mounts inside a folder when neededRobin Appelman2023-02-094-32/+38
* | | Type sizes as int|float throughout the code baseCôme Chilliet2023-02-075-7/+7
* | | Merge pull request #34994 from Glandos/fileinfo_perfSimon L2022-11-111-3/+3
|\ \ \
| * | | Test valid path only if file info has to be retrievedGlandos2022-11-061-3/+3
* | | | Make sure that path is normalized and then checked,Côme Chilliet2022-11-101-7/+8
|/ / /
* | / Filter out old files when trying to get recent filesCarl Schwan2022-09-051-27/+55
| |/ |/|
* | remove leading slash for search results at mountpoint rootRobin Appelman2022-08-291-1/+1
* | Only pass parent if paths matchJulius Härtl2022-08-241-3/+5
* | Avoid extra query for the parent node if we can pass it alongJulius Härtl2022-08-242-9/+20
* | Fix typos in lib/private subdirectoryluz paz2022-07-272-2/+2
* | Move CappedMemoryCache to OCPCarl Schwan2022-07-141-1/+1
* | Fix PHP 8.2 warnings about undeclared propertiesCôme Chilliet2022-06-212-2/+0
|/
* log stacktrace for 'Backends provided no user object'Arthur Schiwon2022-04-201-1/+3
* perform a setup if we can't find any mounts containing a fileRobin Appelman2022-04-111-0/+6
* more preset metadata for LazyUserFolderRobin Appelman2022-04-082-0/+14
* allow reusing known folder info when getting directory contentsRobin Appelman2022-04-061-2/+2
* rename cached fileinfo on renameRobin Appelman2022-04-041-0/+9
* dont needlessly resolve path when getting internalPath/storage from NodeRobin Appelman2022-04-041-7/+5
* optimize getById on LazyUserFolder to not require a full fs setupRobin Appelman2022-04-045-81/+109
* split out some path manipulation logicRobin Appelman2022-04-043-28/+6