aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Storage/File.php
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate *_config() functions in core.Harald Eilertsen2024-03-241-1/+2
|
* fix more php deprecationsMario2024-01-141-0/+2
|
* fix php warningsMario2022-10-121-1/+3
|
* issue with DAV - moveInto and variable scopenobody2020-08-161-1/+1
|
* Revert "issue generating photo thumbnails when uploaded via davfs"Zot2020-05-061-0/+5
| | | | This reverts commit 7a0d9a449492ff3b5ef97b997310ed26ec1f53e4.
* move from build_sync_packet() to Libsync::build_sync_packet()Mario2020-04-091-3/+4
|
* Add .webp image format supportMax Kostikov2019-12-071-1/+1
|
* make the cloud logging a bit less verbose until we actually need it.zotlabs2018-05-021-1/+1
|
* 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