aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/File_upload.php
Commit message (Collapse)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 ↵Mario2021-10-011-0/+3
| | | | previous finished, make sure to not return when uploading via ajax
* 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
| | | | also some extra checking of server headers in upload functions
* mod_file_upload: provide a handler for chunked uploads for when we ↵zotlabs2017-11-221-0/+40
| | | | eventually support this on the client side
* a few file activities were not getting syncedzotlabs2017-08-201-1/+15
|
* 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)