basic proof of concept file activity support - will send activity via the filestorage module and via attach_delete()
This commit is contained in:
@@ -249,7 +249,10 @@ class RedBrowser extends DAV\Browser\Plugin {
|
||||
'$header' => t('Files') . ": " . $this->escapeHTML($path) . "/",
|
||||
'$quota' => $quota,
|
||||
'$total' => t('Total'),
|
||||
'$actionspanel' => $output
|
||||
'$actionspanel' => $output,
|
||||
'$shared' => t('Shared'),
|
||||
'$create' => t('Create'),
|
||||
'upload' => t('Upload')
|
||||
));
|
||||
|
||||
$html .= replace_macros(get_markup_template('cloud_directory.tpl'), array(
|
||||
|
||||
@@ -276,4 +276,4 @@ class RedFile extends DAV\Node implements DAV\IFile {
|
||||
|
||||
attach_delete($this->auth->owner_id, $this->data['hash']);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user