Mario
|
afe31160db
|
mod item: deprecate x() and use $_POST instead of $_REQUEST
|
2025-04-24 06:41:43 +00:00 |
|
Mario
|
60b4c003af
|
$_REQUEST > $_POST
|
2025-04-16 11:07:03 +00:00 |
|
Mario
|
4c962417ff
|
pÃrevent storing files/folder with filenames exceeding their max name length
|
2025-04-16 11:03:08 +00:00 |
|
Mario
|
c4af4e3297
|
fix unable to create folders with name 0
|
2023-08-14 08:17:47 +00:00 |
|
Mario
|
71efb05658
|
fix php warnings
|
2022-10-12 19:36:24 +00:00 |
|
Mario
|
22dff49673
|
improve file upload performance: start uploading next file only after the previous finished, make sure to not return when uploading via ajax
|
2021-10-01 07:14:05 +00:00 |
|
Mario
|
6091c2dba0
|
fix wrong variable
|
2021-01-02 20:38:44 +00:00 |
|
Mario
|
2a154f8c9a
|
merge branch files_ng into dev
|
2020-12-14 11:02:20 +00:00 |
|
Mario
|
328685d2fb
|
move from build_sync_packet() to Libsync::build_sync_packet()
|
2020-04-09 09:38:36 +00:00 |
|
zotlabs
|
3d8de8cf0a
|
remove logging line
|
2017-11-30 19:11:26 -08:00 |
|
zotlabs
|
0e8e0b48b3
|
more or less working chunked uploads on /cloud now.
|
2017-11-30 19:05:24 -08:00 |
|
zotlabs
|
76703dee84
|
more chunk work
|
2017-11-28 17:37:18 -08:00 |
|
zotlabs
|
a99ebd42ec
|
change to bbcode calling parameters: important: will require pulling addons;
also some extra checking of server headers in upload functions
|
2017-11-23 15:21:50 -08:00 |
|
zotlabs
|
c96f1dbbe2
|
mod_file_upload: provide a handler for chunked uploads for when we eventually support this on the client side
|
2017-11-22 20:24:43 -08:00 |
|
zotlabs
|
31e62bd19e
|
a few file activities were not getting synced
|
2017-08-20 21:24:58 -07:00 |
|
git-marijus
|
4a071b9a1c
|
ltrim $display_path in attach_store() to be consistent with attach_mkdir() and go to created folder after successfully creating one
|
2017-07-30 19:21:02 +02:00 |
|
git-marijus
|
8161ec88e5
|
implement file notification on initial upload and rename get_parent_cloudpath() to get_cloud_url() which now includes the filename
|
2017-07-29 23:32:48 +02:00 |
|
Mario Vavti
|
1ebc9de1e6
|
Empty ACL should not result in no ACL when uploading a file
|
2017-05-11 13:31:36 +02:00 |
|
zotlabs
|
74947d1c1c
|
deprecate/remove get_channel_by_nick() which is just a less generalised variant of channelx_by_nick()
|
2016-11-08 18:15:57 -08:00 |
|
Mario Vavti
|
82e867a9a8
|
implement acl for folder creation
|
2016-08-10 16:17:09 +02:00 |
|
redmatrix
|
01338a7610
|
make drag/drop work with acl, which bypassed the form
|
2016-07-24 22:58:26 -07:00 |
|
redmatrix
|
271f85be3b
|
add acl selection to files upload via /cloud (still missing from directory creation)
|
2016-07-24 20:27:59 -07:00 |
|