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