summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Expand)AuthorAgeFilesLines
* take share target into account when updating recipient etagsRobin Appelman2015-07-011-2/+2
* [sharing] handle shares of users that aren't available anymoreMorris Jobke2015-06-231-1/+7
* Disable video preview if previews are disabledMorris Jobke2015-06-101-0/+1
* Correctly send Federate-Cloud Share Feedback against the remote share IDJoas Schilling2015-05-041-6/+6
* Correctly generate the feedback URL for remote shareJoas Schilling2015-05-041-1/+1
* *cough*Joas Schilling2015-05-041-1/+1
* Add a unit test for the naming conflict on the mountpoint nameJoas Schilling2015-05-041-6/+25
* Use insertIfNotExists() instead of manual logicJoas Schilling2015-05-041-24/+31
* Correctly get the unique mountpoint name when mounting the shareJoas Schilling2015-05-041-5/+36
* Do not make setupMounts() public just because of testingJoas Schilling2015-05-041-1/+1
* Add unit tests for external share manangerRobin Appelman2015-05-041-2/+2
* Fix external shares without password on oracleRobin Appelman2015-05-041-1/+1
* Merge pull request #15502 from owncloud/backport-14293-public-download-activi...Morris Jobke2015-04-281-13/+35
|\
| * Correctly create activities for public downloadsJoas Schilling2015-04-091-13/+35
* | Merge pull request #15533 from owncloud/stable8-davclient-catchmoreexceptionsMorris Jobke2015-04-281-1/+2
|\ \
| * | Catch more exceptions when connecting to remote DAV serverVincent Petry2015-04-101-1/+2
| |/
* | remove unneeded readonlycacheRobin Appelman2015-04-241-27/+0
* | use the permissions mask cache wrapper instead of the read only cacheRobin Appelman2015-04-241-1/+4
|/
* Merge pull request #15246 from owncloud/stable8-share-partfilepermissionsMorris Jobke2015-03-271-20/+40
|\
| * Rename must be possible with update-only permissionVincent Petry2015-03-261-17/+23
| * Fix shared storage permission checksVincent Petry2015-03-261-4/+18
* | always fall back to default share folderBjoern Schiessle2015-03-262-3/+16
* | Merge pull request #14860 from owncloud/stable8-fix-sizepropagationwithsharesMorris Jobke2015-03-261-0/+22
|\ \ | |/ |/|
| * Fix size propagation over shared storage boundaryVincent Petry2015-03-131-0/+22
* | when the path doesnt exist show a proper error pageRobin Appelman2015-03-251-0/+2
* | Properly catch whether a share is `null`Lukas Reschke2015-03-252-20/+21
|/
* 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