| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(files): Fix incorrect keys by reindexing | Christopher Ng | 2024-08-01 | 1 | -2/+2 |
* | fix: `OCP\Files\Node\Folder::search` was not setting the owner | Ferdinand Thiessen | 2024-07-11 | 1 | -1/+24 |
* | fix: also use optimized getFirstNodeyIdInPath for Folder::getFirstNodeById | Robin Appelman | 2024-06-20 | 1 | -1/+1 |
* | Try create folder first and check if it exists after | Git'Fellow | 2024-05-30 | 1 | -1/+1 |
* | fix(files): Try to create dir only if it not exists | Git'Fellow | 2024-05-30 | 1 | -1/+1 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 1 | -28/+3 |
* | feat: first pass at TaskProcessing API | Marcel Klehr | 2024-05-14 | 1 | -1/+1 |
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 1 | -1/+1 |
* | perf: switch places that always use the first getById result to getFirstNodeById | Robin Appelman | 2024-03-04 | 1 | -1/+1 |
* | feat: add interface to get only a single node by id instead of all nodes for ... | Robin Appelman | 2024-03-04 | 1 | -1/+5 |
* | fix(Folder): Allow filename to be '0' | Marcel Klehr | 2023-10-22 | 1 | -1/+1 |
* | chore: Replace \OC::$server->query with \OCP\Server::get in /lib | Christoph Wurst | 2023-07-06 | 1 | -1/+1 |
* | Merge pull request #37969 from nextcloud/poc/noid/systemtags-perf-tag-endpoint | Julius Härtl | 2023-06-28 | 1 | -0/+5 |
|\ |
|
| * | fix: cominbation of small fixes | Arthur Schiwon | 2023-06-21 | 1 | -2/+2 |
| * | fix: change if with conditionless else to switch; and a parameter value | Arthur Schiwon | 2023-06-21 | 1 | -1/+1 |
| * | use efficient tag retrieval on DAV report request | Arthur Schiwon | 2023-06-21 | 1 | -1/+6 |
* | | ci: pro forma check of existence of internal method | Arthur Schiwon | 2023-06-21 | 1 | -7/+9 |
* | | refactor: declare getMount() and getMountsIn() at IRootFolder | Arthur Schiwon | 2023-06-21 | 1 | -6/+2 |
* | | chore: ugly type juggling | Arthur Schiwon | 2023-06-21 | 1 | -3/+8 |
|/ |
|
* | Refactors "strpos" calls in lib/private to improve code readability. | Faraz Samapoor | 2023-05-15 | 1 | -3/+3 |
* | refactor: remove SystemTag logic from Folder into QuerySearchHelper | Arthur Schiwon | 2023-05-09 | 1 | -52/+1 |
* | feat: specify media type via url path: systemtags-current/$mediaType | Arthur Schiwon | 2023-05-09 | 1 | -2/+9 |
* | PoC: SystemTags endpoint to return tags used by a user with meta data | Arthur Schiwon | 2023-05-09 | 1 | -24/+40 |
* | Merge pull request #33061 from ibpl/master-IB#1121253 | Côme Chilliet | 2023-03-14 | 1 | -7/+8 |
|\ |
|
| * | Merge master | Pawel Boguslawski | 2022-11-04 | 1 | -9/+10 |
| |\ |
|
| * | | Update Folder.php | Paweł Bogusławski | 2022-07-29 | 1 | -0/+1 |
| * | | Update Folder.php | Paweł Bogusławski | 2022-07-29 | 1 | -1/+0 |
| * | | Update lib/private/Files/Node/Folder.php | Paweł Bogusławski | 2022-07-29 | 1 | -1/+1 |
| * | | Paths added to messages and message cleanup | Pawel Boguslawski | 2022-07-29 | 1 | -7/+8 |
* | | | only fetch the data for mounts inside a folder when needed | Robin Appelman | 2023-02-09 | 1 | -4/+4 |
* | | | Make sure that path is normalized and then checked, | Côme Chilliet | 2022-11-10 | 1 | -7/+8 |
* | | | Filter out old files when trying to get recent files | Carl Schwan | 2022-09-05 | 1 | -27/+55 |
| |/
|/| |
|
* | | remove leading slash for search results at mountpoint root | Robin Appelman | 2022-08-29 | 1 | -1/+1 |
* | | Only pass parent if paths match | Julius Härtl | 2022-08-24 | 1 | -3/+5 |
* | | Avoid extra query for the parent node if we can pass it along | Julius Härtl | 2022-08-24 | 1 | -4/+4 |
* | | Fix typos in lib/private subdirectory | luz paz | 2022-07-27 | 1 | -1/+1 |
* | | Fix PHP 8.2 warnings about undeclared properties | Côme Chilliet | 2022-06-21 | 1 | -1/+0 |
|/ |
|
* | allow reusing known folder info when getting directory contents | Robin Appelman | 2022-04-06 | 1 | -2/+2 |
* | optimize getById on LazyUserFolder to not require a full fs setup | Robin Appelman | 2022-04-04 | 1 | -64/+1 |
* | split out some path manipulation logic | Robin Appelman | 2022-04-04 | 1 | -11/+2 |
* | fix Folder->getById() when a single storage is mounted multiple times | Robin Appelman | 2021-07-28 | 1 | -15/+29 |
* | dont include folder being search in in the results | Robin Appelman | 2021-07-02 | 1 | -1/+7 |
* | update tests and fix some edge cases around new search | Robin Appelman | 2021-06-14 | 1 | -5/+22 |
* | some cleanup and documentation | Robin Appelman | 2021-06-14 | 1 | -25/+16 |
* | perform file search in a single query | Robin Appelman | 2021-06-14 | 1 | -51/+20 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -1/+0 |
* | adjust tests | Robin Appelman | 2021-04-21 | 1 | -1/+0 |
* | use search query for Folder::getRecent | Robin Appelman | 2021-04-21 | 1 | -160/+36 |
* | Fail when creating new files with an empty path | Julius Härtl | 2021-04-20 | 1 | -0/+3 |
* | getStorage can also return null | Robin Appelman | 2021-03-24 | 1 | -1/+1 |