diff options
author | git-marijus <mario@mariovavti.com> | 2017-07-29 23:32:48 +0200 |
---|---|---|
committer | git-marijus <mario@mariovavti.com> | 2017-07-29 23:32:48 +0200 |
commit | 8161ec88e5a2b9d1f7071dfed6a70c850e42ed4b (patch) | |
tree | 533197d28bdf0ddc1c194e0fdc27374d3720bcf6 /Zotlabs/Storage | |
parent | 7b992decd4fdd670e6c01ea31a14e756974bf1a2 (diff) | |
download | volse-hubzilla-8161ec88e5a2b9d1f7071dfed6a70c850e42ed4b.tar.gz volse-hubzilla-8161ec88e5a2b9d1f7071dfed6a70c850e42ed4b.tar.bz2 volse-hubzilla-8161ec88e5a2b9d1f7071dfed6a70c850e42ed4b.zip |
implement file notification on initial upload and rename get_parent_cloudpath() to get_cloud_url() which now includes the filename
Diffstat (limited to 'Zotlabs/Storage')
-rw-r--r-- | Zotlabs/Storage/Browser.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Zotlabs/Storage/Browser.php b/Zotlabs/Storage/Browser.php index 3af9fcab1..9b7e9ad8e 100644 --- a/Zotlabs/Storage/Browser.php +++ b/Zotlabs/Storage/Browser.php @@ -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')]] )); } |