aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/File_upload.php
Commit message (Collapse)AuthorAgeFilesLines
* ltrim $display_path in attach_store() to be consistent with attach_mkdir() ↵git-marijus2017-07-301-0/+2
| | | | and go to created folder after successfully creating one
* implement file notification on initial upload and rename ↵git-marijus2017-07-291-2/+2
| | | | get_parent_cloudpath() to get_cloud_url() which now includes the filename
* Empty ACL should not result in no ACL when uploading a fileMario Vavti2017-05-111-4/+5
|
* deprecate/remove get_channel_by_nick() which is just a less generalised ↵zotlabs2016-11-081-1/+1
| | | | variant of channelx_by_nick()
* implement acl for folder creationMario Vavti2016-08-101-9/+14
|
* make drag/drop work with acl, which bypassed the formredmatrix2016-07-241-0/+2
|
* add acl selection to files upload via /cloud (still missing from directory ↵redmatrix2016-07-241-0/+38
creation)