Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some work on zot6 DMs | Mario | 2020-01-15 | 1 | -0/+1 |
| | |||||
* | sse: store the item mid plus reactions mids in data-mids and change ↵ | Mario | 2019-11-22 | 1 | -2/+2 |
| | | | | functions accordingly | ||||
* | some more xss prevention | Mario Vavti | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | Status editor hook | M. Dent | 2018-09-29 | 1 | -1/+1 |
| | |||||
* | missing permission description | Mario Vavti | 2018-05-21 | 1 | -2/+1 |
| | |||||
* | bring jot reset to some more places | Mario Vavti | 2018-05-21 | 1 | -1/+2 |
| | |||||
* | remove some never used indices which prevented our item queries to find the ↵ | Mario Vavti | 2018-02-04 | 1 | -3/+1 |
| | | | | right query execution plan in mysql and adjust some queries to optimze the result | ||||
* | query optimisations for notifications - use a specific index only | Mario Vavti | 2018-01-28 | 1 | -2/+4 |
| | |||||
* | if startpage is /hq redirect all notifications links to /hq and minor ↵ | Mario Vavti | 2018-01-27 | 1 | -0/+2 |
| | | | | notifications and hq fixes | ||||
* | update to bootstrap 4 beta3 | Mario Vavti | 2018-01-12 | 1 | -2/+2 |
| | |||||
* | typo | Mario Vavti | 2018-01-12 | 1 | -1/+1 |
| | |||||
* | mod hq: stick to show latest unseen toplevel post on load | Mario Vavti | 2018-01-12 | 1 | -2/+2 |
| | |||||
* | continue working on hq | Mario Vavti | 2018-01-11 | 1 | -19/+14 |
| | |||||
* | only use effective uid if we deal with sys channel content | Mario Vavti | 2017-12-15 | 1 | -1/+7 |
| | |||||
* | mod hq: do not 404 if we have no item | Mario Vavti | 2017-12-04 | 1 | -49/+59 |
| | |||||
* | set profile_uid in mod hq | Mario Vavti | 2017-11-28 | 1 | -0/+7 |
| | |||||
* | split liveUpdateInit() out of NavUpdate() so we do not need to wait for ↵ | Mario Vavti | 2017-11-28 | 1 | -1/+1 |
| | | | | initial ping to complete before we can init liveUpdate(). clean up main.js and bump version. | ||||
* | implement pubstream items in mod hq | Mario | 2017-11-25 | 1 | -11/+36 |
| | |||||
* | mod hq: minor query change | Mario Vavti | 2017-11-24 | 1 | -10/+2 |
| | |||||
* | some more work on mod hq | Mario Vavti | 2017-11-24 | 1 | -9/+10 |
| | |||||
* | use item_thread_top = 1 instead of mid = parent_mid and make sure ↵ | Mario Vavti | 2017-11-21 | 1 | -3/+3 |
| | | | | local_channel is intval | ||||
* | make browser history buttons work with ajax calls in /display and /hq | Mario Vavti | 2017-11-21 | 1 | -8/+8 |
| | |||||
* | we need a mid also if there is no unseen items | Mario Vavti | 2017-11-20 | 1 | -1/+0 |
| | |||||
* | order by created instead of id | Mario Vavti | 2017-11-20 | 1 | -1/+1 |
| | |||||
* | speed up initial query if no mid is provided | Mario Vavti | 2017-11-20 | 1 | -0/+1 |
| | |||||
* | hq: $item_normal was defined to late | Mario Vavti | 2017-11-19 | 1 | -3/+3 |
| | |||||
* | some more work on mod hq | Mario Vavti | 2017-11-18 | 1 | -78/+39 |
| | |||||
* | remove obsolete variable | Mario Vavti | 2017-11-17 | 1 | -1/+0 |
| | |||||
* | inroduce the HQ module - a module with the potential to become a nice ↵ | Mario Vavti | 2017-11-17 | 1 | -0/+300 |
landing page for hubzilla. It is nothing more than a downgraded mod display atm. |