aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Node/Root.php
Commit message (Expand)AuthorAgeFilesLines
* docs: Folder.get throws a NotPermittedException exceptionDaniel Kesselberg2024-09-301-6/+0
* fix(Files): Handle getOwner() returning falsefix/storage/get-owner-falseprovokateurin2024-09-171-2/+17
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-241-29/+4
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* perf: cache path by id to speedup getting nodes by idRobin Appelman2024-03-041-2/+28
* feat: add interface to get only a single node by id instead of all nodes for ...Robin Appelman2024-03-041-0/+4
* feat: rename users to account or personVincent Petry2024-02-131-1/+1
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
* add method to create a node from cache entry + mountpointRobin Appelman2023-09-191-0/+26
* refactor: declare getMount() and getMountsIn() at IRootFolderArthur Schiwon2023-06-211-6/+2
* chore: ugly type jugglingArthur Schiwon2023-06-211-2/+2
* optimize LazyUserFolder::getMountPointRobin Appelman2023-02-131-1/+1
* only fetch the data for mounts inside a folder when neededRobin Appelman2023-02-091-2/+2
* Type sizes as int|float throughout the code baseCôme Chilliet2023-02-071-2/+2
* Fix typos in lib/private subdirectoryluz paz2022-07-271-1/+1
* Move CappedMemoryCache to OCPCarl Schwan2022-07-141-1/+1
* log stacktrace for 'Backends provided no user object'Arthur Schiwon2022-04-201-1/+3
* perform a setup if we can't find any mounts containing a fileRobin Appelman2022-04-111-0/+6
* optimize getById on LazyUserFolder to not require a full fs setupRobin Appelman2022-04-041-2/+81
* split out some path manipulation logicRobin Appelman2022-04-041-0/+2
* Merge pull request #31609 from nextcloud/fix/migrate-away-from-iloggerCôme Chilliet2022-03-291-6/+3
|\
| * Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet2022-03-241-6/+3
* | caching of userfolderRobin Appelman2022-03-241-4/+2
* | fmtRobin Appelman2022-03-241-1/+0
* | improve lazy UserFolderRobin Appelman2022-03-241-6/+10
* | return a lazy folder from Root::getUserFolderRobin Appelman2022-03-241-9/+13
|/
* type fixesRobin Appelman2022-03-041-5/+5
* adjust tests to new fs setupRobin Appelman2022-03-041-2/+2
* move teardown logic to SetupManagerRobin Appelman2022-03-041-25/+25
* store mountprovider for each mount in the mounts tableRobin Appelman2022-02-231-6/+7
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* fix return value of Root::getRobin Appelman2021-03-261-1/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Properly hint exceptions thrown by getUserFolderJulius Härtl2020-04-031-2/+4
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-2/+2
* Update license headersChristoph Wurst2019-12-051-1/+2
* Some php-cs fixesRoeland Jago Douma2019-11-221-2/+2
* add option to get raw size (without submounts) from fileinfoRobin Appelman2019-02-271-1/+2
* Fix string doc type casingChristoph Wurst2018-11-151-1/+1
* Update license headersMorris Jobke2017-11-061-0/+2
* Introduce an event for first time login based on the last login time stampThomas Müller2016-11-141-1/+0
* DI for root.phpLukas Reschke2016-11-021-21/+33
* Do not expose user data in exceptions & fix typoMorris Jobke2016-11-021-1/+1
* Add using casing check/fix for initMountPointsVincent Petry2016-11-021-0/+9
* optimize Folder::getById to use less queriesRobin Appelman2016-10-121-1/+13
* optimize getUserFolder for the common caseRobin Appelman2016-08-251-11/+6
* cache user foldersRobin Appelman2016-08-251-16/+26
* Update with robinJoas Schilling2016-07-211-1/+1