aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Attach.php
Commit message (Collapse)AuthorAgeFilesLines
* get devHilmar R2021-03-011-33/+34
|
* remove fallback code - it will not be required if compression is dismissedMario2020-12-301-19/+0
|
* store zip files without compressionMario2020-12-301-2/+2
|
* files_ng: provide a fallback in case the server timed out on compressing the ↵Mario2020-12-281-4/+28
| | | | zip file
* files_ng: improve download handlÃingMario2020-12-221-15/+35
|
* files_ng: omit parent folders of a downloadMario2020-12-221-18/+27
|
* files_ng: implement directory and bulk file downloadMario2020-12-211-18/+110
|
* check code rights on cloud fileszotlabs2017-09-051-1/+1
|
* issue #538 continuedredmatrix2016-09-291-1/+1
|
* the rest of the schema updates - WARNING: some third party plugins may fail; ↵redmatrix2016-06-011-2/+2
| | | | e.g. embedphotos and chess. $item['object'] is now $item['obj'] and $photo['type'] is $photo['mimetype'], $photo['scale'] is $photo['imgscale'] and $photo['data'] is now $photo['content']. There are a number of other changes, but these are the ones noted to cause issues with third-party plugins. The project plugins have been updated. Please note any new issues as this effort touched a lot of code in a lot of files.
* module updatesredmatrix2016-04-181-0/+61