Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 1 | -22/+2 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | feat: add interface to get only a single node by id instead of all nodes for ↵ | Robin Appelman | 2024-03-04 | 1 | -1/+5 |
| | | | | | | | | 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 | -1/+1 |
| | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | IFilesMetadata | Maxence Lange | 2023-11-07 | 1 | -0/+9 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | reuse isValidPath from Filesystem | Robin Appelman | 2023-09-04 | 1 | -8/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | make LazyFolder::get not load the real folder if we know the path | Robin Appelman | 2023-09-04 | 1 | -14/+36 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | add IFileInfo::getParentId | Robin Appelman | 2023-09-04 | 1 | -0/+7 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | allow passing more info to lazy folder | Robin Appelman | 2023-09-04 | 1 | -0/+18 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #37969 from nextcloud/poc/noid/systemtags-perf-tag-endpoint | Julius Härtl | 2023-06-28 | 1 | -0/+4 |
|\ | |||||
| * | feat: add searchBySystemTag as PHP API | Arthur Schiwon | 2023-06-21 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | refactor: declare getMount() and getMountsIn() at IRootFolder | Arthur Schiwon | 2023-06-21 | 1 | -3/+4 |
|/ | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Make it easier to debug issue #32304 | Carl Schwan | 2023-05-04 | 1 | -3/+4 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Type sizes as int|float throughout the code base | Côme Chilliet | 2023-02-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | more preset metadata for LazyUserFolder | Robin Appelman | 2022-04-08 | 1 | -0/+11 |
| | | | | 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 | -7/+5 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | allow setting some metadata in the lazyfolder without having to get the real ↵ | Robin Appelman | 2022-03-24 | 1 | -1/+24 |
| | | | | | | folder Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | store mountprovider for each mount in the mounts table | Robin Appelman | 2022-02-23 | 1 | -1/+1 |
| | | | | | | this enabled more fine grained filesystem setup Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -2/+1 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 1 | -1/+4 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | generalize the "lazy folder" concept | Robin Appelman | 2020-05-11 | 1 | -0/+496 |
makes it easy to use lazy intialized folder in other places Signed-off-by: Robin Appelman <robin@icewind.nl> |