summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Expand)AuthorAgeFilesLines
* Make sure the path passed to the activity manager is normalizedRobin Appelman2014-12-221-1/+1
* add activity if public shared file/folder was downloadedBjoern Schiessle2014-12-222-5/+41
* Merge pull request #12942 from owncloud/favs-missingsharedsubdirsMorris Jobke2014-12-211-12/+22
|\
| * Fix issues with searchByTag in shared storageVincent Petry2014-12-181-12/+22
* | Next step in server-to-server sharing next generation, see #12285Bjoern Schiessle2014-12-197-41/+234
* | Merge pull request #12896 from owncloud/drop-deprecatedJörn Friedrich Dreyer2014-12-181-2/+2
|\ \
| * | first step to drop \OCP\Config:: in favour of IConfigMorris Jobke2014-12-171-2/+2
| |/
* / Root always existsRobin Appelman2014-12-171-0/+8
|/
* Merge pull request #12778 from owncloud/searchbytags2Vincent Petry2014-12-121-0/+40
|\
| * Make $userId mandatory for searchByTagsVincent Petry2014-12-121-1/+1
| * Added searchByTags to view, storage and cacheVincent Petry2014-12-111-0/+40
* | Specify list of activity parameters for sharing extensionJoas Schilling2014-12-121-3/+34
|/
* Merge pull request #12549 from owncloud/shared-cache-non-existingMorris Jobke2014-12-101-10/+12
|\
| * Dont return cached date in shared cache when the file doesn't existRobin Appelman2014-12-021-10/+12
* | 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