aboutsummaryrefslogtreecommitdiffstats
path: root/include/import.php
Commit message (Collapse)AuthorAgeFilesLines
* 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