summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | [Share 2.0] Add exceptions to OCPRoeland Jago Douma2016-02-024-8/+9
|/
* Filter contacts from the local system addressbook - remote share with local ↵Thomas Müller2016-02-021-0/+3
| | | | users is not allowed
* In some cases $contact['CLOUD'] is not an arrayThomas Müller2016-02-021-1/+5
|
* Merge pull request #22015 from owncloud/share-no-permissionsThomas Müller2016-02-021-6/+18
|\ | | | | Block shares that dont have the correct source permissions
| * Block shares that dont have the correct source permissionsRobin Appelman2016-01-291-6/+18
| |
* | Add path filter to OCS Share API ?shared_with_me=trueRoeland Jago Douma2016-01-291-7/+11
| | | | | | | | | | | | This allows all clients to quickly get the share info for a given path. Instead of returning everything and filtering it then manually on the client side.
* | Update the initiator of the share as well in migrationRoeland Jago Douma2016-01-283-7/+74
| |
* | Update reshares in batches as not to run out of memoryRoeland Jago Douma2016-01-282-14/+97
| |
* | upgrade to sharing 2.0, remove hierarchical re-sharesBjörn Schießle2016-01-284-48/+348
|/