aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Hq.php
Commit message (Expand)AuthorAgeFilesLines
* missing permission descriptionMario Vavti2018-05-211-2/+1
* bring jot reset to some more placesMario Vavti2018-05-211-1/+2
* remove some never used indices which prevented our item queries to find the r...Mario Vavti2018-02-041-3/+1
* query optimisations for notifications - use a specific index onlyMario Vavti2018-01-281-2/+4
* if startpage is /hq redirect all notifications links to /hq and minor notific...Mario Vavti2018-01-271-0/+2
* update to bootstrap 4 beta3Mario Vavti2018-01-121-2/+2
* typoMario Vavti2018-01-121-1/+1
* mod hq: stick to show latest unseen toplevel post on loadMario Vavti2018-01-121-2/+2
* continue working on hqMario Vavti2018-01-111-19/+14
* only use effective uid if we deal with sys channel contentMario Vavti2017-12-151-1/+7
* 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