Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> |