Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implement optional moderation of unsolicited comments, minor css fixes and ↵ | Mario | 2023-06-23 | 1 | -6/+2 |
| | | | | some more work on ocap | ||||
* | revisit author_id and fix issue with pinned content | Mario | 2023-02-15 | 1 | -8/+9 |
| | |||||
* | throw a 404 if we could not determine which channel to load | Mario Vavti | 2022-11-02 | 1 | -3/+5 |
| | |||||
* | fix php warnings | Mario Vavti | 2022-10-23 | 1 | -1/+1 |
| | |||||
* | hub reinstall issues | Mario | 2022-09-28 | 1 | -1/+1 |
| | |||||
* | php8: random cleanup and warning fixes | Mario | 2022-09-08 | 1 | -0/+1 |
| | |||||
* | fix channel app naming and translation and cleanup apps with an db update | Mario | 2022-01-19 | 1 | -1/+1 |
| | |||||
* | Fix strings translation | Max Kostikov | 2022-01-18 | 1 | -1/+1 |
| | |||||
* | merge branch perms_ng into dev | Mario | 2021-12-15 | 1 | -0/+4 |
| | |||||
* | mod channel: lookup zotinfo based on hash instead of address | Mario Vavti | 2021-11-29 | 1 | -2/+1 |
| | |||||
* | remove redundant query and exit with status 410 if channel was removed | Mario | 2021-10-03 | 1 | -8/+1 |
| | |||||
* | add optional $removed argument to channelx_by functions to allow inclusion ↵ | Mario Vavti | 2021-10-03 | 1 | -1/+1 |
| | | | | of removed channels which is required (mod channel, daemon notifier -> refresh_all) if a channel got removed also remove caching to App so we always get a fresh copy. In import_hublocs() add site_id to the array passed to Libzot::gethubs() because it is expected there. | ||||
* | resolve some vsprintf issues | Mario | 2021-09-07 | 1 | -1/+2 |
| | |||||
* | more gen_link_id() | Mario | 2021-09-04 | 1 | -2/+2 |
| | |||||
* | implement unpack_link_id() in mod channel | Mario | 2021-09-04 | 1 | -16/+17 |
| | |||||
* | nav cleanup | Mario | 2021-08-24 | 1 | -1/+1 |
| | |||||
* | fix issue where a deleted channel will return 404 before returning zotinfo | Mario | 2021-06-02 | 1 | -3/+16 |
| | |||||
* | possible minor performance improvement | Mario | 2021-05-05 | 1 | -4/+4 |
| | |||||
* | More PHP 8 fixes | Max Kostikov | 2021-03-10 | 1 | -5/+5 |
| | |||||
* | a possible fix for issue #1529 | Mario Vavti | 2021-03-09 | 1 | -1/+1 |
| | |||||
* | Define $sql_extra2 variable before extending | Max Kostikov | 2021-03-08 | 1 | -0/+1 |
| | |||||
* | port Lib/Crypto from zap | Mario | 2021-02-09 | 1 | -1/+2 |
| | |||||
* | code format only | Mario | 2021-01-29 | 1 | -1/+0 |
| | |||||
* | code format only | Mario | 2021-01-28 | 1 | -173/+173 |
| | |||||
* | AS channel discovery with custom access header | Mario | 2021-01-28 | 1 | -3/+37 |
| | |||||
* | invoke channel discovery by hash instead of address and add thread listeners ↵ | Mario Vavti | 2021-01-25 | 1 | -2/+1 |
| | | | | only if we also send them the post | ||||
* | some work to fix r_preview in list mode | Mario | 2021-01-14 | 1 | -27/+27 |
| | |||||
* | fix like issue with remote channels | Mario | 2020-11-22 | 1 | -2/+3 |
| | |||||
* | 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 | -20/+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 | ||||
* | less hubloc confusion | Mario | 2020-11-08 | 1 | -1/+1 |
| | |||||
* | adapt notifications and mark item seen handling to play well with client ↵ | Mario | 2020-10-22 | 1 | -36/+4 |
| | | | | side page caching | ||||
* | reduce result sets and work around a regression in justifiedGallery | Mario | 2020-07-14 | 1 | -1/+1 |
| | |||||
* | Display delayed posts on author's channel page | Max Kostikov | 2020-05-02 | 1 | -2/+6 |
| | |||||
* | some work on zot6 DMs | Mario | 2020-01-15 | 1 | -0/+1 |
| | |||||
* | Don't show pinned post on single post displaying | Max Kostikov | 2019-12-08 | 1 | -1/+1 |
| | |||||
* | Add content pinning support | Max Kostikov | 2019-12-04 | 1 | -0/+7 |
| | |||||
* | Remove duplicate Opengraph creation | Max Kostikov | 2019-11-18 | 1 | -3/+0 |
| | |||||
* | Move back Opengraph markup creation to init stage | Max Kostikov | 2019-11-18 | 1 | -1/+13 |
| | |||||
* | Remove base64 decode check on Opengraph tags create | Max Kostikov | 2019-11-18 | 1 | -1/+1 |
| | |||||
* | Update Channel.php | Max Kostikov | 2019-10-12 | 1 | -3/+3 |
| | |||||
* | Move Opengraph functions to common libraries | Max Kostikov | 2019-10-12 | 1 | -40/+2 |
| | |||||
* | Minor Opengraph improvements | Max Kostikov | 2019-10-11 | 1 | -3/+5 |
| | |||||
* | Add Opengraph og:type object | Max Kostikov | 2019-10-11 | 1 | -0/+2 |
| | |||||
* | Better Opengraph markup for channel | Max Kostikov | 2019-10-11 | 1 | -11/+38 |
| | |||||
* | add opengraph meta info to channel page | zotlabs | 2019-06-29 | 1 | -0/+11 |
| | |||||
* | http signature consolidation | zotlabs | 2019-06-26 | 1 | -1/+1 |
| | |||||
* | improve channel date query | Mario Vavti | 2019-04-27 | 1 | -11/+7 |
| | |||||
* | fix typos | Mario Vavti | 2019-03-18 | 1 | -2/+2 |
| | |||||
* | some more xss prevention | Mario Vavti | 2019-03-18 | 1 | -2/+2 |
| |