aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Snap.php
Commit message (Collapse)AuthorAgeFilesLines
* since the snap module runs without permissions controls, verify the logged ↵zotlabs2016-10-091-0/+9
| | | | in channel matches the requested cloud path
* snap dav module is currently read-only. error out on any request methods ↵zotlabs2016-10-091-0/+3
| | | | which can alter data.
* provide a DAV module which accesses the raw data storage for a channel. ↵zotlabs2016-10-091-0/+93
Together with an export data function in the API this allows a client process to create true backups of the cloud storage and importable cloud mirrors with all the metadata intact. The import function will need to be modified slightly to obtain the file contents from a plugin or API call; since it currently tries to fetch it from the source hub.