Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 7 | -134/+24 |
| | | | | 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> | ||||
* | optimize UserMountCache::registerStorage | Robin Appelman | 2023-11-16 | 1 | -0/+8 |
| | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | allow getting mounts by providers | Robin Appelman | 2022-04-04 | 1 | -2/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Apply suggestions from code review | Robin Appelman | 2022-03-24 | 1 | -1/+1 |
| | | | | | | | Co-authored-by: Louis <6653109+artonge@users.noreply.github.com> Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix method name | Robin Appelman | 2022-03-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | update cached mounts when only specific providers have been setup | Robin Appelman | 2022-03-24 | 1 | -1/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | allow getting mounts by provider | Robin Appelman | 2022-03-24 | 1 | -0/+10 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | allow getting cached mounts by path from the mount cache | Robin Appelman | 2022-03-24 | 1 | -0/+23 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | more type hints for ICachedMountInfo and IMountManager | Robin Appelman | 2022-03-04 | 2 | -10/+10 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | store mountprovider for each mount in the mounts table | Robin Appelman | 2022-02-23 | 1 | -0/+8 |
| | | | | | | this enabled more fine grained filesystem setup Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 7 | -9/+3 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Rename External storages to External storage | szaimen | 2021-05-20 | 1 | -1/+1 |
| | | | | Signed-off-by: szaimen <szaimen@e.mail.de> | ||||
* | Update license headers for Nextcloud 20 (again) | Christoph Wurst | 2020-09-07 | 1 | -0/+1 |
| | | | | | | | There are still lots of outdated headers, so time for another round of updates. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Transfer shares of the transferred root node | Julius Härtl | 2020-08-31 | 1 | -0/+7 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 1 | -0/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Properly add new methods to interface and document in PHPDoc for getRootMounts() | Morris Jobke | 2020-08-17 | 2 | -1/+9 |
| | | | | | | Introduced in #22063 and was just forgotten. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Distribute preview folders in appdata in multibucket setup to multiple buckets | Morris Jobke | 2020-08-06 | 1 | -0/+41 |
| | | | | | | | | | * introduces a new IRootMountProvider to register mount points inside the root storage * adds a AppdataPreviewObjectStoreStorage to handle the split between preview folders and bucket number Ref #22033 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 6 | -6/+8 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Add the option to filter mounts for a user | Robin Appelman | 2018-07-10 | 1 | -0/+8 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Fix filename typo | Robin Appelman | 2017-12-12 | 1 | -0/+0 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #6220 from nextcloud/cached-mount-info-filepath | Lukas Reschke | 2017-11-09 | 2 | -1/+44 |
|\ | | | | | Allow getting the filepath when getting cached mounts by fileid | ||||
| * | Allow getting the filepath when getting cached mounts by fileid | Robin Appelman | 2017-10-27 | 2 | -1/+44 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Update license headers | Morris Jobke | 2017-11-06 | 2 | -0/+2 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Added missing PHPDoc for @since | Morris Jobke | 2017-06-21 | 1 | -0/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | show used space in user list | Robin Appelman | 2017-06-15 | 1 | -0/+11 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 1 | -1/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | limit the user when searching for a file by id if we know the user already | Robin Appelman | 2017-04-21 | 1 | -2/+4 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | @since 9.2.0 to @since 11.0.0 | Roeland Jago Douma | 2016-11-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | optimize Folder::getById to use less queries | Robin Appelman | 2016-10-12 | 1 | -0/+8 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Update with robin | Joas Schilling | 2016-07-21 | 5 | -5/+5 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 5 | -5/+10 |
| | |||||
* | Save the files external mount id in the mount cache table | Robin Appelman | 2016-07-13 | 1 | -0/+8 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -1/+0 |
| | |||||
* | Move \OCP\Files to PSR-4 | Roeland Jago Douma | 2016-05-18 | 5 | -0/+325 |