aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
Commit message (Collapse)AuthorAgeFilesLines
* some cleanup for mod magicMario Vavti3 days1-4/+2
|
* Do not filter deleted hublocs in xchan_query because it will result in empty ↵Mario Vavti12 days1-2/+2
| | | | profile info in conversations if the hubloc was deleted. Deleting a hublocation does not neccesarily delete its content and the author could appear again from another location.
* Fix regex to detect URLs in cleanup_bbcode.Harald Eilertsen2024-10-121-5/+2
| | | | | | | | | | | | | | | This fixes the issue where the text after the URL would be included in the link if it was immediately followed by a newline. Example: https://example.com this is a test. Would become: #^[url=https://example.com_this]https://example.com_this[/url] is a test
* fa2bi: catch some remainsMario2024-08-021-3/+3
|
* fa2bi continuedMario2024-07-311-37/+37
|
* fix issue where event items were parsed multiple timesMario2024-06-211-4/+9
|
* Deprecate *_config() functions in core.Harald Eilertsen2024-03-241-10/+11
|
* fix shortnames replaced in html tagsMario2024-03-141-1/+1
|
* move escape_tags() to Lib/Text.php and add testMario2024-03-101-4/+2
|
* more work on emojisMario2024-03-091-2/+53
|
* inbound support for custom emojisMario2024-03-081-32/+31
|
* list attachments in the original orderMario2024-03-071-4/+5
|
* AS2 Update and implement a first draft of AS2 Profile activitiesMario2024-02-291-1/+1
|
* do away with deprecated activity typesMario2024-02-281-71/+0
|
* AS2Mario2024-02-251-3/+3
|
* make sure to decode html special chars before sending over the wire andMario2024-02-211-0/+7
|
* update to Bootstrap 5Rocky2024-02-141-25/+35
|
* process source xchan in xchan_query()Mario2024-01-231-1/+4
|
* fix more php deprecationsMario2024-01-141-2/+4
|
* deprecate simplepie idna_convertMario Vavti2023-12-311-19/+10
|
* do not double process quoted stringsMario2023-12-211-0/+5
|
* Revert "changelog"Mario2023-12-201-1/+2
| | | | This reverts commit 3aefe23184c25c1fc0865313d13902cabfb934d3.
* changelogMario2023-12-201-2/+1
|
* a possible fix for issue #1816Mario2023-11-091-3/+11
|
* more deprecate $aMario2023-09-211-2/+1
|
* do not linkify in nobb and noparse tags - issue #1776Mario2023-07-041-0/+2
|
* unify code for selecting deliverable abook xchansMario2023-07-011-9/+9
|
* pass $escape to stringify_array_elms()Mario2023-06-291-1/+1
|
* fix theme_attachments()Mario Vavti2023-06-021-7/+15
|
* deal with arrays and jsonMario Vavti2023-05-101-37/+63
|
* fix regression when rendering event itemsMario2023-04-231-1/+2
|
* % values in format_poll() should be roundedMario2023-04-191-8/+8
|
* 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
|