summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Expand)AuthorAgeFilesLines
* fix indentionRobin Appelman2014-08-311-1/+1
* Make external shares work with imported self-signed certificatesRobin Appelman2014-08-312-2/+14
* kill OC::$sessionJörn Friedrich Dreyer2014-08-291-3/+3
* Merge pull request #10421 from owncloud/share-external-deleteClark Tomlinson2014-08-251-1/+11
|\
| * Remove no longer existing files from the cache when scanning external storageRobin Appelman2014-08-141-1/+11
* | move to public namespaceMorris Jobke2014-08-191-1/+1
* | Fix STORAGE_* constants usage by moving those constants into \OC\Files\Filesy...Stephan Peijnik2014-08-191-1/+1
* | make share folder configurableBjoern Schiessle2014-08-182-1/+34
|/
* Cast file id's to int so we can compare them properlyRobin Appelman2014-08-131-2/+2
* Merge pull request #10184 from owncloud/getbyid-nodeRobin Appelman2014-08-071-19/+5
|\
| * trim leading slashRobin Appelman2014-08-061-1/+1
| * Fix SharedCache::getPathByIdRobin Appelman2014-08-061-20/+6
* | remove unused variableBjoern Schiessle2014-08-051-1/+0
|/
* traverse folders in php to search in shared filesJörn Friedrich Dreyer2014-07-311-59/+26
* Merge pull request #9798 from owncloud/ocs_share_api_add_expire_dateBjörn Schießle2014-07-281-2/+27
|\
| * adjust error codeBjoern Schiessle2014-07-281-2/+2
| * add OCS api call to set expire date for link sharesBjoern Schiessle2014-07-251-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
* Merge pull request #9357 from owncloud/sharing_unshare_on_deleteBjörn Schießle2014-07-042-14/+12
|\
| * 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
* Fix setupFromToken when a password is setRobin Appelman2014-06-161-1/+1
* Fix multiple users having the same external share mountpointRobin Appelman2014-06-161-4/+6
* Always send a POST bodyRobin Appelman2014-06-141-4/+2
* Fix undefined index errorRobin Appelman2014-06-141-6/+0
* block server-to-server share if files_external is not activates, can be rever...Bjoern Schiessle2014-06-141-0/+6
* add settings to disable server to server sharingBjoern Schiessle2014-06-141-0/+20
* Properly expose read only public shares as read onlyRobin Appelman2014-06-143-0/+87