Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | do not linkify in nobb and noparse tags - issue #1776 | Mario | 2023-07-04 | 1 | -0/+2 |
| | |||||
* | unify code for selecting deliverable abook xchans | Mario | 2023-07-01 | 1 | -9/+9 |
| | |||||
* | pass $escape to stringify_array_elms() | Mario | 2023-06-29 | 1 | -1/+1 |
| | |||||
* | fix theme_attachments() | Mario Vavti | 2023-06-02 | 1 | -7/+15 |
| | |||||
* | deal with arrays and json | Mario Vavti | 2023-05-10 | 1 | -37/+63 |
| | |||||
* | fix regression when rendering event items | Mario | 2023-04-23 | 1 | -1/+2 |
| | |||||
* | % values in format_poll() should be rounded | Mario | 2023-04-19 | 1 | -8/+8 |
| | |||||
* | split up a potentially long running sql query | Mario | 2023-04-08 | 1 | -0/+2 |
| | |||||
* | fix issue #1728 | Mario | 2023-03-12 | 1 | -1/+0 |
| | |||||
* | do not use zrl tag for non zot profiles and remove redundant foreach which ↵ | Mario | 2023-03-03 | 1 | -33/+31 |
| | | | | was a leftover from zot to zot6 transition days | ||||
* | Revert "some work on bringing bang tags back for forums" | Mario | 2023-03-03 | 1 | -14/+7 |
| | | | | This reverts commit da034045cc1bba74287b7c3e83f4a94ff5359150. | ||||
* | some work on bringing bang tags back for forums | Mario | 2023-03-02 | 1 | -7/+14 |
| | |||||
* | port some functions from streams | Mario | 2023-02-23 | 1 | -0/+8 |
| | |||||
* | we can sign messages which are not from the primary location | Mario | 2023-02-15 | 1 | -2/+2 |
| | |||||
* | fix subquery in hq widget and order by hubloc_id desc in handle_tag() to ↵ | Mario | 2022-12-26 | 1 | -2/+2 |
| | | | | make sure we get the most recent entry when using privacy tags | ||||
* | minor fixes | Mario | 2022-12-11 | 1 | -0/+1 |
| | |||||
* | exclude not tagable xchan networks handle_tag() | Mario | 2022-12-08 | 1 | -4/+4 |
| | |||||
* | php warning | Mario | 2022-11-02 | 1 | -1/+1 |
| | |||||
* | fix php warnings | Mario | 2022-10-26 | 1 | -0/+4 |
| | |||||
* | fix php warnings | Mario | 2022-10-20 | 1 | -0/+2 |
| | |||||
* | fix php warnings | Mario | 2022-10-20 | 1 | -1/+1 |
| | |||||
* | fix mod poke | Mario | 2022-09-27 | 1 | -19/+17 |
| | |||||
* | fix warnings and regressions | Mario | 2022-09-15 | 1 | -0/+1 |
| | |||||
* | php8: warning fixes | Mario | 2022-09-14 | 1 | -1/+5 |
| | |||||
* | php8: fix more warnings | Mario | 2022-09-11 | 1 | -0/+1 |
| | |||||
* | php8: random cleanup and warning fixes | Mario | 2022-09-08 | 1 | -6/+10 |
| | |||||
* | Add helper to escape URLs. | Harald Eilertsen | 2022-03-20 | 1 | -0/+12 |
| | | | | | | | | | The escaping makes the URL safe for display and for use in HTML element attributes (such as href="..." etc), but does not guarantee that the URL itself is valid after conversion. This should be good enough for mitigating XSS issues caused by injecting html or javascript into a URL. Also probably good enough for _most_ normal URLs, but there may be devils hidden in the details somewhere. | ||||
* | php8 warnings | Mario | 2022-02-13 | 1 | -1/+2 |
| | |||||
* | address deprecation warnings | Mario | 2022-02-13 | 1 | -2/+5 |
| | |||||
* | more PHP 8.1 deprecated warnings | Mario | 2022-02-02 | 1 | -1/+1 |
| | |||||
* | more PHP 8.1 deprecated warnings | Mario | 2022-02-02 | 1 | -0/+6 |
| | |||||
* | allow zotfinger to recurse through all known hublocs if the one we got does ↵ | Mario | 2022-02-01 | 1 | -0/+39 |
| | | | | not exist (404) or got removed (410). add functions for updating tables from array and deleting hublocs. | ||||
* | PHP 8.1 band-aid | Mario Vavti | 2022-01-31 | 1 | -0/+4 |
| | |||||
* | fix for #1659 | Mario | 2022-01-27 | 1 | -0/+1 |
| | |||||
* | wrong function name | Mario | 2022-01-21 | 1 | -1/+1 |
| | |||||
* | fix get_tags() parsing toc bbcodes | Mario | 2022-01-09 | 1 | -0/+1 |
| | |||||
* | only display connections widget if there are any connections to show | Mario | 2022-01-04 | 1 | -39/+41 |
| | |||||
* | do not show blocked or ignored contacts in connections | Mario | 2022-01-04 | 1 | -1/+1 |
| | |||||
* | port new_token from zap, fixes and more cleanup | Mario | 2022-01-02 | 1 | -1/+21 |
| | |||||
* | update_poll() can be called many times in a row for the same item if a ↵ | Mario | 2021-12-22 | 1 | -2/+22 |
| | | | | multiple poll is being updated. This could result in the queueworker not processing duplicates. We are now adding the source item mid to the notifier call as the third argument (fragment) so that the queueworker will not think they are duplicates. The fragment is also passed to the deliver_hooks call in the notifier | ||||
* | access token refactor | Mario | 2021-12-17 | 1 | -1/+1 |
| | |||||
* | merge branch perms_ng into dev | Mario | 2021-12-15 | 1 | -12/+52 |
| | |||||
* | more work on responsive aside | Mario | 2021-11-23 | 1 | -1/+1 |
| | |||||
* | fix alt_pager() | Mario | 2021-10-06 | 1 | -5/+1 |
| | |||||
* | improve item_url_replace() - fixes #1507 | Mario Vavti | 2021-09-21 | 1 | -10/+18 |
| | |||||
* | do not process summary in cleanup_bbcode() fixes issue #1612 | Mario | 2021-09-12 | 1 | -2/+4 |
| | |||||
* | implement strict mode for base64url_decode() and introduce unpack_link_id() | Mario | 2021-09-04 | 1 | -4/+19 |
| | |||||
* | Apps drag and drop feature | Mario | 2021-08-03 | 1 | -2/+2 |
| | |||||
* | revert ebc84eab3fc6b2ee29afd13295f47419f16d2fe1 instead be more picky about ↵ | Mario | 2021-07-02 | 1 | -12/+9 |
| | | | | the xchan in handle_tag() | ||||
* | fix query logic | Mario | 2021-06-29 | 1 | -2/+1 |
| |