summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* Remove Scrutinizer Auto FixerLukas Reschke2016-03-015-5/+0
|
* Update author informationLukas Reschke2016-03-0116-8/+17
| | | | 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-ocsThomas Müller2016-03-019-7/+86
|\ | | | | Add autodiscovery support to server-to-server sharing implementation
| * Fix Scrutinizer issuesLukas Reschke2016-02-291-0/+1
| |
| * Add autodiscovery support to server-to-server sharingLukas Reschke2016-02-269-7/+86
| | | | | | | | 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.
* | Merge pull request #22728 from owncloud/external-share-testremoteThomas Müller2016-03-014-28/+65
|\ \ | | | | | | use ocs discover endpoint to test remote
| * | Only use scanner if remote is an ownCloudLukas Reschke2016-03-011-1/+17
| | |
| * | /shareinfo is not requiredLukas Reschke2016-03-012-0/+8
| | |
| * | Fix testsLukas Reschke2016-03-011-20/+14
| | |
| * | Add missing trailing slashLukas Reschke2016-03-012-3/+3
| | |
| * | use ocs discover endpoint to test remoteRobin Appelman2016-03-012-8/+27
| | |
* | | Merge pull request #22700 from owncloud/only_1_linkshareThomas Müller2016-03-011-0/+9
|\ \ \ | | | | | | | | For now only allow 1 link share per file/folder
| * | | For now only allow 1 link share per file/folderRoeland Jago Douma2016-03-011-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.
* | | | Merge pull request #22613 from owncloud/quota-changedavreturnvaluewhennoquotasetThomas Müller2016-03-011-0/+4
|\ \ \ \ | |/ / / |/| | | Don't return quota when none set
| * | | Return -3 for unlimited quotaVincent Petry2016-02-291-0/+4
| |/ / | | | | | | | | | | | | Returns -3 for unlimited quota in Webdav response. Also adjusted personal page to show unlimited quota when set.
* | | Merge pull request #22740 from owncloud/fix_resare_updatesThomas Müller2016-03-012-0/+20
|\ \ \ | | | | | | | | Check correct permissions when resharing
| * | | Check correct permissions when resharingRoeland Jago Douma2016-02-292-0/+20
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* / / [tx-robot] updated from transifexJenkins for ownCloud2016-03-012-0/+20
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2016-02-292-0/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-02-282-2/+176
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-02-272-0/+2
| |
* | Merge pull request #22640 from owncloud/fix_22587Thomas Müller2016-02-262-0/+129
|\ \ | | | | | | Remove delete permissions for read-only federated reshares
| * | Remove delete permissions for read-only federated resharesRoeland Jago Douma2016-02-252-0/+129
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Make more action icons themable + style fixesVincent Petry2016-02-251-0/+4
| | | | | | | | | | | | | | | Action icons now appear properly in public link page. More actions are now CSS icons.
* | | Make file actions use icon CSS classesRoeland Jago Douma2016-02-252-14/+19
| |/ |/| | | | | This makes theming of file actions possible
* | inject the correct external share manager into the storageRobin Appelman2016-02-251-3/+4
|/
* [tx-robot] updated from transifexJenkins for ownCloud2016-02-2522-4/+388
|
* Fix public page footer position in IEVincent Petry2016-02-221-0/+5
| | | | | | | | The content element needs hasLayout, so triggering it with a display attribute. Without this, the #content element's height would be as high as the window's height instead of adjusting itself to its contents' height.
* Fixes pagination in IEMorris Jobke2016-02-221-1/+0
| | | | | * tested in Firefox, Chrome, Safari, IE and Edge with folder and file shares * fixes #20044
* Merge pull request #22444 from owncloud/fix-federated-share-deleteThomas Müller2016-02-181-15/+43
|\ | | | | get the actual user instead of a federated cloud id
| * get the actual user instead of a federated cloud idBjoern Schiessle2016-02-181-15/+43
| | | | | | | | | | | | $view->getUidAndFilename($filename); returns the federated cloud id in case of a federated share. But in this case we need the local user who "owns" the file which is the current logged in user in case of a federated share
* | Properly trigger testRemote after getting a 404 from remote fed shareVincent Petry2016-02-181-0/+3
| | | | | | | | | | | | | | | | | | Whenever a remote fed share's shareinfo call returns a 404, don't directly assume the storage is not available by throwing StorageNotAvailableException. We need to properly throw NotFoundException to trigger the later logic that calls testRemote() that verifies that the 404 is not from a broken server but really from an obsolete share.
* | Add unit tests for formatShareRoeland Jago Douma2016-02-171-0/+325
| |
* | OCS Share API should not return invalid sharesRoeland Jago Douma2016-02-172-7/+31
|/ | | | | | | 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.
* [tx-robot] updated from transifexJenkins for ownCloud2016-02-164-0/+38
|
* Merge pull request #22337 from owncloud/new_reshare_no_initiatorThomas Müller2016-02-151-4/+4
|\ | | | | On backend hickups don't crash OCS output
| * The owner and recipient can also be nullRoeland Jago Douma2016-02-121-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 UIDRoeland Jago Douma2016-02-121-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.
* | [tx-robot] updated from transifexJenkins for ownCloud2016-02-156-0/+116
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-02-142-0/+10
| |
* | Merge pull request #22351 from owncloud/fix_22277Thomas Müller2016-02-132-4/+168
|\ \ | | | | | | show remote server on federated share auto-complete
| * | add remote server to the resultBjoern Schiessle2016-02-122-4/+168
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-02-1314-0/+196
| | |
* | | Merge pull request #22305 from owncloud/sharestatus_to_ocs_22298Thomas Müller2016-02-121-0/+4
|\ \ \ | | | | | | | | Calculate the share statuses in js from the OCS Response
| * | | Reload list of shares on directory changeRoeland Jago Douma2016-02-111-0/+4
| | | |
* | | | Merge pull request #22317 from owncloud/fix_invisible_linksharesThomas Müller2016-02-123-32/+183
|\ \ \ \ | |_|_|/ |/| | | Do not allow invisible link shares
| * | | Fix migration step to avoind invisible sharesRoeland Jago Douma2016-02-112-32/+63
| | | |
| * | | Add testsRoeland Jago Douma2016-02-111-0/+120
| |/ /
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-02-12120-276/+302
| | |
* | | Merge pull request #22307 from ↵Thomas Müller2016-02-113-4/+17
|\ \ \ | |/ / |/| | | | | | | | owncloud/remove-notification-on-unshare-and-on-errors Remove notification on unshare and on errors