aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/SuperCurl.php
Commit message (Collapse)AuthorAgeFilesLines
* finish the channel_reddress() conversionredmatrix2016-09-211-1/+1
|
* identity_export_year() was a bit short-sighted. We really require arbitrary ↵redmatrix2016-06-281-1/+1
| | | | date ranges. A new function was created to tackle this - channel_export_items() which takes a channel, and a start and finish date. Finish date will default to "now" if not set. Will be working this into the interface under a module named "export_items" which will correspond closely to the existing "import_items" module you'll need to do the reverse operation. Will also make it available via the API. Once that is complete, I anticipate removing identity_export_year() as it will then be somewhat redundant, and modifying the documentation on the channel export page accordingly. Note: the function works strictly in GMT so an interface would need to convert from channel local time.
* still working through some issues with curl magic-authredmatrix2016-06-271-0/+15
| | | | fixed profile photo upload
* SuperCurl to provide a re-usable curl options stack and just change options ↵redmatrix2016-06-231-0/+112
that are different from one call to the next