aboutsummaryrefslogtreecommitdiffstats
path: root/include/import.php
Commit message (Collapse)AuthorAgeFilesLines
* bring back the ability to ignore a pending connection request without ↵redmatrix2016-01-261-1/+1
| | | | deleting it and without always having it in your face and without jumping through hoops.
* add $deliver flag to item_store() and item_store_update() [default true]. If ↵redmatrix2016-01-161-3/+4
| | | | false, do not send any notifications or process tag_deliver. This should avoid any network activity from happening as the result of a channel (actually item) import. Other minor fixes in the handling of the $allow_exec flag and further protecting CSS passed to widgets from rogue code and XSS.
* Pass in account_id. Required for bulk identity importer.ken restivo2015-11-181-4/+4
|
* another try at issue #89 - rotating photosredmatrix2015-10-161-0/+8
|
* mail sync/migrate continued; also abstract delivery loop to make it ↵redmatrix2015-10-151-9/+0
| | | | re-usable, change refresh_all to use delivery loop.
* more mail sync workredmatrix2015-10-141-0/+1
|
* more work on import & sync of private mail and conversationsredmatrix2015-10-141-1/+66
|
* sync likesredmatrix2015-09-101-0/+37
|
* preserve code blocks on item import if channel has code rights. When ↵redmatrix2015-09-081-1/+17
| | | | | | importing the channel itself, turn code access off unless this is the admin.
* debugging menu syncredmatrix2015-09-081-0/+2
|
* menu import and syncredmatrix2015-09-081-0/+124
|
* work on event syncredmatrix2015-09-071-0/+75
|
* consolidate import_items/sync_itemsredmatrix2015-09-071-0/+77
|
* import and sync chatroomsredmatrix2015-09-031-2/+97
|
* app syncredmatrix2015-09-021-0/+68
|
* start to modularise the clone import and sync functionsredmatrix2015-09-021-0/+312