| Commit message (Expand) | Author | Age | Files | Lines |
* | still include the share target in the cache key for validating share mount | Robin Appelman | 2023-01-16 | 1 | -1/+1 |
* | fix cache key used to verify shared mountpoints | Robin Appelman | 2023-01-09 | 1 | -1/+1 |
* | Move CappedMemoryCache to OCP | Carl Schwan | 2022-07-14 | 1 | -1/+1 |
* | Add stricter psalm type for CappedMemoryCache | Carl Schwan | 2022-05-12 | 1 | -0/+1 |
* | cache the verification of the share mountpoint | Robin Appelman | 2022-04-21 | 1 | -2/+20 |
* | invalidate mount cache after share rename | Robin Appelman | 2022-03-24 | 1 | -19/+23 |
* | store mountprovider for each mount in the mounts table | Robin Appelman | 2022-02-23 | 1 | -1/+1 |
* | Let users choose a share_folder | Hinrich Mahler | 2021-09-06 | 1 | -1/+1 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -1/+0 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -1/+1 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 1 | -0/+1 |
* | Fix some MissingDocblockType or InvalidDocblock warnings. | Daniel Kesselberg | 2020-08-14 | 1 | -1/+1 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -2/+0 |
* | Allow to overwrite share target mountpoints | Joas Schilling | 2020-02-17 | 1 | -0/+8 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+1 |
* | cache parent exists status during share setup | Robin Appelman | 2018-08-16 | 1 | -5/+13 |
* | don't check if target dir exists when using the default share target directory | Robin Appelman | 2018-08-16 | 1 | -1/+1 |
* | re-use view instances for shared storages | Robin Appelman | 2018-08-16 | 1 | -4/+4 |
* | more efficient way to detect added and removed mounts | Robin Appelman | 2018-08-16 | 1 | -4/+0 |
* | more efficient unique share target generation | Robin Appelman | 2018-08-16 | 1 | -11/+7 |
* | Less deprecated calls to OCP\Util::writeLog | Morris Jobke | 2018-04-22 | 1 | -6/+2 |
* | Remove unneeded semicolon and parentheses | Morris Jobke | 2018-01-26 | 1 | -1/+1 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+1 |
* | allow apps to set custom mount types | Robin Appelman | 2017-04-28 | 1 | -0/+4 |
* | Typecast filecache 'storage' as int to return it as documented, fixes #3461 | Frédéric Fortier | 2017-02-20 | 1 | -1/+1 |
* | Fix overwriting parameter | Roeland Jago Douma | 2016-12-13 | 1 | -3/+3 |
* | reuse cacheentry | Robin Appelman | 2016-12-13 | 1 | -15/+19 |
* | Move OC\Files\Storage\Shared to the right namespace | Joas Schilling | 2016-10-20 | 1 | -2/+2 |
* | Added closeCursor in SharedMount numeric id | Vincent Petry | 2016-08-30 | 1 | -0/+1 |
* | Prevent error with orphaned shares when updating user mount cache | Vincent Petry | 2016-08-30 | 1 | -1/+6 |
* | reuse existing root id | Robin Appelman | 2016-08-22 | 1 | -1/+1 |
* | get shared storage storage id without setting up the storage | Robin Appelman | 2016-08-09 | 1 | -0/+13 |
* | Group shares with same source and target | Roeland Jago Douma | 2016-08-03 | 1 | -7/+17 |
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
* | Fix apps/ | Joas Schilling | 2016-07-21 | 1 | -3/+5 |
* | Make getShareFolder use given view instead of static FS | Vincent Petry | 2016-06-17 | 1 | -1/+1 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -1/+1 |
* | Move lib/ to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -0/+226 |