Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid re-propagation of shares during one propagation run | Morris Jobke | 2015-09-04 | 1 | -0/+8 |
| | | | | * fix was proposed by @nickvergessen | ||||
* | Delay setting up the filesystem for a share owner untill the share is used | Robin Appelman | 2015-09-03 | 2 | -7/+6 |
| | |||||
* | Merge pull request #18477 from owncloud/fed-alwaysdetectremotechanges | Vincent Petry | 2015-08-24 | 1 | -0/+2 |
|\ | | | | | Always detect remote changes for fed sharing | ||||
| * | Always detect remote changes for fed sharing | Vincent Petry | 2015-08-21 | 1 | -0/+2 |
| | | | | | | | | | | This is even more important now that filesystem_check_changes is 0 by default. | ||||
* | | Use IClientService to check for remote ownCloud instances | Lukas Reschke | 2015-08-22 | 1 | -3/+47 |
|/ | | | | | | | 1. Allows to set a timeout (though still not perfect but way better than before) 2. Allows to have unit tests 3. I also added unit tests for the existing controller code 4. Corrected PHPDoc on IClient | ||||
* | Prevent shares being added to oc_storages via availability | Robin McCorkell | 2015-08-20 | 1 | -0/+18 |
| | |||||
* | Fix extracting basename from path in sharing | Robin McCorkell | 2015-08-18 | 1 | -1/+1 |
| | |||||
* | Add public upload to capability | Roeland Jago Douma | 2015-08-14 | 1 | -0/+1 |
| | |||||
* | Fix default values of sharing capabilities | Joas Schilling | 2015-08-13 | 1 | -5/+5 |
| | | | | | | The problem is the UI used a different default than the capabilities. So when you never touched the config, the setting in admins said "disabled" while the capabilities said "enabled". | ||||
* | Merge pull request #16528 from owncloud/activity-302-improve-settings | Joas Schilling | 2015-08-11 | 1 | -1/+1 |
|\ | | | | | Activity 302 improve settings | ||||
| * | Do not use magic strings when there are constants for it | Joas Schilling | 2015-07-22 | 1 | -1/+1 |
| | | |||||
* | | Moved core apps to the capabilities manager | Roeland Jago Douma | 2015-08-10 | 1 | -23/+9 |
| | | | | | | | | | | | | | | * Files * Files_Sharing * Files_Trashbin * Files_Versions | ||||
* | | just pass the share instead of searching for it | Robin Appelman | 2015-08-05 | 3 | -23/+11 |
| | | |||||
* | | fix infinite loops with propagating etags on reshares | Robin Appelman | 2015-08-03 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #17381 from owncloud/fix_sharing_add_to_group | Morris Jobke | 2015-07-21 | 1 | -4/+10 |
|\ | | | | | [sharing] fix addToGroup hook | ||||
| * | use the correct user if we update the share table | Bjoern Schiessle | 2015-07-03 | 1 | -4/+10 |
| | | |||||
* | | Throw storage not available on guzzle error | Vincent Petry | 2015-07-13 | 1 | -1/+1 |
| | | | | | | | | | | | | If the remote server is in maintenance mode, we must throw storage not available exception instead of not found which might auto-remove the share. | ||||
* | | Merge pull request #17290 from owncloud/remove-readonly-wrapper | Thomas Müller | 2015-07-06 | 1 | -74/+0 |
|\ \ | | | | | | | Replace readonly wrapper with permissions mask | ||||
| * | | remove no longer needed readonly wrapper | Robin Appelman | 2015-07-01 | 1 | -74/+0 |
| | | | |||||
* | | | Merge pull request #17335 from ↵ | Joas Schilling | 2015-07-06 | 1 | -5/+10 |
|\ \ \ | | | | | | | | | | | | | | | | | owncloud/better-federated-cloud-sharing-activities Improve federated cloud sharing activities | ||||
| * | | | Use federated cloud id as a parameter type | Joas Schilling | 2015-07-02 | 1 | -3/+3 |
| | | | | |||||
| * | | | Add the item name to the federated sahre activity | Joas Schilling | 2015-07-02 | 1 | -0/+5 |
| | | | | |||||
| * | | | Use the app constant to fix the grouping | Joas Schilling | 2015-07-02 | 1 | -1/+1 |
| | | | | |||||
| * | | | Use the item name when refering to the unaccepted remote share | Joas Schilling | 2015-07-02 | 1 | -1/+1 |
| | | | | |||||
* | | | | Add OCS api to get, accept and decline remote shares | Joas Schilling | 2015-07-03 | 1 | -0/+10 |
| |_|/ |/| | | |||||
* | | | Merge pull request #17324 from owncloud/fix-duplicated-line-in-doc-block | Vincent Petry | 2015-07-02 | 1 | -1/+0 |
|\ \ \ | |/ / |/| | | Fix duplicated line in doc block | ||||
| * | | Fix duplicated line in doc block | Joas Schilling | 2015-07-02 | 1 | -1/+0 |
| | | | |||||
* | | | Merge pull request #17246 from owncloud/share-lock-owner-parent | Joas Schilling | 2015-07-02 | 2 | -10/+33 |
|\ \ \ | |/ / |/| | | lock parent folders for the owner when locking a shared file as recipient | ||||
| * | | only lock the parent folders | Robin Appelman | 2015-07-01 | 1 | -2/+2 |
| | | | |||||
| * | | lock parent folders for the owner when locking a shared file as recipient | Robin Appelman | 2015-07-01 | 2 | -10/+33 |
| |/ | |||||
* / | Fix scanFile signature to avoid boring warning | Vincent Petry | 2015-07-01 | 1 | -1/+3 |
|/ | |||||
* | Catch more error codes thrown by federated shares | Vincent Petry | 2015-07-01 | 1 | -13/+7 |
| | | | | | | | | Most of the time it doesn't make sense to forward Guzzle's RequestException, so we convert it to StorageNotAvailable instead. This prevents unpredictable error codes to block access to unrelated folders needlessly. | ||||
* | Merge pull request #15506 from rullzer/core_apps_oc_log2ocp_util | Morris Jobke | 2015-07-01 | 1 | -2/+2 |
|\ | | | | | Move core apps from OC_Log::write to OCP\Util | ||||
| * | Move core apps from OC_Log::write to OCP\Util | Roeland Jago Douma | 2015-05-18 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #15475 from rullzer/files_sharing_OCP_DB | Morris Jobke | 2015-07-01 | 5 | -9/+9 |
|\ \ | | | | | | | Move files sharing app (mostly) to OCP\DB | ||||
| * | | Move files sharing app (mostly) to OCP\DB | Roeland Jago Douma | 2015-05-18 | 5 | -9/+9 |
| |/ | |||||
* | | Merge pull request #17083 from owncloud/share-etag-update-target | Vincent Petry | 2015-06-29 | 1 | -2/+2 |
|\ \ | | | | | | | take share target into account when updating recipient etags | ||||
| * | | take share target into account when updating recipient etags | Robin Appelman | 2015-06-22 | 1 | -2/+2 |
| | | | |||||
* | | | Merge pull request #17163 from owncloud/update-licenses | Lukas Reschke | 2015-06-27 | 7 | -16/+75 |
|\ \ \ | | | | | | | | | Update license headers | ||||
| * | | | update license headers and authors | Morris Jobke | 2015-06-25 | 7 | -16/+75 |
| | | | | |||||
* | | | | Signature of overriding method should match the parent | Olivier Paroz | 2015-06-26 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #17082 from owncloud/shared-etag-propagate-file | Thomas Müller | 2015-06-26 | 3 | -12/+39 |
|\ \ \ \ | |/ / / |/| | | | Fix etag propagation for single file shares | ||||
| * | | | add some docs | Robin Appelman | 2015-06-25 | 1 | -0/+2 |
| | | | | |||||
| * | | | fix etag propagation for single file shares | Robin Appelman | 2015-06-24 | 3 | -12/+37 |
| |/ / | |||||
* / / | [sharing] handle shares of users that aren't available anymore | Morris Jobke | 2015-06-23 | 1 | -2/+10 |
|/ / | | | | | | | | | * properly handle the case where an abandoned share is left and simply skip it | ||||
* | | Disable video preview if previews are disabled | Morris Jobke | 2015-06-09 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #16686 from owncloud/show_cloud_id | Lukas Reschke | 2015-06-02 | 1 | -0/+16 |
|\ \ | | | | | | | show federated cloud id in the personal settings | ||||
| * | | show federated cloud id in the personal settings | Bjoern Schiessle | 2015-06-02 | 1 | -0/+16 |
| | | | |||||
* | | | add changeLock to the storage api | Robin Appelman | 2015-06-01 | 1 | -0/+11 |
| | | | |||||
* | | | add locking to the storage api | Robin Appelman | 2015-06-01 | 1 | -0/+26 |
|/ / |