implement file notification on initial upload and rename get_parent_cloudpath() to get_cloud_url() which now includes the filename

This commit is contained in:
git-marijus
2017-07-29 23:32:48 +02:00
parent 7b992decd4
commit 8161ec88e5
5 changed files with 26 additions and 19 deletions

View File

@@ -347,7 +347,8 @@ class Browser extends DAV\Browser\Plugin {
'$return_url' => \App::$cmd,
'$path' => $path,
'$folder' => find_folder_hash_by_path($this->auth->owner_id, $path),
'$dragdroptext' => t('Drop files here to immediately upload')
'$dragdroptext' => t('Drop files here to immediately upload'),
'$notify' => ['notify', t('Show in your contacts shared folder'), 0, '', [t('No'), t('Yes')]]
));
}