summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Expand)AuthorAgeFilesLines
* [sharing] handle shares of users that aren't available anymoreMorris Jobke2015-06-231-1/+7
* always fall back to default share folderBjoern Schiessle2015-03-262-4/+16
* Fix size propagation over shared storage boundaryVincent Petry2015-03-131-0/+22
* use uid provided by setupfs hook to mount server2server sharesJoas Schilling2015-01-301-19/+15
* Use source storage permissions when scanning shared storageVincent Petry2015-01-152-1/+46
* Fix source path when share is a mount pointVincent Petry2015-01-081-1/+3
* Store curl error message directlyVincent Petry2014-11-041-5/+2
* Check for cert bundle existence before using itVincent Petry2014-11-041-1/+10
* Fix warning with unset extension checkVincent Petry2014-10-291-1/+1
* Use certificate bundle from files_external for external sharesRobin Appelman2014-10-161-0/+5
* try to get path from filesystemBjoern Schiessle2014-10-101-0/+5
* fix performance issuesBjoern Schiessle2014-10-101-0/+47
* some small fixed, suggested by scrutinizerBjoern Schiessle2014-10-011-2/+4
* throw a exception if we can't handle the provided pathBjoern Schiessle2014-10-012-3/+35
* call \OCP\Share::getItemsSharedWithUser() to get exclude list, this way all c...Bjoern Schiessle2014-10-011-6/+1
* some small fixesBjoern Schiessle2014-10-012-4/+4
* group shares and combine permissionsBjoern Schiessle2014-10-013-3/+29
* make share folder configurableBjoern Schiessle2014-08-192-1/+34
* Cast file id's to int so we can compare them properlyRobin Appelman2014-08-141-2/+2
* traverse folders in php to search in shared filesJörn Friedrich Dreyer2014-08-081-59/+26
* trim leading slashRobin Appelman2014-08-071-1/+1
* Fix SharedCache::getPathByIdRobin Appelman2014-08-071-19/+5
* remove unused variableBjoern Schiessle2014-08-061-1/+0
* adjust error codeBjoern Schiessle2014-07-281-2/+2
* add OCS api call to set expire date for link sharesBjoern Schiessle2014-07-281-1/+26
* Fix remote share when remote server is installed at the rootRobin Appelman2014-07-231-2/+7
* Correctly return the owner display name for children of sharesVincent Petry2014-07-161-1/+1
* Fix update cleanup to only affect file and foldersVincent Petry2014-07-081-2/+2
* if a folder gets deleted we unshare all shared files/folders belowBjoern Schiessle2014-07-042-14/+12
* Return and use isPreviewAvailable for share previewsVincent Petry2014-07-041-0/+6
* Merge pull request #9329 from owncloud/sharing_check_targetVincent Petry2014-07-023-10/+2
|\
| * don't move a share mount point into a different mount pointBjoern Schiessle2014-07-013-10/+2
* | Merge pull request #9364 from owncloud/sharing_rename_mount_pointsVincent Petry2014-07-021-0/+23
|\ \
| * | rename mount point of children if parent was renamedBjoern Schiessle2014-07-021-0/+23
* | | Merge pull request #9311 from owncloud/storage-not-availableVincent Petry2014-07-023-18/+87
|\ \ \ | |/ / |/| |
| * | Remove invalid mounts from the active fsRobin Appelman2014-07-021-0/+1
| * | Remove external shares if the share is invalidRobin Appelman2014-07-012-1/+10
| * | Detect removed public sharesRobin Appelman2014-07-012-18/+77
* | | add missing backticksJörn Friedrich Dreyer2014-07-011-7/+21
| |/ |/|
* | no longer check if the external storage app is enabled, we use no the webdav ...Bjoern Schiessle2014-06-301-3/+2
|/
* Improve commentRobin Appelman2014-06-271-1/+2
* Also check for updated permissions for webdav storagesRobin Appelman2014-06-271-0/+18
* Merge pull request #9193 from owncloud/sharing_etag_propagationBjörn Schießle2014-06-262-0/+76
|\
| * make sure that hooks are registered for the testsBjoern Schiessle2014-06-251-0/+14
| * make sure that during share and unshare the etags get propagated correctlyBjoern Schiessle2014-06-251-0/+62
* | Merge pull request #9205 from owncloud/remoteshare-fixurlpathVincent Petry2014-06-251-2/+2
|\ \
| * | Fix parsing of remote URL when mounting remote sharesVincent Petry2014-06-251-2/+2
| |/
* / make sure that we always return the correct permissionsBjoern Schiessle2014-06-241-3/+3
|/
* Setup the external share manager in a hookVincent Petry2014-06-231-1/+11
* Prevent warningRobin Appelman2014-06-161-1/+1