aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Node
Commit message (Expand)AuthorAgeFilesLines
* Revert "[stable30] fix: Handle copy of folders containing live photos"revert-49650-backport/49293/stable30Louis2024-12-121-3/+3
* fix: Correctly create NonExistingFolder during copyLouis Chemineau2024-12-051-3/+3
* fix: Do not fail to get internal path on NonExistingFile/NonExistingFolderJulius Härtl2024-09-032-0/+16
* fix: Renaming does not need update but delete permissionsFerdinand Thiessen2024-08-281-5/+8
* fix(files): Fix incorrect keys by reindexingChristopher Ng2024-08-011-2/+2
* fix: `OCP\Files\Node\Folder::search` was not setting the ownerFerdinand Thiessen2024-07-111-1/+24
* fix: also use optimized getFirstNodeyIdInPath for Folder::getFirstNodeByIdRobin Appelman2024-06-201-1/+1
* Try create folder first and check if it exists afterGit'Fellow2024-05-301-1/+1
* fix(files): Try to create dir only if it not existsGit'Fellow2024-05-301-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-2410-229/+35
* fix: LazyRoot missing methodMarcel Klehr2024-05-141-0/+4
* feat: first pass at TaskProcessing APIMarcel Klehr2024-05-141-1/+1
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-024-4/+4
* feat(files): copy live photosMaxence Lange2024-03-081-21/+29
* perf: cache path by id to speedup getting nodes by idRobin Appelman2024-03-041-2/+28
* 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-046-14/+23
* feat: rename users to account or personVincent Petry2024-02-131-1/+1
* Synchronize operation on live photo filesLouis Chemineau2023-11-291-2/+2
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-233-5/+5
* fix(events): Make sure all `\OCP\Files::…` events are emitted with the same...Joas Schilling2023-11-091-1/+8
* IFilesMetadataMaxence Lange2023-11-071-2/+0
* IFilesMetadataMaxence Lange2023-11-073-1/+21
* fix(Folder): Allow filename to be '0'Marcel Klehr2023-10-221-1/+1
* add method to create a node from cache entry + mountpointRobin Appelman2023-09-193-1/+34
* fix: Pass parent to NonExistingFile instancesJulius Härtl2023-09-131-1/+10
* reuse isValidPath from FilesystemRobin Appelman2023-09-042-15/+3
* make LazyFolder::get not load the real folder if we know the pathRobin Appelman2023-09-044-27/+56
* add IFileInfo::getParentIdRobin Appelman2023-09-042-7/+15
* make Node::getParent lazyRobin Appelman2023-09-041-1/+10
* allow passing more info to lazy folderRobin Appelman2023-09-041-0/+18
* fix: prevent sharing permissions on user root folderJohn Molakvoæ2023-09-011-1/+2
* fix!: Move getEventDispatcher usage to IEventDispatcherJoas Schilling2023-07-281-2/+4
* fix: Move Node HookConnecter events to IEventDispatcherJoas Schilling2023-07-271-25/+13
* fix(node): non-existing folder is not searchableArthur Schiwon2023-07-131-0/+4
* 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-282-0/+9
|\
| * fix: cominbation of small fixesArthur Schiwon2023-06-211-2/+2
| * feat: add searchBySystemTag as PHP APIArthur Schiwon2023-06-211-0/+4
| * 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-213-15/+8
* | chore: ugly type jugglingArthur Schiwon2023-06-213-13/+18
* | fix: add typehine for IRootFolderArthur Schiwon2023-06-211-7/+5
|/
* Merge pull request #38261 from fsamapoor/replace_strpos_calls_in_lib_privateRobin Appelman2023-06-011-3/+3
|\
| * Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-151-3/+3
* | Merge pull request #32961 from nextcloud/more-debug-lazyuserfolderCôme Chilliet2023-05-152-6/+18
|\ \ | |/ |/|
| * Add back missing slash in LazyUserFolder pathCôme Chilliet2023-05-091-1/+1
| * Make it easier to debug issue #32304Carl Schwan2023-05-042-7/+19