summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | $file only contains the filename and not the absolute path, that means that f...Lukas Reschke2014-11-181-1/+1
|/
* Added download size on public sharingVincent Cloutier2014-11-141-0/+1
* Refactor file sharing public link handlingLukas Reschke2014-11-143-1/+356
* Setup shared mounts for the correct user when setting up the filesystem for t...Robin Appelman2014-11-062-6/+7
* Store curl error message directlyVincent Petry2014-11-041-5/+2
* Check for cert bundle existence before using itVincent Petry2014-11-041-1/+11
* Merge pull request #11409 from owncloud/watcher-reuseVincent Petry2014-10-292-19/+18
|\
| * Fix shared cache getFolderContentsRobin Appelman2014-10-241-17/+14
| * also update shared watcherRobin Appelman2014-10-241-2/+4
* | Fix warning with unset extension checkVincent Petry2014-10-291-1/+1
|/
* 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-09-291-2/+4
* throw a exception if we can't handle the provided pathBjoern Schiessle2014-09-292-3/+35
* call \OCP\Share::getItemsSharedWithUser() to get exclude list, this way all c...Bjoern Schiessle2014-09-251-6/+1
* some small fixesBjoern Schiessle2014-09-252-4/+4
* group shares and combine permissionsBjoern Schiessle2014-09-223-3/+29
* 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
|/