Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove not required includes and include security.php in boot.php | Mario | 2024-06-11 | 1 | -8/+0 |
| | |||||
* | cleanup unused code | Mario | 2024-06-11 | 1 | -11/+0 |
| | |||||
* | remove duplicate array key | Mario | 2024-06-10 | 1 | -1/+0 |
| | |||||
* | fix edgecase for notices and make mod hq backwards compatible | Mario | 2024-02-01 | 1 | -2/+11 |
| | |||||
* | start using uuid for internal reference instead of base64 encoded mid | Mario | 2024-02-01 | 1 | -10/+5 |
| | |||||
* | fix javascript error | Mario | 2023-09-21 | 1 | -0/+1 |
| | |||||
* | more deprecate $a | Mario | 2023-09-21 | 1 | -1/+1 |
| | |||||
* | implement inline moderation of reactions | Mario | 2023-06-27 | 1 | -6/+0 |
| | |||||
* | fix relaying and syncing in Activity::drop(), change wording for moderation ↵ | Mario | 2023-06-23 | 1 | -3/+4 |
| | | | | request notices and redirect moderation request for reactions to mod moderate | ||||
* | implement optional moderation of unsolicited comments, minor css fixes and ↵ | Mario | 2023-06-23 | 1 | -3/+3 |
| | | | | some more work on ocap | ||||
* | minor cleanup and docu | Mario | 2023-03-02 | 1 | -2/+2 |
| | |||||
* | wrong variable | Mario | 2023-03-02 | 1 | -1/+0 |
| | |||||
* | wrong variable | Mario | 2023-03-02 | 1 | -1/+1 |
| | |||||
* | improve mod hq to save some db lookups | Mario | 2023-03-02 | 1 | -26/+31 |
| | |||||
* | fix some php warnings | Mario | 2023-02-28 | 1 | -1/+1 |
| | |||||
* | fix more hubloc confusion, implement hq widget author filter and some ↵ | Mario | 2023-02-09 | 1 | -0/+1 |
| | | | | autocomplete fixes | ||||
* | fix php warnings | Mario | 2022-10-26 | 1 | -2/+2 |
| | |||||
* | php8: random cleanup and warning fixes | Mario | 2022-09-08 | 1 | -1/+2 |
| | |||||
* | fix random php warnings | Mario | 2022-09-07 | 1 | -15/+1 |
| | |||||
* | HQ dashboard - initial checkin | Mario | 2022-07-15 | 1 | -10/+10 |
| | |||||
* | php8 warnings | Mario | 2022-02-13 | 1 | -1/+4 |
| | |||||
* | fix potential issue with ap addressing in mod hq | Mario | 2022-01-20 | 1 | -6/+6 |
| | |||||
* | add notices tab to HQ widget | Mario | 2021-09-23 | 1 | -1/+0 |
| | |||||
* | fix regressions in mod hq | Mario | 2021-09-04 | 1 | -3/+4 |
| | |||||
* | more unpack_link_id() | Mario | 2021-09-04 | 1 | -11/+10 |
| | |||||
* | streamline jot popup for mod hq | Mario | 2021-06-21 | 1 | -5/+1 |
| | |||||
* | fix issues with browser back button and minor cleanup | Mario | 2021-06-17 | 1 | -3/+2 |
| | |||||
* | New landing page HQ with separate views for direct messages, public/limited ↵ | Mario | 2021-06-17 | 1 | -26/+26 |
| | | | | messages and starred messages if the feature is enabled | ||||
* | possible minor performance improvement | Mario | 2021-05-05 | 1 | -17/+17 |
| | |||||
* | make simple update more simple again | Mario | 2020-11-21 | 1 | -1/+1 |
| | |||||
* | Do away with auto updates except for our own actions. We might consider to ↵ | Mario | 2020-11-18 | 1 | -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 ↵ | Mario | 2020-10-22 | 1 | -17/+0 |
| | | | | side page caching | ||||
* | 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 |
| |