Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 1 | -18/+3 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | feat: add interface to get only a single node by id instead of all nodes for ↵ | Robin Appelman | 2024-03-04 | 1 | -12/+0 |
| | | | | | | | | the id this should be enough in most(?) cases and makes efficient implementation and caching easier Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -3/+3 |
| | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | make LazyFolder::get not load the real folder if we know the path | Robin Appelman | 2023-09-04 | 1 | -9/+7 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix: prevent sharing permissions on user root folder | John Molakvoæ | 2023-09-01 | 1 | -1/+2 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Add back missing slash in LazyUserFolder path | Côme Chilliet | 2023-05-09 | 1 | -1/+1 |
| | | | Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> | ||||
* | Make it easier to debug issue #32304 | Carl Schwan | 2023-05-04 | 1 | -4/+15 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | optimize LazyUserFolder::getMountPoint | Robin Appelman | 2023-02-13 | 1 | -2/+16 |
| | | | | | | no need to do a full setup Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | more preset metadata for LazyUserFolder | Robin Appelman | 2022-04-08 | 1 | -0/+3 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | optimize getById on LazyUserFolder to not require a full fs setup | Robin Appelman | 2022-04-04 | 1 | -8/+18 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fmt | Robin Appelman | 2022-03-24 | 1 | -4/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | improve lazy UserFolder | Robin Appelman | 2022-03-24 | 1 | -0/+59 |
Signed-off-by: Robin Appelman <robin@icewind.nl> |