aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Hq.php
Commit message (Expand)AuthorAgeFilesLines
* remove not required includes and include security.php in boot.phpMario5 days1-8/+0
* cleanup unused codeMario5 days1-11/+0
* remove duplicate array keyMario6 days1-1/+0
* fix edgecase for notices and make mod hq backwards compatibleMario2024-02-011-2/+11
* start using uuid for internal reference instead of base64 encoded midMario2024-02-011-10/+5
* fix javascript errorMario2023-09-211-0/+1
* more deprecate $aMario2023-09-211-1/+1
* implement inline moderation of reactionsMario2023-06-271-6/+0
* fix relaying and syncing in Activity::drop(), change wording for moderation r...Mario2023-06-231-3/+4
* implement optional moderation of unsolicited comments, minor css fixes and so...Mario2023-06-231-3/+3
* minor cleanup and docuMario2023-03-021-2/+2
* wrong variableMario2023-03-021-1/+0
* wrong variableMario2023-03-021-1/+1
* improve mod hq to save some db lookupsMario2023-03-021-26/+31
* fix some php warningsMario2023-02-281-1/+1
* fix more hubloc confusion, implement hq widget author filter and some autocom...Mario2023-02-091-0/+1
* fix php warningsMario2022-10-261-2/+2
* php8: random cleanup and warning fixesMario2022-09-081-1/+2
* fix random php warningsMario2022-09-071-15/+1
* HQ dashboard - initial checkinMario2022-07-151-10/+10
* php8 warningsMario2022-02-131-1/+4
* fix potential issue with ap addressing in mod hqMario2022-01-201-6/+6
* add notices tab to HQ widgetMario2021-09-231-1/+0
* fix regressions in mod hqMario2021-09-041-3/+4
* more unpack_link_id()Mario2021-09-041-11/+10
* streamline jot popup for mod hqMario2021-06-211-5/+1
* fix issues with browser back button and minor cleanupMario2021-06-171-3/+2
* New landing page HQ with separate views for direct messages, public/limited m...Mario2021-06-171-26/+26
* possible minor performance improvementMario2021-05-051-17/+17
* make simple update more simple againMario2020-11-211-1/+1
* Do away with auto updates except for our own actions. We might consider to re...Mario2020-11-181-17/+5
* adapt notifications and mark item seen handling to play well with client side...Mario2020-10-221-17/+0
* some work on zot6 DMsMario2020-01-151-0/+1
* sse: store the item mid plus reactions mids in data-mids and change functions...Mario2019-11-221-2/+2
* some more xss preventionMario Vavti2019-03-181-1/+1
* Status editor hookM. Dent2018-09-291-1/+1
* 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