aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* deal with wihitespace issues in tables and lists and add testsMario2024-03-201-8/+39
* fix reshares from streams loosing imageMario2024-03-201-15/+15
* cleanup some ancient code and fix check for $path so that it will not pass if...Mario2024-03-171-4/+4
* adjust encrypted content representation and also add it to bb_to_markdownMario2024-03-152-9/+28
* refactor sodium b2b encryptionMario2024-03-151-17/+23
* fix shortnames replaced in html tagsMario2024-03-141-1/+1
* implement sodium-plus library to replace unmaintained sjclMario2024-03-101-20/+18
* move escape_tags() to Lib/Text.php and add testMario2024-03-101-4/+2
* we usually use ENT_COMPAT for content, so stick to thisMario2024-03-101-2/+2
* more work on emojisMario2024-03-093-8/+62
* fix php warningsMario2024-03-081-6/+18
* inbound support for custom emojisMario2024-03-082-45/+75
* list attachments in the original orderMario2024-03-071-4/+5
* fix unterminated entity reference error when dealing with domxpath and add a ...Mario2024-03-061-2/+3
* we are checking for null|array union type later - false would throw an errorMario2024-03-011-2/+2
* Merge branch 'some-bbcode-cleanup' into 'dev'Mario2024-03-012-326/+341
|\
| * Add some beginning tests for bbcode, and a bit of refactoringHarald Eilertsen2024-03-012-326/+341
* | Merge branch 'dba-transactions' into 'dev'Mario2024-03-011-0/+64
|\ \
| * | include/dba: Make Dba driver transaction aware.Harald Eilertsen2024-02-261-0/+64
* | | handle imagick readImageBlob() exceptionMario2024-03-011-1/+8
* | | AS2 Follow/IgnoreMario2024-03-011-3/+2
* | | more cleanupMario2024-02-292-7/+7
* | | some cleanupMario2024-02-291-6/+10
* | | AS2 Update and implement a first draft of AS2 Profile activitiesMario2024-02-295-124/+57
| |/ |/|
* | some cloeanup after last commitMario2024-02-281-27/+1
* | do away with deprecated activity typesMario2024-02-283-205/+1
|/
* AS2Mario2024-02-2511-477/+67
* 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
* do not feed null to TimeZoneUtil::getTimeZone()Mario2024-02-131-1/+1
* fix some whitespace issues after recent changesMario2024-02-092-16/+20
* another tryMario2024-02-091-2/+2
* let's try thisMario2024-02-091-2/+2
* move parsing of a tags upà to fix an issue where mentions arriving from mast...Mario2024-02-081-4/+3
* Support code blocks with language in markdown and html.Harald Eilertsen2024-02-081-0/+1
* Fix: Preserve hard linebreaks from markdown and htmlHarald Eilertsen2024-02-071-1/+5
* Don't concert html nodes with no bbcode equivalent.Harald Eilertsen2024-02-071-0/+4
* Fix: Keep indentation in html and md code blocks.Harald Eilertsen2024-02-071-17/+16
* Fix convert code blocs from markdown/html to bbcodeHarald Eilertsen2024-02-061-2/+9
* Fix image with alt text for html/md to bbcodeHarald Eilertsen2024-02-061-0/+1
* streams collection branch compatibilityMario2024-02-021-0/+4
* start using uuid for internal reference instead of base64 encoded midMario2024-02-013-15/+20
* refactor fetch_and_store_parents() and inroduce the fetchparents daemonMario2024-01-252-1/+8
* restructure Libzot::process_delivery()Mario2024-01-241-1/+1
* process source xchan in xchan_query()Mario2024-01-231-1/+4
* store the original announce actor (the one that pushed the item into our stre...Mario2024-01-221-1/+1
* missing includeMario Vavti2024-01-211-0/+1
* Merge branch 'improve-validate-email' into 'dev'Mario2024-01-191-10/+17
|\
| * Improve the validate_email functionHarald Eilertsen2024-01-151-10/+17
* | native repeats continuedMario2024-01-191-13/+25
|/