aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Hq.php
Commit message (Collapse)AuthorAgeFilesLines
* remove not required includes and include security.php in boot.phpMario11 days1-8/+0
|
* cleanup unused codeMario11 days1-11/+0
|
* remove duplicate array keyMario12 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 ↵Mario2023-06-231-3/+4
| | | | request notices and redirect moderation request for reactions to mod moderate
* implement optional moderation of unsolicited comments, minor css fixes and ↵Mario2023-06-231-3/+3
| | | | some more work on ocap
* 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 ↵Mario2023-02-091-0/+1
| | | | autocomplete fixes
* 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 ↵Mario2021-06-171-26/+26
| | | | messages and starred messages if the feature is enabled
* 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 ↵Mario2020-11-181-17/+5
| | | | re-implement this for single thread view like eg /display. Instead of calculating scroll positions during updates, keep track of expanded items and set the expanded state when updating - this fixes issue #1488
* adapt notifications and mark item seen handling to play well with client ↵Mario2020-10-221-17/+0
| | | | side page caching
* some work on zot6 DMsMario2020-01-151-0/+1
|
* sse: store the item mid plus reactions mids in data-mids and change ↵Mario2019-11-221-2/+2
| | | | functions accordingly
* 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 ↵Mario Vavti2018-02-041-3/+1
| | | | right query execution plan in mysql and adjust some queries to optimze the result
* 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 ↵Mario Vavti2018-01-271-0/+2
| | | | notifications and hq fixes
* 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 ↵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
|