aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/sharedmount.php
Commit message (Collapse)AuthorAgeFilesLines
* Move lib/ to PSR-4Joas Schilling2016-05-251-226/+0
|
* Only construct the storage when we start using itRobin Appelman2016-04-191-7/+16
|
* Move SharedStorage et al over to the shareManager and jailRoeland Jago Douma2016-04-191-55/+27
|
* On mount make sure multiple shares with same target map to unique ones (#23937)Roeland Douma2016-04-141-7/+40
| | | | | | | | | | | | Scenario: user0 shares a folder 'foo' with user2 user1 shares a folder 'foo' with user2 user2 logs in Before: show only the 'foo' from user1 After: show both. * Added intergration tests
* Remove Scrutinizer Auto FixerLukas Reschke2016-03-011-1/+0
|
* Happy new year!Thomas Müller2016-01-121-1/+2
|
* More fixes to the docsJoas Schilling2015-12-081-2/+12
|
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-12-071-0/+5
| | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* take the etag of child mounts into account for the folder etagRobin Appelman2015-11-191-14/+0
| | | | this replaces shared etag propagation
* Update license headersLukas Reschke2015-10-261-1/+1
|
* update licence headers via scriptMorris Jobke2015-10-051-0/+2
|
* Use context function call instead of staticJoas Schilling2015-09-071-1/+1
|
* use the correct user if we update the share tableBjoern Schiessle2015-07-031-4/+10
|
* lock parent folders for the owner when locking a shared file as recipientRobin Appelman2015-07-011-10/+17
|
* Move files sharing app (mostly) to OCP\DBRoeland Jago Douma2015-05-181-2/+2
|
* minor fixesRobin Appelman2015-04-271-2/+1
|
* Make sure the owner mountpoints are setupRobin Appelman2015-04-271-1/+3
|
* propagate etags for all user of a shareRobin Appelman2015-04-271-0/+18
|
* always fall back to default share folderBjoern Schiessle2015-03-261-2/+2
|
* Update license headersJenkins for ownCloud2015-03-261-4/+19
|
* Revert "Updating license headers"Morris Jobke2015-02-261-18/+5
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-5/+18
|
* Add public api for mount configurationsRobin Appelman2014-12-041-2/+2
|
* Setup shared mounts for the correct user when setting up the filesystem for ↵Robin Appelman2014-11-061-4/+4
| | | | the non-logged in user
* throw a exception if we can't handle the provided pathBjoern Schiessle2014-09-291-3/+3
|
* some small fixesBjoern Schiessle2014-09-251-4/+2
|
* group shares and combine permissionsBjoern Schiessle2014-09-221-2/+13
|
* if a folder gets deleted we unshare all shared files/folders belowBjoern Schiessle2014-07-041-0/+2
|
* don't move a share mount point into a different mount pointBjoern Schiessle2014-07-011-10/+0
|
* nake sure ti create new db entry when user renames a group shareBjoern Schiessle2014-06-061-1/+1
|
* Fix phpdoc and commentsRobin Appelman2014-06-061-2/+2
|
* update mount point if file_target changedBjoern Schiessle2014-06-061-2/+5
|
* add additional unit testsBjoern Schiessle2014-06-061-3/+5
|
* get unique_name value directly from the share arrayBjoern Schiessle2014-06-061-1/+1
|
* fix mount point move up if the parent no longer existsBjoern Schiessle2014-06-061-21/+61
|
* remove share mountBjoern Schiessle2014-06-061-1/+4
|
* Move shared mount moving from the storage to the mountRobin Appelman2014-06-061-0/+113