Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sync flags even if post has not been edited | redmatrix | 2016-06-30 | 1 | -19/+10 |
| | |||||
* | 1. provide automatic relocation of important links in items that are ↵ | redmatrix | 2016-06-21 | 1 | -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 ↵ | redmatrix | 2016-06-13 | 1 | -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 import | redmatrix | 2016-06-12 | 1 | -12/+26 |
| | |||||
* | the rest of the schema updates - WARNING: some third party plugins may fail; ↵ | redmatrix | 2016-06-01 | 1 | -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 renames | redmatrix | 2016-05-31 | 1 | -3/+9 |
| | |||||
* | fix remote_channel(), update php minversion requirement | redmatrix | 2016-05-29 | 1 | -0/+2 |
| | |||||
* | daemon conversion continued... | redmatrix | 2016-05-19 | 1 | -3/+3 |
| | |||||
* | Synchronization: Directory creation on sync import corrected. | sasiflo | 2016-05-17 | 1 | -8/+14 |
| | |||||
* | an issue related to #386 | redmatrix | 2016-05-16 | 1 | -1/+1 |
| | |||||
* | issue #383 | redmatrix | 2016-05-14 | 1 | -1/+0 |
| | |||||
* | Ensure that channels can't be created with DAV reserved paths as a redress. ↵ | redmatrix | 2016-05-11 | 1 | -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) | redmatrix | 2016-05-04 | 1 | -9/+64 |
| | |||||
* | implement the singleton delivery stuff | redmatrix | 2016-04-26 | 1 | -5/+20 |
| | |||||
* | move iconfig functions to include/config.php with all the rest of the ↵ | redmatrix | 2016-04-26 | 1 | -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 ↵ | redmatrix | 2016-04-10 | 1 | -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 operations | redmatrix | 2016-04-07 | 1 | -0/+5 |
| | |||||
* | implement updates of attach data to sync'd clones. | redmatrix | 2016-04-07 | 1 | -18/+38 |
| | |||||
* | reset profile photo and cover photo bits for existing photos if a new one ↵ | redmatrix | 2016-04-06 | 1 | -6/+50 |
| | | | | arrives from a clone | ||||
* | more work on file sync to clones, 60-70% test coverage, mostly working but ↵ | redmatrix | 2016-04-06 | 1 | -2/+54 |
| | | | | many changes made during testing which themselves have not yet been tested | ||||
* | file sync testing continued | redmatrix | 2016-04-06 | 1 | -0/+4 |
| | |||||
* | file sync work | redmatrix | 2016-04-06 | 1 | -0/+126 |
| | |||||
* | issue #336 | redmatrix | 2016-03-31 | 1 | -0/+3 |
| | |||||
* | bring back the ability to ignore a pending connection request without ↵ | redmatrix | 2016-01-26 | 1 | -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 ↵ | redmatrix | 2016-01-16 | 1 | -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 restivo | 2015-11-18 | 1 | -4/+4 |
| | |||||
* | another try at issue #89 - rotating photos | redmatrix | 2015-10-16 | 1 | -0/+8 |
| | |||||
* | mail sync/migrate continued; also abstract delivery loop to make it ↵ | redmatrix | 2015-10-15 | 1 | -9/+0 |
| | | | | re-usable, change refresh_all to use delivery loop. | ||||
* | more mail sync work | redmatrix | 2015-10-14 | 1 | -0/+1 |
| | |||||
* | more work on import & sync of private mail and conversations | redmatrix | 2015-10-14 | 1 | -1/+66 |
| | |||||
* | sync likes | redmatrix | 2015-09-10 | 1 | -0/+37 |
| | |||||
* | preserve code blocks on item import if channel has code rights. When ↵ | redmatrix | 2015-09-08 | 1 | -1/+17 |
| | | | | | | importing the channel itself, turn code access off unless this is the admin. | ||||
* | debugging menu sync | redmatrix | 2015-09-08 | 1 | -0/+2 |
| | |||||
* | menu import and sync | redmatrix | 2015-09-08 | 1 | -0/+124 |
| | |||||
* | work on event sync | redmatrix | 2015-09-07 | 1 | -0/+75 |
| | |||||
* | consolidate import_items/sync_items | redmatrix | 2015-09-07 | 1 | -0/+77 |
| | |||||
* | import and sync chatrooms | redmatrix | 2015-09-03 | 1 | -2/+97 |
| | |||||
* | app sync | redmatrix | 2015-09-02 | 1 | -0/+68 |
| | |||||
* | start to modularise the clone import and sync functions | redmatrix | 2015-09-02 | 1 | -0/+312 |