| Commit message (Expand) | Author | Age | Files | Lines |
* | perf: cache path by id to speedup getting nodes by id | Robin Appelman | 2024-03-04 | 1 | -2/+28 |
* | feat: add interface to get only a single node by id instead of all nodes for ... | Robin Appelman | 2024-03-04 | 1 | -0/+4 |
* | feat: rename users to account or person | Vincent Petry | 2024-02-13 | 1 | -1/+1 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -1/+1 |
* | add method to create a node from cache entry + mountpoint | Robin Appelman | 2023-09-19 | 1 | -0/+26 |
* | 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 | -2/+2 |
* | optimize LazyUserFolder::getMountPoint | Robin Appelman | 2023-02-13 | 1 | -1/+1 |
* | only fetch the data for mounts inside a folder when needed | Robin Appelman | 2023-02-09 | 1 | -2/+2 |
* | Type sizes as int|float throughout the code base | Côme Chilliet | 2023-02-07 | 1 | -2/+2 |
* | Fix typos in lib/private subdirectory | luz paz | 2022-07-27 | 1 | -1/+1 |
* | Move CappedMemoryCache to OCP | Carl Schwan | 2022-07-14 | 1 | -1/+1 |
* | log stacktrace for 'Backends provided no user object' | Arthur Schiwon | 2022-04-20 | 1 | -1/+3 |
* | perform a setup if we can't find any mounts containing a file | Robin Appelman | 2022-04-11 | 1 | -0/+6 |
* | optimize getById on LazyUserFolder to not require a full fs setup | Robin Appelman | 2022-04-04 | 1 | -2/+81 |
* | split out some path manipulation logic | Robin Appelman | 2022-04-04 | 1 | -0/+2 |
* | Merge pull request #31609 from nextcloud/fix/migrate-away-from-ilogger | Côme Chilliet | 2022-03-29 | 1 | -6/+3 |
|\ |
|
| * | Migrate from ILogger to LoggerInterface in lib/private | Côme Chilliet | 2022-03-24 | 1 | -6/+3 |
* | | caching of userfolder | Robin Appelman | 2022-03-24 | 1 | -4/+2 |
* | | fmt | Robin Appelman | 2022-03-24 | 1 | -1/+0 |
* | | improve lazy UserFolder | Robin Appelman | 2022-03-24 | 1 | -6/+10 |
* | | return a lazy folder from Root::getUserFolder | Robin Appelman | 2022-03-24 | 1 | -9/+13 |
|/ |
|
* | type fixes | Robin Appelman | 2022-03-04 | 1 | -5/+5 |
* | adjust tests to new fs setup | Robin Appelman | 2022-03-04 | 1 | -2/+2 |
* | move teardown logic to SetupManager | Robin Appelman | 2022-03-04 | 1 | -25/+25 |
* | store mountprovider for each mount in the mounts table | Robin Appelman | 2022-02-23 | 1 | -6/+7 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -1/+0 |
* | fix return value of Root::get | Robin Appelman | 2021-03-26 | 1 | -1/+1 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -1/+1 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -0/+1 |
* | Properly hint exceptions thrown by getUserFolder | Julius Härtl | 2020-04-03 | 1 | -2/+4 |
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -2/+2 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+2 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -2/+2 |
* | add option to get raw size (without submounts) from fileinfo | Robin Appelman | 2019-02-27 | 1 | -1/+2 |
* | Fix string doc type casing | Christoph Wurst | 2018-11-15 | 1 | -1/+1 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+2 |
* | Introduce an event for first time login based on the last login time stamp | Thomas Müller | 2016-11-14 | 1 | -1/+0 |
* | DI for root.php | Lukas Reschke | 2016-11-02 | 1 | -21/+33 |
* | Do not expose user data in exceptions & fix typo | Morris Jobke | 2016-11-02 | 1 | -1/+1 |
* | Add using casing check/fix for initMountPoints | Vincent Petry | 2016-11-02 | 1 | -0/+9 |
* | optimize Folder::getById to use less queries | Robin Appelman | 2016-10-12 | 1 | -1/+13 |
* | optimize getUserFolder for the common case | Robin Appelman | 2016-08-25 | 1 | -11/+6 |
* | cache user folders | Robin Appelman | 2016-08-25 | 1 | -16/+26 |
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -3/+4 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -0/+1 |
* | Move \OC\Files to PSR-4 | Roeland Jago Douma | 2016-04-24 | 1 | -0/+357 |