summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Expand)AuthorAgeFilesLines
* Updating license headersJenkins for ownCloud2015-02-2327-259/+472
* Merge pull request #14210 from owncloud/activity/225-sharing-extension-jenkinsVincent Petry2015-02-181-70/+144
|\
| * Use filterNotificationTypes to filter the types and group the methodsJoas Schilling2015-02-131-43/+37
| * Copy sharing related activity code to Files_Sharing activity extensionJoas Schilling2015-02-131-44/+124
* | Correctly create activities for public downloadsJoas Schilling2015-02-171-13/+35
* | Merge pull request #13425 from owncloud/phpdoc_cleanupMorris Jobke2015-02-103-6/+6
|\ \ | |/ |/|
| * Cleanup of PHPDoc return typesRobin McCorkell2015-01-163-6/+6
* | Revert "Add OCS sharing info to capabilities"Lukas Reschke2015-02-071-72/+0
* | Bit better formatting when using json outputRoeland Jago Douma2015-02-061-2/+4
* | Updated sharing capabilitiesRoeland Jago Douma2015-02-061-9/+15
* | Converted getCapabilities to non static functionRoeland Jago Douma2015-02-041-7/+24
* | Use single quotesRoeland Jago Douma2015-02-041-7/+7
* | Only return capabilities if they are setRoeland Jago Douma2015-02-041-14/+8
* | Added capabilities whether a server allows public linksRoeland Jago Douma2015-02-041-0/+53
* | Merge pull request #13525 from owncloud/s2s-fixscanfileforbrokenstorageMorris Jobke2015-01-282-20/+89
|\ \
| * | Catch storage exception in scanner for remote sharesVincent Petry2015-01-262-20/+89
* | | Merge pull request #13490 from owncloud/fix_reshare_s2s_shareVincent Petry2015-01-263-31/+52
|\ \ \
| * | | certificate manager should always use a \OC\Files\View otherwise we will get ...Bjoern Schiessle2015-01-261-1/+26
| * | | certificate manager only needs the user-id, no need to pass on the complete u...Bjoern Schiessle2015-01-262-3/+3
| * | | use uid provided by setupfs hook to mount server2server shares, otherwise mou...Bjoern Schiessle2015-01-262-29/+25
* | | | Prevent double slash in shareinfo request URLVincent Petry2015-01-261-1/+1
|/ / /
* | | by default send mail for new server-to-server shareBjoern Schiessle2015-01-231-3/+10
* | | delete all server-to-server shares if a user gets deletedBjoern Schiessle2015-01-213-0/+68
|/ /
* | Merge pull request #13432 from owncloud/animate_gifs_public_sharingThomas Müller2015-01-211-1/+4
|\ \
| * | show animated gifs on public sharing pageGeorg Ehrke2015-01-191-1/+4
| |/
* | Fix webdav mkdir for remote sharesVincent Petry2015-01-211-0/+3
* | avoid $this->cache being null - fixes #13491Thomas Müller2015-01-201-1/+1
|/
* Merge pull request #13347 from owncloud/share-scanpermissionsfromsourceMorris Jobke2015-01-152-1/+46
|\
| * Use source storage permissions when scanning shared storageVincent Petry2015-01-142-1/+46
* | Merge pull request #13352 from owncloud/hhvm-array-keyRobin McCorkell2015-01-151-5/+6
|\ \
| * | Do not use key() on array as the result depends on the internal array pointer.Andreas Fischer2015-01-151-5/+6
* | | remove deprecated code - fixes #13119Thomas Müller2015-01-141-15/+15
|/ /
* / set accept to 1 (=true) for all server-to-server shares on update, at this po...Bjoern Schiessle2015-01-131-0/+42
|/
* Fix source path when share is a mount pointVincent Petry2015-01-081-1/+3
* Correctly return false when translating a foreign activityJoas Schilling2015-01-071-5/+3
* only send activity if we have a valid path and the file is readableBjoern Schiessle2014-12-231-11/+9
* 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