summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/external
Commit message (Expand)AuthorAgeFilesLines
* Happy new year!Thomas Müller2016-01-126-6/+6
* Add reshare permission checksVincent Petry2015-12-081-0/+8
* use hooks to auto add server to the list of trusted servers once a federated ...Björn Schießle2015-11-241-0/+2
* Implement getOwner for external share storageRobin Appelman2015-11-181-1/+6
* Update license headersLukas Reschke2015-10-261-2/+1
* Merge pull request #19589 from owncloud/shares-external-mount-providerThomas Müller2015-10-072-45/+84
|\
| * sanitize mountpointRobin Appelman2015-10-051-1/+1
| * extract the mount provider from the managerRobin Appelman2015-10-052-23/+79
| * Make the external share manager a mount providerRobin Appelman2015-10-051-39/+22
* | update licence headers via scriptMorris Jobke2015-10-052-0/+2
|/
* Do not return unneeded infoRoeland Jago Douma2015-10-021-2/+4
* Added '../remote_shares' endpointRoeland Jago Douma2015-10-021-2/+11
* Disable the remote sharing notifications until they work properlyJoas Schilling2015-09-171-2/+2
* Move interfaces to private until they are no longer experimentalJoas Schilling2015-09-081-1/+1
* Scrap the notifications when the share is accepted or declinedJoas Schilling2015-09-081-1/+23
* Always detect remote changes for fed sharingVincent Petry2015-08-211-0/+2
* Throw storage not available on guzzle errorVincent Petry2015-07-131-1/+1
* Add OCS api to get, accept and decline remote sharesJoas Schilling2015-07-031-0/+10
* Fix duplicated line in doc blockJoas Schilling2015-07-021-1/+0
* Fix scanFile signature to avoid boring warningVincent Petry2015-07-011-1/+3
* Catch more error codes thrown by federated sharesVincent Petry2015-07-011-13/+7
* Signature of overriding method should match the parentOlivier Paroz2015-06-261-1/+1
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-05-191-1/+0
* Correctly send Federate-Cloud Share Feedback against the remote share IDJoas Schilling2015-04-281-6/+6
* Correctly generate the feedback URL for remote shareJoas Schilling2015-04-281-1/+1
* Fix converting Guzzle error codes in s2s storageVincent Petry2015-04-101-10/+13
* Catch more exceptions when connecting to remote DAV serverVincent Petry2015-04-101-0/+2
* Properly catch guzzle 503 when querying share infoVincent Petry2015-04-091-0/+5
* Update license headersJenkins for ownCloud2015-03-265-20/+101
* Add wrapper for GuzzleLukas Reschke2015-03-251-25/+11
* *cough*Joas Schilling2015-03-241-1/+1
* Merge pull request #14580 from owncloud/issue/13765-duplicate-remote-shareMorris Jobke2015-03-241-22/+79
|\
| * Add a unit test for the naming conflict on the mountpoint nameJoas Schilling2015-03-171-6/+25
| * Use insertIfNotExists() instead of manual logicJoas Schilling2015-03-171-24/+31
| * Correctly get the unique mountpoint name when mounting the shareJoas Schilling2015-03-171-6/+37
* | Merge pull request #14537 from owncloud/oci-external-shareRobin Appelman2015-03-192-2/+2
|\ \ | |/ |/|
| * Do not make setupMounts() public just because of testingJoas Schilling2015-03-111-1/+1
| * Add unit tests for external share manangerRobin Appelman2015-03-101-2/+2
| * Fix external shares without password on oracleRobin Appelman2015-02-271-1/+1
* | Fix PHPDoc and Co.Lukas Reschke2015-03-171-4/+12
* | Fix scanFile signature warningsVincent Petry2015-03-161-1/+1
|/
* Revert "Updating license headers"Morris Jobke2015-02-265-93/+25
* Updating license headersJenkins for ownCloud2015-02-235-25/+93
* 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-261-28/+50
|\ \
| * | 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-261-1/+1
| * | use uid provided by setupfs hook to mount server2server shares, otherwise mou...Bjoern Schiessle2015-01-261-28/+25
* | | Prevent double slash in shareinfo request URLVincent Petry2015-01-261-1/+1
|/ /