aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Storage/File.php
Commit message (Collapse)AuthorAgeFilesLines
* set display_path for photo_upload from the DAV File interfacezotlabs2017-11-201-2/+6
|
* text thumbnails in cloud tile modezotlabs2017-11-191-0/+3
|
* sort out a few more large image upload issueszotlabs2017-11-141-0/+11
|
* set os_syspath in DAV file put operation so that photos will scale correctly.zotlabs2017-11-101-3/+6
|
* check code rights on cloud fileszotlabs2017-09-051-2/+2
|
* suppress fopen errors from davzotlabs2017-07-231-1/+1
|
* more cloud updates - upgrade the DAV structures as well.zotlabs2017-03-221-1/+11
|
* [TASK] Update Doxyfile and fix Doxygen errors.Klaus Weidenbach2016-10-131-24/+24
| | | | | | Updated Doxyfile to include new folders. Add a list for @hooks tags. Fixed some parsing problems for Doxygen.
* os_delete_prohibitredmatrix2016-07-161-0/+4
|
* the rest of the schema updates - WARNING: some third party plugins may fail; ↵redmatrix2016-06-011-7/+7
| | | | 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.
* allow engineering units (e.g. 400M, 1G) as service class limitsredmatrix2016-04-281-2/+2
|
* send file sync packets for all known file operationsredmatrix2016-04-071-0/+21
|
* use the explicit form of build_sync_packet so that file/photo sync will work ↵redmatrix2016-04-061-0/+6
| | | | even when the actual observer is a guest (with permission to upload).
* static Appredmatrix2016-03-311-1/+1
|
* move storage assets to zotlabs/storageredmatrix2016-02-191-0/+322