aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Import.php
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Merge branch '1.10RC' of https://github.com/redmatrix/hubzilla into ↵redmatrix2016-07-281-9/+0
| | | | | | | 1.10RC_merge" This reverts commit 35f17acb388f68745068d6a60e12c7b777b92282, reversing changes made to 58cf5f310d89026fb526e201c301075725044e48.
* more perms workredmatrix2016-07-181-0/+9
|
* change AbConfig to use channel_id instead of channel_hash; which was a ↵redmatrix2016-06-231-2/+1
| | | | mistake in retrospect
* 1. provide automatic relocation of important links in items that are ↵redmatrix2016-06-211-2/+4
| | | | | | | 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
* more db column renamesredmatrix2016-05-311-1/+5
|
* renamed include files identity.php (channel.php) and Contact.php ↵redmatrix2016-05-221-2/+2
| | | | (connections.php)
* daemon conversion continued...redmatrix2016-05-191-2/+2
|
* module updatesredmatrix2016-04-181-0/+553