Commit Graph

187 Commits (2bdc97741cd42843f85750421cba032942d860ed)

Author SHA1 Message Date
provokateurin dc13f9cc1e
fix(Files): Handle getOwner() returning false 1 year ago
Julius Härtl 61108882b9
fix: Do not fail to get internal path on NonExistingFile/NonExistingFolder 1 year ago
Ferdinand Thiessen 030c209d22 fix: Renaming does not need update but delete permissions 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 843bb62d6d fix: LazyRoot missing method 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
Maxence Lange 467c84ec53 feat(files): copy live photos 2 years ago
Robin Appelman a9ee278ec6 perf: cache path by id to speedup getting nodes by id 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
Vincent Petry 839ddaa354
feat: rename users to account or person 2 years ago
Louis Chemineau 2f6a4bf4a1
Synchronize operation on live photo files 2 years ago
Joas Schilling aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Joas Schilling 67958915da
fix(events): Make sure all `\OCP\Files::…` events are emitted with the same data 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
Robin Appelman 5e347553bc add method to create a node from cache entry + mountpoint 2 years ago
Julius Härtl 7f958e81d3
fix: Pass parent to NonExistingFile instances 2 years ago
Robin Appelman 5ac0e9b63b
reuse isValidPath from Filesystem 2 years ago
Robin Appelman baf8d2e1d0
make LazyFolder::get not load the real folder if we know the path 2 years ago
Robin Appelman 9055fef5ef
add IFileInfo::getParentId 2 years ago
Robin Appelman e718cbc661
make Node::getParent lazy 2 years ago
Robin Appelman 0232eec2cf
allow passing more info to lazy folder 2 years ago
John Molakvoæ 750a9f2c4a
fix: prevent sharing permissions on user root folder 2 years ago
Joas Schilling 3962cd0aa8
fix!: Move getEventDispatcher usage to IEventDispatcher 2 years ago
Joas Schilling 44a0a62107
fix: Move Node HookConnecter events to IEventDispatcher 2 years ago
Arthur Schiwon f2642fcceb
fix(node): non-existing folder is not searchable 3 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 221562d45d
feat: add searchBySystemTag as PHP API 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
Arthur Schiwon 167a5f394d
fix: add typehine for IRootFolder 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
Côme Chilliet 1cc1866ba3
Add back missing slash in LazyUserFolder path 3 years ago
Côme Chilliet 6034cc6893 Make sure to never trigger files hooks on a null path 3 years ago