summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/SharedMount.php
Commit message (Collapse)AuthorAgeFilesLines
* cache parent exists status during share setupRobin Appelman2018-08-161-5/+13
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* don't check if target dir exists when using the default share target directoryRobin Appelman2018-08-161-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* re-use view instances for shared storagesRobin Appelman2018-08-161-4/+4
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* more efficient way to detect added and removed mountsRobin Appelman2018-08-161-4/+0
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* more efficient unique share target generationRobin Appelman2018-08-161-11/+7
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Less deprecated calls to OCP\Util::writeLogMorris Jobke2018-04-221-6/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headersMorris Jobke2017-11-061-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* allow apps to set custom mount typesRobin Appelman2017-04-281-0/+4
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Typecast filecache 'storage' as int to return it as documented, fixes #3461Frédéric Fortier2017-02-201-1/+1
| | | | Signed-off-by: Frédéric Fortier <frederic.fortier@oronospolytechnique.com>
* Fix overwriting parameterRoeland Jago Douma2016-12-131-3/+3
| | | | | | Fixes #2641 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* reuse cacheentryRobin Appelman2016-12-131-15/+19
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Move OC\Files\Storage\Shared to the right namespaceJoas Schilling2016-10-201-2/+2
|
* Added closeCursor in SharedMount numeric idVincent Petry2016-08-301-0/+1
|
* Prevent error with orphaned shares when updating user mount cacheVincent Petry2016-08-301-1/+6
|
* reuse existing root idRobin Appelman2016-08-221-1/+1
|
* get shared storage storage id without setting up the storageRobin Appelman2016-08-091-0/+13
|
* Group shares with same source and targetRoeland Jago Douma2016-08-031-7/+17
| | | | | | | Fixes #24575 Note that this is a very limited solution and eventually we want smarter merging!
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix apps/Joas Schilling2016-07-211-3/+5
|
* Make getShareFolder use given view instead of static FSVincent Petry2016-06-171-1/+1
|
* Update license headersLukas Reschke2016-05-261-1/+1
|
* Move lib/ to PSR-4Joas Schilling2016-05-251-0/+226