aboutsummaryrefslogtreecommitdiffstats
path: root/include/import.php
Commit message (Collapse)AuthorAgeFilesLines
...
* /storeurl/cloudurl/redmatrix2016-08-011-2/+2
|
* add a few more path macros to portable menu elements (channelurl, pageurl, ↵redmatrix2016-07-311-0/+9
| | | | storeurl and baseurl)
* Improved UI. Removed logger statements.Andrew Manning2016-07-311-3/+3
|
* Merge remote-tracking branch 'upstream/dev' into website-importAndrew Manning2016-07-211-9/+38
|\
| * issue #453 and a bug noted from the logfiles related to the schema change ↵redmatrix2016-07-201-1/+1
| | | | | | | | last month
| * more perms workredmatrix2016-07-181-0/+1
| |
| * export/import channel permissionsredmatrix2016-07-171-8/+36
| |
* | Importing webpage elements from manually entered cloud file path work. All ↵Andrew Manning2016-07-171-4/+4
| | | | | | | | detected elements are automatically imported.
* | Added functions to check cloud files path and return path with hashed namesAndrew Manning2016-07-171-5/+18
| |
* | Refactored the scan and import functions to reduce redundant code and ↵Andrew Manning2016-07-141-0/+200
|/ | | | simplify logic. Import of pages, layouts, and blocks works.
* sync flags even if post has not been editedredmatrix2016-06-301-19/+10
|
* 1. provide automatic relocation of important links in items that are ↵redmatrix2016-06-211-35/+24
| | | | | | | 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
* deprecate the item_id table - replace with iconfig. A possibly useful ↵redmatrix2016-06-131-9/+4
| | | | function in the iconfig class would be a search which takes a service id and type and uid, matches against an item and returns the iid. That could save a bit of code duplication.
* DB schema issue with importredmatrix2016-06-121-12/+26
|
* the rest of the schema updates - WARNING: some third party plugins may fail; ↵redmatrix2016-06-011-6/+20
| | | | e.g. embedphotos and chess. $item['object'] is now $item['obj'] and $photo['type'] is $photo['mimetype'], $photo['scale'] is $photo['imgscale'] and $photo['data'] is now $photo['content']. There are a number of other changes, but these are the ones noted to cause issues with third-party plugins. The project plugins have been updated. Please note any new issues as this effort touched a lot of code in a lot of files.
* more db column renamesredmatrix2016-05-311-3/+9
|
* fix remote_channel(), update php minversion requirementredmatrix2016-05-291-0/+2
|
* daemon conversion continued...redmatrix2016-05-191-3/+3
|
* Synchronization: Directory creation on sync import corrected.sasiflo2016-05-171-8/+14
|
* an issue related to #386redmatrix2016-05-161-1/+1
|
* issue #383redmatrix2016-05-141-1/+0
|
* Ensure that channels can't be created with DAV reserved paths as a redress. ↵redmatrix2016-05-111-3/+7
| | | | Sabre mentions in several places that trying to change these paths to other strings; while possible - is unsupported and likely to cause problems. So for now, we're stuck with 'principals', 'addressbooks', and 'calendars'. If you already have these redresses on your site, you're basically buggered.
* add categories to apps (wip)redmatrix2016-05-041-9/+64
|
* implement the singleton delivery stuffredmatrix2016-04-261-5/+20
|
* move iconfig functions to include/config.php with all the rest of the ↵redmatrix2016-04-261-2/+5
| | | | configs, fix an issue with singleton discovery and start work on singleton delivery
* a few issues: block public not blocking mod_cal, typo in sql for one clone ↵redmatrix2016-04-101-1/+1
| | | | file sync operation, fix_system_urls not catching cached contact photos, extend sessionhandler expiration when remember_me is enabled as the stored session is expiring long before the browser session.
* send file sync packets for all known file operationsredmatrix2016-04-071-0/+5
|
* implement updates of attach data to sync'd clones.redmatrix2016-04-071-18/+38
|
* reset profile photo and cover photo bits for existing photos if a new one ↵redmatrix2016-04-061-6/+50
| | | | arrives from a clone
* more work on file sync to clones, 60-70% test coverage, mostly working but ↵redmatrix2016-04-061-2/+54
| | | | many changes made during testing which themselves have not yet been tested
* file sync testing continuedredmatrix2016-04-061-0/+4
|
* file sync workredmatrix2016-04-061-0/+126
|
* issue #336redmatrix2016-03-311-0/+3
|
* 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