aboutsummaryrefslogtreecommitdiffstats
path: root/include/connections.php
Commit message (Collapse)AuthorAgeFilesLines
* deprecate the item_id table - replace with iconfig. A possibly useful ↵redmatrix2016-06-131-2/+14
| | | | 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.
* block random_profile from accessing sys channelsredmatrix2016-06-071-1/+2
|
* require token signatures in zot_refresh, also move channel specific stuff ↵redmatrix2016-05-241-21/+0
| | | | into include/channel.php from include/connections.php
* code cleanupredmatrix2016-05-241-3/+1
|
* renamed include files identity.php (channel.php) and Contact.php ↵redmatrix2016-05-221-0/+636
(connections.php)