Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | some work on streamlining mod photos | Mario | 2021-06-23 | 1 | -11/+25 |
| | |||||
* | New landing page HQ with separate views for direct messages, public/limited ↵ | Mario | 2021-06-17 | 1 | -0/+27 |
| | | | | messages and starred messages if the feature is enabled | ||||
* | remove unobscure() | Mario | 2021-05-28 | 1 | -9/+0 |
| | |||||
* | remove deprecated mail code | Mario | 2021-05-28 | 1 | -30/+0 |
| | |||||
* | remove most legacy zot quirks | Mario | 2021-05-26 | 1 | -1/+1 |
| | |||||
* | handle_tag(): only use xchans with xhchan_deleted = 0 | Mario | 2021-05-26 | 1 | -12/+12 |
| | |||||
* | more PHP 8 fixes | Max Kostikov | 2021-04-18 | 1 | -5/+5 |
| | |||||
* | use protect_sprintf() on query strings | Mario | 2021-04-14 | 1 | -4/+4 |
| | |||||
* | fix regression finding bookmarks | Mario | 2021-04-11 | 1 | -7/+0 |
| | |||||
* | bbcode: escape img and zmg tags so that it will not be messed with before ↵ | Mario | 2021-04-06 | 1 | -0/+4 |
| | | | | required (e.g. URL in image description) - issue #1554 | ||||
* | php8: fix fatal errors | Mario | 2021-03-24 | 1 | -0/+3 |
| | |||||
* | Merge branch 'dev' into air | Mario | 2021-03-12 | 1 | -18/+26 |
|\ | |||||
| * | php8: daily warning fixes (deriving from mod network) | Mario | 2021-03-11 | 1 | -1/+1 |
| | | |||||
| * | Revert "More checks on note decoding" | Max Kostikov | 2021-03-09 | 1 | -17/+25 |
| | | | | | | | | This reverts commit 20199f7aee34dbc7a8aebcd459ef6cb84cdb5bd7 | ||||
| * | a possible fix for #1518 | Mario | 2021-02-25 | 1 | -1/+1 |
| | | |||||
| * | port Lib/Crypto from zap | Mario | 2021-02-09 | 1 | -1/+10 |
| | | |||||
| * | fix ramsey/uuid exception | Mario | 2021-01-23 | 1 | -3/+3 |
| | | |||||
* | | get dev | Hilmar R | 2021-03-01 | 1 | -5/+14 |
| | | |||||
* | | melt diff prod fork 4.6.2 air onto 5.2.1 to 5.2.2 DB 1241 | Hilmar R | 2021-01-23 | 1 | -0/+12 |
|/ | |||||
* | set resource_type = group_item and resource_id = original mid for forum ↵ | Mario | 2021-01-08 | 1 | -1/+1 |
| | | | | items so we do not need to query the body for the original mid on edit. | ||||
* | deprecate ! and !! forum tags | Mario | 2020-12-18 | 1 | -6/+8 |
| |