aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/File_upload.php
Commit message (Expand)AuthorAgeFilesLines
* fix unable to create folders with name 0Mario2023-08-141-1/+1
* fix php warningsMario2022-10-121-5/+5
* improve file upload performance: start uploading next file only after the pre...Mario2021-10-011-0/+3
* fix wrong variableMario2021-01-021-1/+1
* merge branch files_ng into devMario2020-12-141-12/+8
* move from build_sync_packet() to Libsync::build_sync_packet()Mario2020-04-091-2/+4
* remove logging linezotlabs2017-11-301-1/+0
* more or less working chunked uploads on /cloud now.zotlabs2017-11-301-0/+2
* more chunk workzotlabs2017-11-281-2/+3
* change to bbcode calling parameters: important: will require pulling addons;zotlabs2017-11-231-6/+10
* mod_file_upload: provide a handler for chunked uploads for when we eventually...zotlabs2017-11-221-0/+40
* a few file activities were not getting syncedzotlabs2017-08-201-1/+15
* ltrim $display_path in attach_store() to be consistent with attach_mkdir() an...git-marijus2017-07-301-0/+2
* implement file notification on initial upload and rename get_parent_cloudpath...git-marijus2017-07-291-2/+2
* 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 varia...zotlabs2016-11-081-1/+1
* 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 cr...redmatrix2016-07-241-0/+38