aboutsummaryrefslogtreecommitdiffstats
path: root/include/connections.php
Commit message (Collapse)AuthorAgeFilesLines
* This checkin should make all permission modes work correctly with atokens ↵redmatrix2016-08-011-0/+6
| | | | (they should be able to post content if allowed to). It also removes the strict linkage between permissions and connections so any individual permission can be set for any xchan; even those for which you have no connections.
* another couple of minor perms fixesredmatrix2016-07-191-5/+5
|
* 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)