aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Display.php
Commit message (Collapse)AuthorAgeFilesLines
* multi acl: port /displayMario Vavti2016-08-051-0/+1
|
* deprecate the item_id table - replace with iconfig. A possibly useful ↵redmatrix2016-06-131-2/+3
| | | | 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.
* turn the oft-repeated block_public ... check into a function ↵redmatrix2016-05-221-5/+1
| | | | observer_prohibited()
* renamed include files identity.php (channel.php) and Contact.php ↵redmatrix2016-05-221-2/+2
| | | | (connections.php)
* revert the reversal of checkjs logic, but still restrict the behaviour scope ↵redmatrix2016-04-201-1/+1
| | | | to just those urls that require it
* module updatesredmatrix2016-04-181-0/+346