aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Display.php
Commit message (Collapse)AuthorAgeFilesLines
* display page not updating after commentzotlabs2017-02-211-23/+22
|
* add gen_link_id() function to selectively encode/decode the message-id ↵Hubzilla2017-01-191-6/+10
| | | | component of /display/ links for message-ids that contain troublesome characters
* convert manual page updates to a display setting instead of a featurezotlabs2016-11-021-1/+1
|
* allow your own likes/comments to be updated when in static update modezotlabs2016-11-021-2/+6
|
* feature: static page update as opposed to live update of conversations on ↵zotlabs2016-11-011-0/+2
| | | | the page. Changes will be queued until the page is reloaded. There may or may not be notifications of pending activity updates depending on your notification preferences. Endless scrolling (append) is still performed either way. This only affects changed and new/unseen items being inserted into the page.
* more backticksredmatrix2016-10-031-7/+7
|
* move jotnets to jot and some cleanup (mostly whitespace)Mario Vavti2016-08-211-1/+2
|
* 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