aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Hq.php
Commit message (Collapse)AuthorAgeFilesLines
* set profile_uid in mod hqMario Vavti2017-11-281-0/+7
|
* split liveUpdateInit() out of NavUpdate() so we do not need to wait for ↵Mario Vavti2017-11-281-1/+1
| | | | initial ping to complete before we can init liveUpdate(). clean up main.js and bump version.
* implement pubstream items in mod hqMario2017-11-251-11/+36
|
* mod hq: minor query changeMario Vavti2017-11-241-10/+2
|
* some more work on mod hqMario Vavti2017-11-241-9/+10
|
* use item_thread_top = 1 instead of mid = parent_mid and make sure ↵Mario Vavti2017-11-211-3/+3
| | | | local_channel is intval
* make browser history buttons work with ajax calls in /display and /hqMario Vavti2017-11-211-8/+8
|
* we need a mid also if there is no unseen itemsMario Vavti2017-11-201-1/+0
|
* order by created instead of idMario Vavti2017-11-201-1/+1
|
* speed up initial query if no mid is providedMario Vavti2017-11-201-0/+1
|
* hq: $item_normal was defined to lateMario Vavti2017-11-191-3/+3
|
* some more work on mod hqMario Vavti2017-11-181-78/+39
|
* remove obsolete variableMario Vavti2017-11-171-1/+0
|
* inroduce the HQ module - a module with the potential to become a nice ↵Mario Vavti2017-11-171-0/+300
landing page for hubzilla. It is nothing more than a downgraded mod display atm.