aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Import_items.php
Commit message (Collapse)AuthorAgeFilesLines
* whitespaceMario2021-10-221-3/+2
|
* comment out warning about db version differences - it is not relevantMario2021-10-221-8/+8
|
* import_items: cleanupMario2021-10-211-75/+76
|
* import_items: provide a possibility to import exported zip files by yearMario2021-10-211-30/+61
|
* some heavylifting on manual item exportMario2021-10-151-7/+37
|
* :lock: Add CSRF protection for import and import_items.Klaus Weidenbach2017-03-301-0/+3
|
* Add some documentation for import functions.Klaus Weidenbach2017-03-301-45/+46
|
* allow multiple apd's per plugin dirredmatrix2016-07-011-0/+2
|
* 1. provide automatic relocation of important links in items that are ↵redmatrix2016-06-211-2/+2
| | | | | | | 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
* module updatesredmatrix2016-04-181-0/+129