aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Storage/Directory.php
Commit message (Collapse)AuthorAgeFilesLines
* more fixes for /cloud and /davMario Vavti2016-07-071-0/+2
|
* merge include/reddav.php into Zotlabs/Storage/Directory.phpredmatrix2016-07-051-4/+280
|
* the rest of the schema updates - WARNING: some third party plugins may fail; ↵redmatrix2016-06-011-1/+1
| | | | 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.
* Synchronization: Directory creation on sync import corrected.sasiflo2016-05-171-4/+6
|
* allow engineering units (e.g. 400M, 1G) as service class limitsredmatrix2016-04-281-3/+3
|
* send file sync packets for all known file operationsredmatrix2016-04-071-1/+25
|
* 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-5/+5
|
* move storage assets to zotlabs/storageredmatrix2016-02-191-0/+536