Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | remove unencrypted_size from the cache, size will contain the unencrypted size | Bjoern Schiessle | 2015-04-07 | 2 | -13/+3 |
| | |||||
* | Move core apps from private to public functions | Roeland Jago Douma | 2015-04-01 | 1 | -1/+1 |
| | | | | | | Apps still use OC_Helper and OC_Util functions even when public ones are already available. Sometimes the public one is even used in the same file. | ||||
* | Correct the app name for sharing events | Joas Schilling | 2015-03-30 | 1 | -12/+7 |
| | |||||
* | Merge pull request #13964 from rullzer/capabilities | Morris Jobke | 2015-03-30 | 1 | -0/+87 |
|\ | | | | | Add OCS sharing info to capabilities - take 2 | ||||
| * | Slight better formatting | Roeland Jago Douma | 2015-03-11 | 1 | -2/+3 |
| | | |||||
| * | New array syntax | Roeland Jago Douma | 2015-03-11 | 1 | -7/+7 |
| | | |||||
| * | Added new header | Roeland Jago Douma | 2015-03-11 | 1 | -5/+17 |
| | | |||||
| * | Now added enabled element | Roeland Jago Douma | 2015-03-11 | 1 | -7/+7 |
| | | | | | | | | This change allows for more generic parsing for the capabilities. | ||||
| * | Add file_sharing info to capabilities | Roeland Jago Douma | 2015-03-11 | 1 | -0/+74 |
| | | | | | | | | | | Display the capabilities regarding file sharing in the capabilities API. This will allow the clients to provide users a better experince. | ||||
* | | Merge pull request #15244 from owncloud/use_default_share_folder | Morris Jobke | 2015-03-26 | 2 | -3/+16 |
|\ \ | | | | | | | always fall back to default share folder | ||||
| * | | always fall back to default share folder | Bjoern Schiessle | 2015-03-26 | 2 | -3/+16 |
| | | | |||||
* | | | Merge pull request #13802 from owncloud/share-partfilepermissions | Morris Jobke | 2015-03-26 | 1 | -20/+40 |
|\ \ \ | |/ / |/| | | Fix share permission checks | ||||
| * | | Rename must be possible with update-only permission | Vincent Petry | 2015-03-19 | 1 | -17/+23 |
| | | | | | | | | | | | | and this as long as the rename is done within the same folder. | ||||
| * | | Fix shared storage permission checks | Vincent Petry | 2015-03-18 | 1 | -4/+18 |
| | | | |||||
* | | | Merge pull request #15001 from owncloud/kill-share-proxy | Thomas Müller | 2015-03-26 | 3 | -65/+17 |
|\ \ \ | | | | | | | | | Replace share proxy with a hook |