summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #12577 from owncloud/public-mount-apiLukas Reschke2014-12-083-7/+8
|\ \
| * | Add public api for mount configurationsRobin Appelman2014-12-043-7/+8
| |/
* / OCS API for server-to-server sharingBjoern Schiessle2014-12-044-608/+192
|/
* Merge pull request #12421 from owncloud/issue/6101-remove-namespace-permissio...Morris Jobke2014-11-264-11/+11
|\
| * Replace deprecated constant with new class constantJoas Schilling2014-11-254-11/+11
* | Merge pull request #12410 from owncloud/no_session_for_public_share_keyThomas Müller2014-11-251-8/+1
|\ \ | |/ |/|
| * we no longer need to keep the session open for encryptionBjoern Schiessle2014-11-251-8/+1
* | Merge pull request #12262 from owncloud/removeAbsoluteDirectoryPathFromTemplateMorris Jobke2014-11-251-3/+1
|\ \ | |/ |/|
| * Remove unused variable and make Scrutinizer happy.Lukas Reschke2014-11-181-2/+0
| * Don't disclose relative directory path for single shared files of userLukas Reschke2014-11-181-1/+1
* | Close session only if encryption app is not enabledLukas Reschke2014-11-241-2/+8
* | also check for the correct owner if it was submittedBjoern Schiessle2014-11-211-2/+3
* | Merge pull request #12226 from owncloud/remove-phpassThomas Müller2014-11-203-12/+40
|\ \ | |/ |/|
| * Remove phpass and migrate to new Hasher interfaceLukas Reschke2014-11-173-12/+40
* | $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