Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move classes from outside lib/ to PSR-4 | Joas Schilling | 2016-05-25 | 4 | -1596/+0 |
| | |||||
* | use share initiator as fall back to access the file | Björn Schießle | 2016-05-20 | 1 | -2/+10 |
| | | | | | in case of federated re-shares the owner can be a remote user. Therefore we can't always use to owner to access the local file | ||||
* | move request handler for federated shares to the federated sharing app | Björn Schießle | 2016-05-20 | 1 | -325/+0 |
| | |||||
* | Unlock before all returns | Roeland Jago Douma | 2016-04-30 | 1 | -7/+50 |
| | |||||
* | Add locking to modifying operation of the OCS Share API | Roeland Jago Douma | 2016-04-30 | 1 | -2/+19 |
| | | | | | | | | | | Fixes #17243 This is done in the OCS Share API instead of the share manager since we want lazy shares in general. However when doing modifying calls via the OCS Share API it is fine to force real nodes. * Updated unit tests to work with logging | ||||
* | Merge pull request #24027 from owncloud/translate_ocs_share | Thomas Müller | 2016-04-26 | 2 | -30/+37 |
|\ | | | | | Translate OCS Share API error messages | ||||
| * | Translate OCS Share API error messages | Roeland Jago Douma | 2016-04-25 | 2 | -30/+37 |
| | | | | | | | | For https://github.com/owncloud/core/issues/22209 | ||||
* | | move federated sharing settings to the federatedfilesharing app | Björn Schießle | 2016-04-22 | 1 | -2/+16 |
|/ | |||||
* | Merge pull request #23398 from owncloud/block_group_sharing | Thomas Müller | 2016-03-22 | 2 | -3/+18 |
|\ | | | | | Allow blocking of group sharing | ||||
| * | Respect disabled group sharing in sharee endpoint | Roeland Jago Douma | 2016-03-22 | 1 | -3/+14 |
| | | | | | | | | * Fix tests | ||||
| * | Block group sharing in API and in share manager | Roeland Jago Douma | 2016-03-22 | 1 | -0/+4 |
| | | | | | | | | * Fix tests | ||||
* | | When the Share API is disabled do not return shares | Roeland Jago Douma | 2016-03-22 | 1 | -1/+20 |
|/ | | | | | | Fixes #22668 Block everything in the OCS Share API | ||||
* | Merge pull request #23287 from owncloud/issue-22786-absolute-paths | Thomas Müller | 2016-03-17 | 1 | -2/+2 |
|\ | | | | | Fix absolute path creation for remote shares with /oc webroot | ||||
| * | Make sure to append the web root as per doc | Joas Schilling | 2016-03-16 | 1 | -2/+2 |
| | | |||||
* | | Specify the target user when unsharing a federated share | Robin Appelman | 2016-03-14 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #23091 from ↵ | Thomas Müller | 2016-03-13 | 1 | -7/+7 |
|\ | | | | | | | | | owncloud/issue-23085-csae-insensitive-group-search Return the correct group casing in sharee api | ||||
| * | Correctly lower the search input as well | Joas Schilling | 2016-03-11 | 1 | -5/+5 |
| | | |||||
| * | Return the correct group casing in sharee api | Joas Schilling | 2016-03-11 | 1 | -2/+2 |
| | | |||||
* | | Remove the old OCS Share API code | Roeland Jago Douma | 2016-03-13 | 1 | -645/+0 |
|/ | |||||
* | Merge pull request #23121 from owncloud/scrutinizer_share_fixes | Thomas Müller | 2016-03-10 | 2 | -2/+2 |
|\ | | | | | Fix some scrutinizer warning in the sharing code | ||||
| * | Fix some scrutinizer warning in the sharing code | Roeland Jago Douma | 2016-03-10 | 2 | -2/+2 |
| | | | | | | | | | | | | * Better phpdoc * Promper use statements * Unused parameter | ||||
* | | Add mimetype to OCS Share API output | Roeland Jago Douma | 2016-03-10 | 1 | -0/+1 |
|/ | | | | Fixes #23044 | ||||
* | Can't convert node to string | Roeland Jago Douma | 2016-03-07 | 1 | -1/+6 |
| | |||||
* | Move common code to function | Roeland Jago Douma | 2016-03-07 | 1 | -56/+31 |
| | | | | | The code to get a share by id is somewhat messy. And was duplicated. Now this is done is a separate function | ||||
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -0/+2 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | Merge pull request #22681 from owncloud/add-autodiscovery-for-ocs | Thomas Müller | 2016-03-01 | 2 | -0/+37 |
|\ | | | | | Add autodiscovery support to server-to-server sharing implementation | ||||
| * | Add autodiscovery support to server-to-server sharing | Lukas Reschke | 2016-02-26 | 2 | -0/+37 |
| | | | | | | | | Adds autodiscovery support to server-to-server sharing as specified in the specification. If no discovery data is found it is using the fallback ownCloud endpoints for legacy support. | ||||
* | | For now only allow 1 link share per file/folder | Roeland Jago Douma | 2016-03-01 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | Fixes #22692 This is a temp fix util we get #22327 We just block it in the OCS Share API since we have 1 endpoint now anyway. | ||||
* | | Check correct permissions when resharing | Roeland Jago Douma | 2016-02-29 | 1 | -0/+16 |
| | | | | | | | | | | | | | | | | | | | | | | Fixes #22675 Since we only get a share id we do not know the path for the sharer. Now if we edit a share we start searching for shares for that user of that node. And deduce the permissions that way. * Intergration test added * Fix unit tests | ||||
* | | Remove delete permissions for read-only federated reshares | Roeland Jago Douma | 2016-02-25 | 1 | -0/+9 |
|/ | | | | | | | | | | | | | | | An incomming federated share is just a mount point. Therefor if we request the permissions on the mountpoint DELETE permissions will be returned (among others). Since we can always remove a mountpoint, update a mount point. However now when trying to reshare we will try to reshare with DELETE permissions. Which is false. This PR removes the delete permissions if it is a shared storage. Basically a quick hack. Fixes #22587 | ||||
* | OCS Share API should not return invalid shares | Roeland Jago Douma | 2016-02-17 | 1 | -7/+25 |
| | | | | | | | Since we have lazy shares it can happen that a share is actually invalid. See https://github.com/owncloud/core/issues/20908 This add checks for the get methods to handle the NotFound exception. | ||||
* | Merge pull request #22337 from owncloud/new_reshare_no_initiator | Thomas Müller | 2016-02-15 | 1 | -4/+4 |
|\ | | | | | On backend hickups don't crash OCS output | ||||
| * | The owner and recipient can also be null | Roeland Jago Douma | 2016-02-12 | 1 | -3/+3 |
| | | | | | | | | | | If we have backend hickups it can be that we are unable to retrive the owner and recipient user as well. In such cases just return the UID. | ||||
| * | If the initiator no longer exists return UID | Roeland Jago Douma | 2016-02-12 | 1 | -1/+1 |
| | | | | | | | | | | | | It can happen that the share initiator is deleted. Because of the new resharing behaviour this share then still exists. We just can fetch the displayname properly. | ||||
* | | Merge pull request #22351 from owncloud/fix_22277 | Thomas Müller | 2016-02-13 | 1 | -0/+71 |
|\ \ | |/ |/| | show remote server on federated share auto-complete | ||||
| * | add remote server to the result | Bjoern Schiessle | 2016-02-12 | 1 | -0/+71 |
| | | |||||
* | | Delete the notification when the owner unshares the remote before the user ↵ | Joas Schilling | 2016-02-11 | 1 | -0/+7 |
| | | | | | | | | did anything | ||||
* | | Remove the notification if accepting/declining failed because of 404 | Joas Schilling | 2016-02-11 | 1 | -1/+7 |
|/ | |||||
* | Fix oracle by using less quotes | Joas Schilling | 2016-02-10 | 1 | -1/+1 |
| | |||||
* | Create the actions with the correct ID | Joas Schilling | 2016-02-10 | 1 | -3/+4 |
| | |||||
* | Make sure the share ID is an integer | Joas Schilling | 2016-02-10 | 1 | -2/+2 |
| | |||||
* | Fix action paths | Joas Schilling | 2016-02-10 | 1 | -2/+2 |
| | |||||
* | Fix the notification API usage | Joas Schilling | 2016-02-10 | 1 | -1/+1 |
| | |||||
* | Revert "Disable the remote sharing notifications until they work properly" | Joas Schilling | 2016-02-10 | 1 | -3/+0 |
| | | | | | | | This reverts commit 6bc93c740194d245bb9a7d1f230ed33461f842a7. Conflicts: apps/files_sharing/lib/external/manager.php | ||||
* | Respect not allowing outgoing shares | Roeland Jago Douma | 2016-02-08 | 1 | -3/+25 |
| | |||||
* | Update OCS Share API to use federated share provider | Roeland Jago Douma | 2016-02-08 | 1 | -12/+23 |
| | |||||
* | Even single shares are returned as array | Roeland Jago Douma | 2016-02-08 | 1 | -1/+1 |
| | | | | | | | When fetching a single share using ../shares/<ID> we should still return an array of shares. Fixes #22189 | ||||
* | [Share 2.0] Fix OCS endpoint | Roeland Jago Douma | 2016-02-03 | 1 | -42/+43 |
| | |||||
* | [Share 2.0] Use GenericShareException | Roeland Jago Douma | 2016-02-02 | 1 | -9/+8 |
| | |||||
* | [Share 2.0] Add exceptions to OCP | Roeland Jago Douma | 2016-02-02 | 1 | -3/+3 |
| |