summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Collapse)AuthorAgeFilesLines
* a new approach to display the error messageBjoern Schiessle2015-05-181-1/+7
|
* dont go trough the view when renaming/copying on shared storagesRobin Appelman2015-05-121-20/+21
|
* Merge pull request #15815 from owncloud/unshare-etag-propagateMorris Jobke2015-05-111-7/+9
|\ | | | | Update etag of direct parent on unshare
| * Update etag of direct parent on unshareVincent Petry2015-04-281-7/+9
| | | | | | | | | | Only call dirname() once instead of twice when propagating etags to the recipient's parent folders.
* | Fix PHPDoc for the ext. share controllerLukas Reschke2015-05-041-0/+1
| |
* | Fix DeleteOrphanedSharesJobMorris Jobke2015-05-041-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 IDJoas Schilling2015-04-281-6/+6
| |
* | Correctly generate the feedback URL for remote shareJoas Schilling2015-04-281-1/+1
|/ | | | | The trailing slash was added in c78e3c4a7fa1d2f474ab58551e67a50e093f6ed8 to correctly generate the encryption keys
* dont pass floats as timestamp to the changepropagatorRobin Appelman2015-04-271-1/+1
|
* use microtime to prevent race conditionsRobin Appelman2015-04-271-3/+3
|
* triger propagation for webdav uploadsRobin Appelman2015-04-271-3/+3
| | | | use post hooks for share etag propagator
* fix propagation when renaming a directly reshared folderRobin Appelman2015-04-271-2/+4
|
* minor fixesRobin Appelman2015-04-274-10/+10
|
* add rename hook for propagationRobin Appelman2015-04-272-0/+16
|
* propagate changes up resharesRobin Appelman2015-04-271-0/+10
|
* Make sure the owner mountpoints are setupRobin Appelman2015-04-272-1/+5
|
* propagate etags for all user of a shareRobin Appelman2015-04-278-74/+382
|
* remove unneeded readonlycacheRobin Appelman2015-04-221-44/+0
|
* use the permissions mask cache wrapper instead of the read only cacheRobin Appelman2015-04-221-1/+4
|
* Thou shalt not corrupt the answer of a cache requestOlivier Paroz2015-04-181-1/+3
|
* Merge pull request #13360 from owncloud/cross-storage-moveMorris Jobke2015-04-141-0/+34
|\ | | | | Proper copy/move between multiple local storages
| * a bit more phpdocRobin Appelman2015-04-141-0/+6
| |
| * add missing return for sharedRobin Appelman2015-04-131-2/+2
| |
| * Implement move/copyFromStorage for shared storageRobin Appelman2015-04-131-0/+28
| |
* | Fix cross storage move with shared storagesRobin Appelman2015-04-132-11/+11
| |
* | check that we know the parentRobin Appelman2015-04-131-3/+5
| |
* | check for source cacheRobin Appelman2015-04-131-1/+3
|/
* Fix converting Guzzle error codes in s2s storageVincent Petry2015-04-101-10/+13
|
* Catch more exceptions when connecting to remote DAV serverVincent Petry2015-04-101-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 infoVincent Petry2015-04-091-0/+5
|
* Remove unused $toRemoveVincent Petry2015-04-091-3/+0
|
* Keep shares when deleting shared foldersVincent Petry2015-04-092-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 jobVincent Petry2015-04-081-0/+59
|
* store init status per userBjoern Schiessle2015-04-071-5/+6
|
* work arround to make sure that shares are initialized only onceBjoern Schiessle2015-04-071-2/+8
|
* remove unencrypted_size from the cache, size will contain the unencrypted sizeBjoern Schiessle2015-04-072-13/+3
|
* Move core apps from private to public functionsRoeland Jago Douma2015-04-011-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 eventsJoas Schilling2015-03-301-12/+7
|
* Merge pull request #13964 from rullzer/capabilitiesMorris Jobke2015-03-301-0/+87
|\ | | | | Add OCS sharing info to capabilities - take 2
| * Slight better formattingRoeland Jago Douma2015-03-111-2/+3
| |
| * New array syntaxRoeland Jago Douma2015-03-111-7/+7
| |
| * Added new headerRoeland Jago Douma2015-03-111-5/+17
| |
| * Now added enabled elementRoeland Jago Douma2015-03-111-7/+7
| | | | | | | | This change allows for more generic parsing for the capabilities.
| * Add file_sharing info to capabilitiesRoeland Jago Douma2015-03-111-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_folderMorris Jobke2015-03-262-3/+16
|\ \ | | | | | | always fall back to default share folder
| * | always fall back to default share folderBjoern Schiessle2015-03-262-3/+16
| | |
* | | Merge pull request #13802 from owncloud/share-partfilepermissionsMorris Jobke2015-03-261-20/+40
|\ \ \ | |/ / |/| | Fix share permission checks
| * | Rename must be possible with update-only permissionVincent Petry2015-03-191-17/+23
| | | | | | | | | | | | and this as long as the rename is done within the same folder.
| * | Fix shared storage permission checksVincent Petry2015-03-181-4/+18
| | |
* | | Merge pull request #15001 from owncloud/kill-share-proxyThomas Müller2015-03-263-65/+17
|\ \ \ | | | | | | | | Replace share proxy with a hook