summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* [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
| * | Delete the notification when the owner unshares the remote before the user ↵Joas Schilling2016-02-111-0/+7
| | | | | | | | | | | | did anything
| * | Remove the notification if accepting/declining failed because of 404Joas Schilling2016-02-112-4/+10
| | |
* | | Merge pull request #22281 from owncloud/activity-100-unshare-activitiesThomas Müller2016-02-111-16/+77
|\ \ \ | |/ / |/| | Add translations of unshare activities
| * | Add translations of unshare activitiesJoas Schilling2016-02-101-16/+77
| |/
* | [tx-robot] updated from transifexJenkins for ownCloud2016-02-1150-50/+0
| |
* | Revert back to non-webdav download link for public URLsVincent Petry2016-02-102-7/+4
|/ | | | | Fixes issues with browsers not happy with the token. Fixes activities which were not sent.
* Fix oracle by using less quotesJoas Schilling2016-02-101-1/+1
|
* Listen to the notification event to reload the file listJoas Schilling2016-02-101-1/+13
|
* Mark the accept button as primaryJoas Schilling2016-02-101-1/+2
|
* Create the actions with the correct IDJoas Schilling2016-02-102-5/+6
|
* Make sure the share ID is an integerJoas Schilling2016-02-101-2/+2
|
* Fix action pathsJoas Schilling2016-02-101-2/+2
|
* Bring the messages inlineJoas Schilling2016-02-101-1/+1
|
* Fix the notification API usageJoas Schilling2016-02-102-1/+6
|
* Revert "Disable the remote sharing notifications until they work properly"Joas Schilling2016-02-103-8/+2
| | | | | | | This reverts commit 6bc93c740194d245bb9a7d1f230ed33461f842a7. Conflicts: apps/files_sharing/lib/external/manager.php
* add testsRobin Appelman2016-02-091-0/+49
|
* Fix unit testsRoeland Jago Douma2016-02-091-0/+2
|
* check share permissions in share controllerRobin Appelman2016-02-091-0/+17
|
* Example hook checkRoeland Jago Douma2016-02-092-14/+26
|
* Fix unit testRoeland Jago Douma2016-02-091-1/+5
|
* throw hooks when accessing a link shareArthur Schiwon2016-02-091-2/+55
|
* Merge pull request #22206 from owncloud/share2_migration_with_federatedThomas Müller2016-02-084-6/+25
|\ | | | | Update the migration step to include federated shares
| * Update the migration step to include federated sharesRoeland Jago Douma2016-02-084-6/+25
| | | | | | | | | | Now federated shares will also be updated to the flat reshare model.
* | Respect not allowing outgoing sharesRoeland Jago Douma2016-02-082-3/+27
| |
* | Update OCS Share API to use federated share providerRoeland Jago Douma2016-02-082-15/+31
|/
* Even single shares are returned as arrayRoeland Jago Douma2016-02-082-2/+2
| | | | | | | When fetching a single share using ../shares/<ID> we should still return an array of shares. Fixes #22189
* Merge pull request #22159 from owncloud/fix_21678Thomas Müller2016-02-051-0/+6
|\ | | | | Gracefull handle link shares rename hook
| * Gracefull handle link shares rename hookRoeland Jago Douma2016-02-051-0/+6
| | | | | | | | | | | | | | Fixes #21678 The hook is called on all renames. However when we use a link share the getUserFolder fails. We now just opt out.
* | Use HTTPS instead of HTTPLukas Reschke2016-02-051-1/+1
|/ | | This is now supported by github.io
* [Share 2.0] Fix public link sharingRoeland Jago Douma2016-02-032-26/+32
|
* [Share 2.0] Fix OCS endpointRoeland Jago Douma2016-02-032-108/+123
|
* Merge pull request #22095 from owncloud/public_link_with_portThomas Müller2016-02-032-10/+4
|\ | | | | Public link downloads should work on instance on non default port
| * Construct valid URLRoeland Jago Douma2016-02-032-10/+4
| |
* | [Share 2.0] Use GenericShareExceptionRoeland Jago Douma2016-02-022-28/+8
| |