summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Node
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #31609 from nextcloud/fix/migrate-away-from-iloggerCôme Chilliet2022-03-291-6/+3
|\
| * Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet2022-03-241-6/+3
* | caching of userfolderRobin Appelman2022-03-241-4/+2
* | fmtRobin Appelman2022-03-242-5/+1
* | improve lazy UserFolderRobin Appelman2022-03-242-6/+69
* | return a lazy folder from Root::getUserFolderRobin Appelman2022-03-241-9/+13
* | allow setting some metadata in the lazyfolder without having to get the real ...Robin Appelman2022-03-241-1/+24
|/
* type fixesRobin Appelman2022-03-041-5/+5
* adjust tests to new fs setupRobin Appelman2022-03-041-2/+2
* move teardown logic to SetupManagerRobin Appelman2022-03-041-25/+25
* store mountprovider for each mount in the mounts tableRobin Appelman2022-02-232-7/+8
* fix Folder->getById() when a single storage is mounted multiple timesRobin Appelman2021-07-281-15/+29
* dont include folder being search in in the resultsRobin Appelman2021-07-021-1/+7
* update tests and fix some edge cases around new searchRobin Appelman2021-06-141-5/+22
* some cleanup and documentationRobin Appelman2021-06-141-25/+16
* perform file search in a single queryRobin Appelman2021-06-141-51/+20
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-049-10/+1
* adjust testsRobin Appelman2021-04-211-1/+0
* use search query for Folder::getRecentRobin Appelman2021-04-211-160/+36
* Fail when creating new files with an empty pathJulius Härtl2021-04-201-0/+3
* Merge pull request #26219 from nextcloud/relative-path-nullRoeland Jago Douma2021-03-301-2/+2
|\
| * getStorage can also return nullRobin Appelman2021-03-241-1/+1
| * getRelativePath can return nullRobin Appelman2021-03-241-1/+1
* | fix return value of Root::getRobin Appelman2021-03-261-1/+1
|/
* handle ordering in folder searchRobin Appelman2021-03-191-35/+27
* folder filtering in sqlRobin Appelman2021-03-191-16/+20
* cleanup fileinfo creationRobin Appelman2021-03-191-9/+16
* formatRobin Appelman2021-03-181-1/+0
* handle limit and offset in folder file searchRobin Appelman2021-03-181-6/+51
* unify handling of Folder::search methods into "new" query objectsRobin Appelman2021-03-181-45/+61
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-182-3/+3
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-165-5/+5
* Don't leave cursors open when tests failJoas Schilling2020-11-091-1/+5
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-243-2/+5
* Merge pull request #22237 from nextcloud/bugfix/noid/allow_putContent_empty_s...Roeland Jago Douma2020-08-201-1/+1
|\
| * Allow writing empty content to new fileGeorg Ehrke2020-08-131-1/+1
* | Improve recent file fetchingRoeland Jago Douma2020-08-181-6/+51
|/
* Add lazy events for the Node APIRoeland Jago Douma2020-05-281-23/+80
* generalize the "lazy folder" conceptRobin Appelman2020-05-112-456/+497
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-103-3/+1