aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Item.php
Commit message (Collapse)AuthorAgeFilesLines
* use the profile_uid here.redmatrix2016-07-111-7/+2
|
* gak one more typoredmatrix2016-07-071-1/+1
|
* typoredmatrix2016-07-071-1/+1
|
* duplicate supression SQL query was horribly inefficient and could cause ↵redmatrix2016-07-071-11/+13
| | | | issues in resource deprived environments.
* 1. provide automatic relocation of important links in items that are ↵redmatrix2016-06-211-2/+2
| | | | | | | 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-15/+15
| | | | 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.
* more db column renamesredmatrix2016-05-311-4/+4
|
* moved enotifyredmatrix2016-05-241-3/+3
|
* renamed include files identity.php (channel.php) and Contact.php ↵redmatrix2016-05-221-1/+1
| | | | (connections.php)
* daemon conversion continued...redmatrix2016-05-191-2/+2
|
* allow engineering units (e.g. 400M, 1G) as service class limitsredmatrix2016-04-281-2/+2
|
* We no longer require the diaspora_meta service locally.redmatrix2016-04-201-3/+3
|
* a bit more namespace wranglingredmatrix2016-04-181-1/+1
|
* module updatesredmatrix2016-04-181-0/+1265