Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|/ | |||||
* | Merge pull request #16440 from owncloud/scrutinizer-patch-1 | Thomas Müller | 2015-05-19 | 3 | -5/+0 |
|\ | | | | | Scrutinizer Auto-Fixes | ||||
| * | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-05-19 | 3 | -5/+0 |
| | | | | | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | | Fix unexisting class and broken doc | Joas Schilling | 2015-05-19 | 1 | -1/+1 |
|/ | |||||
* | a new approach to display the error message | Bjoern Schiessle | 2015-05-18 | 1 | -1/+7 |
| | |||||
* | dont go trough the view when renaming/copying on shared storages | Robin Appelman | 2015-05-12 | 1 | -20/+21 |
| | |||||
* | Merge pull request #15815 from owncloud/unshare-etag-propagate | Morris Jobke | 2015-05-11 | 1 | -7/+9 |
|\ | | | | | Update etag of direct parent on unshare | ||||
| * | Update etag of direct parent on unshare | Vincent Petry | 2015-04-28 | 1 | -7/+9 |
| | | | | | | | | | | Only call dirname() once instead of twice when propagating etags to the recipient's parent folders. | ||||
* | | Fix PHPDoc for the ext. share controller | Lukas Reschke | 2015-05-04 | 1 | -0/+1 |
| | | |||||
* | | Fix DeleteOrphanedSharesJob | Morris Jobke | 2015-05-04 | 1 | -3/+8 |
| | | | | | | | | | | | | * remove unneeded use statements * the the interval properly in the constructor * set the log level to debug (from info) - fixes #16036 | ||||
* | | Correctly send Federate-Cloud Share Feedback against the remote share ID | Joas Schilling | 2015-04-28 | 1 | -6/+6 |
| | | |||||
* | | Correctly generate the feedback URL for remote share | Joas Schilling | 2015-04-28 | 1 | -1/+1 |
|/ | | | | | The trailing slash was added in c78e3c4a7fa1d2f474ab58551e67a50e093f6ed8 to correctly generate the encryption keys | ||||
* | dont pass floats as timestamp to the changepropagator | Robin Appelman | 2015-04-27 | 1 | -1/+1 |
| | |||||
* | use microtime to prevent race conditions | Robin Appelman | 2015-04-27 | 1 | -3/+3 |
| | |||||
* | triger propagation for webdav uploads | Robin Appelman | 2015-04-27 | 1 | -3/+3 |
| | | | | use post hooks for share etag propagator | ||||
* | fix propagation when renaming a directly reshared folder | Robin Appelman | 2015-04-27 | 1 | -2/+4 |
| | |||||
* | minor fixes | Robin Appelman | 2015-04-27 | 4 | -10/+10 |
| | |||||
* | add rename hook for propagation | Robin Appelman | 2015-04-27 | 2 | -0/+16 |
| | |||||
* | propagate changes up reshares | Robin Appelman | 2015-04-27 | 1 | -0/+10 |
| | |||||
* | Make sure the owner mountpoints are setup | Robin Appelman | 2015-04-27 | 2 | -1/+5 |
| | |||||
* | propagate etags for all user of a share | Robin Appelman | 2015-04-27 | 8 | -74/+382 |
| | |||||
* | remove unneeded readonlycache | Robin Appelman | 2015-04-22 | 1 | -44/+0 |
| | |||||
* | use the permissions mask cache wrapper instead of the read only cache | Robin Appelman | 2015-04-22 | 1 | -1/+4 |
| | |||||
* | Thou shalt not corrupt the answer of a cache request | Olivier Paroz | 2015-04-18 | 1 | -1/+3 |
| | |||||
* | Merge pull request #13360 from owncloud/cross-storage-move | Morris Jobke | 2015-04-14 | 1 | -0/+34 |
|\ | | | | | Proper copy/move between multiple local storages | ||||
| * | a bit more phpdoc | Robin Appelman | 2015-04-14 | 1 | -0/+6 |
| | | |||||
| * | add missing return for shared | Robin Appelman | 2015-04-13 | 1 | -2/+2 |
| | | |||||
| * | Implement move/copyFromStorage for shared storage | Robin Appelman | 2015-04-13 | 1 | -0/+28 |
| | | |||||
* | | Fix cross storage move with shared storages | Robin Appelman | 2015-04-13 | 2 | -11/+11 |
| | | |||||
* | | check that we know the parent | Robin Appelman | 2015-04-13 | 1 | -3/+5 |
| | | |||||
* | | check for source cache | Robin Appelman | 2015-04-13 | 1 | -1/+3 |
|/ | |||||
* | Fix converting Guzzle error codes in s2s storage | Vincent Petry | 2015-04-10 | 1 | -10/+13 |
| | |||||
* | Catch more exceptions when connecting to remote DAV server | Vincent Petry | 2015-04-10 | 1 | -0/+2 |
| | | | | | | | Added InvalidArgumentException to catch HTML parsing errors when XML was expected. Made convertSabreException more generic to be able to handle more exception cases. | ||||
* | Properly catch guzzle 503 when querying share info | Vincent Petry | 2015-04-09 | 1 | -0/+5 |
| | |||||
* | Remove unused $toRemove | Vincent Petry | 2015-04-09 | 1 | -3/+0 |
| | |||||
* | Keep shares when deleting shared folders | Vincent Petry | 2015-04-09 | 2 | -33/+0 |
| | | | | | | | | The share entries will be linked with the fileid while they are kept in the trashbin. In the future a background just will scrape orphaned shares and delete them. | ||||
* | Delete orphaned shares in a background job | Vincent Petry | 2015-04-08 | 1 | -0/+59 |
| | |||||
* | store init status per user | Bjoern Schiessle | 2015-04-07 | 1 | -5/+6 |
| | |||||
* | work arround to make sure that shares are initialized only once | Bjoern Schiessle | 2015-04-07 | 1 | -2/+8 |
| |