aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Hq.php
Commit message (Expand)AuthorAgeFilesLines
* mod hq: do not 404 if we have no itemMario Vavti2017-12-041-49/+59
* set profile_uid in mod hqMario Vavti2017-11-281-0/+7
* split liveUpdateInit() out of NavUpdate() so we do not need to wait for initi...Mario Vavti2017-11-281-1/+1
* 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 local_chann...Mario Vavti2017-11-211-3/+3
* 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 landing...Mario Vavti2017-11-171-0/+300