aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Node/Folder.php
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-241-28/+3
* feat: first pass at TaskProcessing APIMarcel Klehr2024-05-141-1/+1
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-041-1/+1
* feat: add interface to get only a single node by id instead of all nodes for ...Robin Appelman2024-03-041-1/+5
* fix(Folder): Allow filename to be '0'Marcel Klehr2023-10-221-1/+1
* chore: Replace \OC::$server->query with \OCP\Server::get in /libChristoph Wurst2023-07-061-1/+1
* Merge pull request #37969 from nextcloud/poc/noid/systemtags-perf-tag-endpointJulius Härtl2023-06-281-0/+5
|\
| * fix: cominbation of small fixesArthur Schiwon2023-06-211-2/+2
| * fix: change if with conditionless else to switch; and a parameter valueArthur Schiwon2023-06-211-1/+1
| * use efficient tag retrieval on DAV report requestArthur Schiwon2023-06-211-1/+6
* | ci: pro forma check of existence of internal methodArthur Schiwon2023-06-211-7/+9
* | refactor: declare getMount() and getMountsIn() at IRootFolderArthur Schiwon2023-06-211-6/+2
* | chore: ugly type jugglingArthur Schiwon2023-06-211-3/+8
|/
* Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-151-3/+3
* 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
* Merge pull request #33061 from ibpl/master-IB#1121253Côme Chilliet2023-03-141-7/+8
|\
| * Merge masterPawel Boguslawski2022-11-041-9/+10
| |\
| * | 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
* | | only fetch the data for mounts inside a folder when neededRobin Appelman2023-02-091-4/+4
* | | 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-241-4/+4
* | Fix typos in lib/private subdirectoryluz paz2022-07-271-1/+1
* | Fix PHP 8.2 warnings about undeclared propertiesCôme Chilliet2022-06-211-1/+0
|/
* allow reusing known folder info when getting directory contentsRobin Appelman2022-04-061-2/+2
* optimize getById on LazyUserFolder to not require a full fs setupRobin Appelman2022-04-041-64/+1
* split out some path manipulation logicRobin Appelman2022-04-041-11/+2
* 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-041-1/+0
* 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
* getStorage can also return nullRobin Appelman2021-03-241-1/+1
* getRelativePath can return nullRobin Appelman2021-03-241-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