summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #23463 from owncloud/lets-consistently-use-no-refererThomas Müller2016-03-232-3/+3
|\ | | | | Consistently use rel=noreferrer
| * Consistently use rel=noreferrerLukas Reschke2016-03-202-3/+3
| | | | | | | | When linking to external entities we should consistently use rel=noreferrer
* | Merge pull request #23398 from owncloud/block_group_sharingThomas Müller2016-03-225-36/+122
|\ \ | | | | | | Allow blocking of group sharing
| * | Respect disabled group sharing in sharee endpointRoeland Jago Douma2016-03-223-35/+69
| | | | | | | | | | | | * Fix tests
| * | Block group sharing in API and in share managerRoeland Jago Douma2016-03-222-1/+53
| | | | | | | | | | | | * Fix tests
* | | When the Share API is disabled do not return sharesRoeland Jago Douma2016-03-222-1/+91
|/ / | | | | | | | | | | Fixes #22668 Block everything in the OCS Share API
* | Merge pull request #22789 from owncloud/dav-sharespropertyThomas Müller2016-03-213-45/+55
|\ \ | | | | | | Add webdav property for share info in PROPFIND response
| * | Add webdav property for share info in PROPFIND responseVincent Petry2016-03-173-45/+55
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-03-212-2/+2
| |/ |/|
* | [tx-robot] updated from transifexJenkins for ownCloud2016-03-202-8/+8
|/
* Merge pull request #23287 from owncloud/issue-22786-absolute-pathsThomas Müller2016-03-171-2/+2
|\ | | | | Fix absolute path creation for remote shares with /oc webroot
| * Make sure to append the web root as per docJoas Schilling2016-03-161-2/+2
| |
* | Merge pull request #23155 from owncloud/fed-unshare-withThomas Müller2016-03-162-1/+33
|\ \ | |/ |/| Specify the target user when unsharing a federated share
| * Specify the target user when unsharing a federated shareRobin Appelman2016-03-142-1/+33
| |
* | Merge pull request #22998 from owncloud/delay-loading-the-scannerThomas Müller2016-03-152-5/+5
|\ \ | | | | | | Delay check till scanner is used
| * | Delay check till scanner is usedLukas Reschke2016-03-092-5/+5
| | | | | | | | | | | | Fixes https://github.com/owncloud/core/issues/22973 and https://github.com/owncloud/core/issues/22987
* | | Merge pull request #23039 from owncloud/invalid-share-storageThomas Müller2016-03-151-5/+19
|\ \ \ | | | | | | | | dont break when there is an invalid share
| * | | move failedstorage to coreRobin Appelman2016-03-111-1/+1
| | | |
| * | | dont break when there is an invalid shareRobin Appelman2016-03-111-5/+19
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-03-152-0/+18
| |_|/ |/| |
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-03-146-6/+6
| | |
* | | Merge pull request #23091 from ↵Thomas Müller2016-03-131-7/+7
|\ \ \ | | | | | | | | | | | | | | | | owncloud/issue-23085-csae-insensitive-group-search Return the correct group casing in sharee api
| * | | Correctly lower the search input as wellJoas Schilling2016-03-111-5/+5
| | | |
| * | | Return the correct group casing in sharee apiJoas Schilling2016-03-111-2/+2
| |/ /
* | | Fix intergration testsRoeland Jago Douma2016-03-131-893/+631
| | |
* | | Remove the old OCS Share API codeRoeland Jago Douma2016-03-131-645/+0
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2016-03-116-56/+88
| |
* | Merge pull request #23121 from owncloud/scrutinizer_share_fixesThomas Müller2016-03-102-2/+2
|\ \ | | | | | | Fix some scrutinizer warning in the sharing code
| * | Fix some scrutinizer warning in the sharing codeRoeland Jago Douma2016-03-102-2/+2
| | | | | | | | | | | | | | | | | | * Better phpdoc * Promper use statements * Unused parameter
* | | Add mimetype to OCS Share API outputRoeland Jago Douma2016-03-102-4/+19
|/ / | | | | | | Fixes #23044
* / [tx-robot] updated from transifexJenkins for ownCloud2016-03-102-4/+4
|/
* Merge pull request #22930 from ↵Thomas Müller2016-03-092-2/+12
|\ | | | | | | | | owncloud/bugfix-submit-disable-password-length-zero Public link share disabled if password length is equal to 0
| * Public link share disabled if password length is equal to 0prastut2016-03-082-2/+12
| |
* | Merge pull request #22972 from ↵Thomas Müller2016-03-091-27/+23
|\ \ | | | | | | | | | | | | owncloud/use-httpclient-instead-of-file-get-contents Use HTTPClient instead of file_get_contents
| * | Use HTTPClient instead of file_get_contentsLukas Reschke2016-03-081-27/+23
| | | | | | | | | | | | | | | | | | | | | | | | Allows us to catch exceptions like 404's and thus prevents stuff like: ``` {"reqId":"fnmS0hc+fL4+WXKAruo5","remoteAddr":"192.168.39.100","app":"PHP","message":"file_get_contents(http:\/\/ckamm.blaucloud.de\/\/status.php): failed to open stream: HTTP request failed! HTTP\/1.1 404 Not Found\r\n at \/var\/www\/owncloud\/apps\/files_sharing\/lib\/external\/storage.php#260","level":3,"time":"2016-03-08T21:00:33+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/"} ```
* | | Merge pull request #22974 from owncloud/php-automagics-type-conversion-is-funThomas Müller2016-03-091-2/+2
|\ \ \ | | | | | | | | Use "hasKey" instead of checking the value
| * | | Use "hasKey" instead of checking the valueLukas Reschke2016-03-081-2/+2
| |/ / | | | | | | | | | If the check is negative it would depending on the used cache store the value as an empty string. When reading the value this check would thus return "false" even if a value exists.
* / / [tx-robot] updated from transifexJenkins for ownCloud2016-03-092-0/+2
|/ /
* | Fix share mounting recursionVincent Petry2016-03-081-0/+2
| |
* | Merge pull request #22915 from owncloud/cleanup_ocs_share_apiThomas Müller2016-03-081-57/+37
|\ \ | | | | | | Cleanup OCS Share Api
| * | Can't convert node to stringRoeland Jago Douma2016-03-071-1/+6
| | |
| * | Move common code to functionRoeland Jago Douma2016-03-071-56/+31
| |/ | | | | | | | | The code to get a share by id is somewhat messy. And was duplicated. Now this is done is a separate function
* / [tx-robot] updated from transifexJenkins for ownCloud2016-03-082-0/+16
|/
* Remove "files" arg from download URL in public link pageVincent Petry2016-03-071-2/+4
| | | | | When no files were specified for download, it means folder download. In this case, no need to pass an empty "files" argument.
* Fix archive file name when downloading public shareVincent Petry2016-03-071-1/+1
| | | | | | | | When download a public link share folder using the button on the top right, it doesn't provide a list of files. This fix makes sure to trigger the correct logic when no file list was given.
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-074-2/+50
|
* Merge pull request #22859 from ↵Thomas Müller2016-03-061-2/+19
|\ | | | | | | | | owncloud/cache-results-in-memcache-for-is-owncloud Cache results of testRemoteUrl
| * Cache results of testRemoteUrlLukas Reschke2016-03-041-2/+19
| | | | | | | | | | | | Otherwise setting up the storage will result in a HTTP request and thus slowing down ownCloud. Replaces https://github.com/owncloud/core/pull/22855
* | [tx-robot] updated from transifexJenkins for ownCloud2016-03-054-4/+8
|/
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-046-2/+24
|