Commit Graph

105 Commits (addParameterTypingVersionsMapper)

Author SHA1 Message Date
Côme Chilliet 9277a17a3c
fix: Flag folder objects that got deleted to recreate them if needed 3 months ago
Ferdinand Thiessen 5981b7eb51
chore: apply new CSFixer rules 6 months ago
skjnldsv e41e8de0e2 fix(dav): file drop nickname 7 months ago
Robin Appelman 99364adc1c
fix: improve handling of newFolder race condition handling 8 months ago
Daniel Kesselberg fbaa4cc5e0 fix: catch NotPermittedException in Folder.nodeExists 1 year ago
Daniel Kesselberg 3db20c8b00 docs: Folder.get throws a NotPermittedException exception 1 year ago
provokateurin dc13f9cc1e
fix(Files): Handle getOwner() returning false 1 year ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 1 year ago
Christopher Ng 572361f498 fix(files): Fix incorrect keys by reindexing 1 year ago
Ferdinand Thiessen cf935e33ae
fix: `OCP\Files\Node\Folder::search` was not setting the owner 1 year ago
Robin Appelman ffced73a71 fix: also use optimized getFirstNodeyIdInPath for Folder::getFirstNodeById 2 years ago
Git'Fellow 77979b1475 Try create folder first and check if it exists after 2 years ago
Git'Fellow 5c4e4c5590 fix(files): Try to create dir only if it not exists 2 years ago
Andy Scherzinger dae7c159f7
chore: Add SPDX header 2 years ago
Marcel Klehr 00894e2420 feat: first pass at TaskProcessing API 2 years ago
Côme Chilliet ec5133b739 fix: Apply new coding standard to all files 2 years ago
Robin Appelman e7a7b4a401 perf: switch places that always use the first getById result to getFirstNodeById 2 years ago
Robin Appelman 4d110c1dd6 feat: add interface to get only a single node by id instead of all nodes for the id 2 years ago
Maxence Lange f497d8b6e5 IFilesMetadata 2 years ago
Maxence Lange e62e9e3dbf IFilesMetadata 2 years ago
Marcel Klehr 71a06b6bf8 fix(Folder): Allow filename to be '0' 2 years ago
Christoph Wurst 14719110b9 chore: Replace \OC::$server->query with \OCP\Server::get in /lib 3 years ago
Arthur Schiwon a0f9556f7c
fix: cominbation of small fixes 3 years ago
Arthur Schiwon b0d1cf5730
fix: change if with conditionless else to switch; and a parameter value 3 years ago
Arthur Schiwon 58f7fd2370
use efficient tag retrieval on DAV report request 3 years ago
Arthur Schiwon 088a0eea29
ci: pro forma check of existence of internal method 3 years ago
Arthur Schiwon 71e41ffeeb
refactor: declare getMount() and getMountsIn() at IRootFolder 3 years ago
Arthur Schiwon f6ac874dbf
chore: ugly type juggling 3 years ago
Faraz Samapoor e7cc7653b8 Refactors "strpos" calls in lib/private to improve code readability. 3 years ago
Arthur Schiwon dbfd2f936a
refactor: remove SystemTag logic from Folder into QuerySearchHelper 3 years ago
Arthur Schiwon 2489a2d63a
feat: specify media type via url path: systemtags-current/$mediaType 3 years ago
Arthur Schiwon 6bff6a5667
PoC: SystemTags endpoint to return tags used by a user with meta data 3 years ago
Robin Appelman 5bcf37b7ff only fetch the data for mounts inside a folder when needed 3 years ago
Côme Chilliet a78595a45f
Make sure that path is normalized and then checked, 3 years ago
Carl Schwan 67551f379f
Filter out old files when trying to get recent files 3 years ago
Robin Appelman e9ba58ca61
remove leading slash for search results at mountpoint root 3 years ago
Julius Härtl 83b1415906
Only pass parent if paths match 3 years ago
Julius Härtl b2d6435737
Avoid extra query for the parent node if we can pass it along 3 years ago
Paweł Bogusławski a850424b1b Update Folder.php 3 years ago
Paweł Bogusławski 097b78594a Update Folder.php 3 years ago
Paweł Bogusławski 04baf69fea Update lib/private/Files/Node/Folder.php 3 years ago
Pawel Boguslawski 9eb1a92fa4 Paths added to messages and message cleanup 3 years ago
luz paz 368f83095d Fix typos in lib/private subdirectory 3 years ago
Côme Chilliet 1bd5222224
Fix PHP 8.2 warnings about undeclared properties 4 years ago
Robin Appelman 151c800397
allow reusing known folder info when getting directory contents 4 years ago
Robin Appelman 44a8ebdc1f
optimize getById on LazyUserFolder to not require a full fs setup 4 years ago
Robin Appelman 700444e218
split out some path manipulation logic 4 years ago
Robin Appelman 5c2e7c7d28
fix Folder->getById() when a single storage is mounted multiple times 4 years ago
Robin Appelman 9884344230
dont include folder being search in in the results 5 years ago
Robin Appelman f938daa6e4
update tests and fix some edge cases around new search 5 years ago