aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Uexport.php
Commit message (Collapse)AuthorAgeFilesLines
* merge branch perms_ng into devMario2021-12-151-0/+4
|
* rename functions after heavy lifting and expand custom sections to all ↵Mario2021-10-161-3/+3
| | | | possible sections
* some heavylifting on manual item exportMario2021-10-151-31/+139
|
* more app descriptions and return to the app if installed from the module itselfMario2021-08-231-16/+14
|
* get devHilmar R2021-03-011-3/+4
|
* uexport appMario Vavti2018-10-041-3/+18
|
* uexport: set content-type to json and add sections info to the default ↵zotlabs2018-03-271-2/+2
| | | | filename if present
* channel export - use a selected list of functional data categories to ↵zotlabs2017-01-311-7/+10
| | | | export; this allows one to export single data sets instead of always exporting everything we know about
* 1. provide automatic relocation of important links in items that are ↵redmatrix2016-06-211-1/+1
| | | | | | | imported or synced to clones 2. provide framework for custom curl request bodies using custom/non-standard request methods. This was a real nightmare because curl doesn't actually let you specify a string to send as the request body (except when doing POST). You have to treat it as a file upload using a custom file handler function which provides the actual content in chunks as if it were buffered I/O. 3. item_store and item_store_update now return the item that was stored
* renamed include files identity.php (channel.php) and Contact.php ↵redmatrix2016-05-221-1/+1
| | | | (connections.php)
* module updatesredmatrix2016-04-181-0/+71