aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
Commit message (Collapse)AuthorAgeFilesLines
* split up a potentially long running sql queryMario2023-04-081-0/+2
|
* fix issue #1728Mario2023-03-121-1/+0
|
* do not use zrl tag for non zot profiles and remove redundant foreach which ↵Mario2023-03-031-33/+31
| | | | was a leftover from zot to zot6 transition days
* Revert "some work on bringing bang tags back for forums"Mario2023-03-031-14/+7
| | | | This reverts commit da034045cc1bba74287b7c3e83f4a94ff5359150.
* some work on bringing bang tags back for forumsMario2023-03-021-7/+14
|
* port some functions from streamsMario2023-02-231-0/+8
|
* we can sign messages which are not from the primary locationMario2023-02-151-2/+2
|
* fix subquery in hq widget and order by hubloc_id desc in handle_tag() to ↵Mario2022-12-261-2/+2
| | | | make sure we get the most recent entry when using privacy tags
* minor fixesMario2022-12-111-0/+1
|
* exclude not tagable xchan networks handle_tag()Mario2022-12-081-4/+4
|
* php warningMario2022-11-021-1/+1
|
* fix php warningsMario2022-10-261-0/+4
|
* fix php warningsMario2022-10-201-0/+2
|
* fix php warningsMario2022-10-201-1/+1
|
* fix mod pokeMario2022-09-271-19/+17
|
* fix warnings and regressionsMario2022-09-151-0/+1
|
* php8: warning fixesMario2022-09-141-1/+5
|
* php8: fix more warningsMario2022-09-111-0/+1
|
* php8: random cleanup and warning fixesMario2022-09-081-6/+10
|
* Add helper to escape URLs.Harald Eilertsen2022-03-201-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 warningsMario2022-02-131-1/+2
|
* address deprecation warningsMario2022-02-131-2/+5
|
* more PHP 8.1 deprecated warningsMario2022-02-021-1/+1
|
* more PHP 8.1 deprecated warningsMario2022-02-021-0/+6
|
* allow zotfinger to recurse through all known hublocs if the one we got does ↵Mario2022-02-011-0/+39
| | | | not exist (404) or got removed (410). add functions for updating tables from array and deleting hublocs.
* PHP 8.1 band-aidMario Vavti2022-01-311-0/+4
|
* fix for #1659Mario2022-01-271-0/+1
|
* wrong function nameMario2022-01-211-1/+1
|
* fix get_tags() parsing toc bbcodesMario2022-01-091-0/+1
|
* only display connections widget if there are any connections to showMario2022-01-041-39/+41
|
* do not show blocked or ignored contacts in connectionsMario2022-01-041-1/+1
|
* port new_token from zap, fixes and more cleanupMario2022-01-021-1/+21
|
* update_poll() can be called many times in a row for the same item if a ↵Mario2021-12-221-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 refactorMario2021-12-171-1/+1
|
* merge branch perms_ng into devMario2021-12-151-12/+52
|
* more work on responsive asideMario2021-11-231-1/+1
|
* fix alt_pager()Mario2021-10-061-5/+1
|
* improve item_url_replace() - fixes #1507Mario Vavti2021-09-211-10/+18
|
* do not process summary in cleanup_bbcode() fixes issue #1612Mario2021-09-121-2/+4
|
* implement strict mode for base64url_decode() and introduce unpack_link_id()Mario2021-09-041-4/+19
|
* Apps drag and drop featureMario2021-08-031-2/+2
|
* revert ebc84eab3fc6b2ee29afd13295f47419f16d2fe1 instead be more picky about ↵Mario2021-07-021-12/+9
| | | | the xchan in handle_tag()
* fix query logicMario2021-06-291-2/+1
|
* some work on streamlining mod photosMario2021-06-231-11/+25
|
* New landing page HQ with separate views for direct messages, public/limited ↵Mario2021-06-171-0/+27
| | | | messages and starred messages if the feature is enabled
* remove unobscure()Mario2021-05-281-9/+0
|
* remove deprecated mail codeMario2021-05-281-30/+0
|
* remove most legacy zot quirksMario2021-05-261-1/+1
|
* handle_tag(): only use xchans with xhchan_deleted = 0Mario2021-05-261-12/+12
|
* more PHP 8 fixesMax Kostikov2021-04-181-5/+5
|