aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario3 days1-197/+0
|\
| * Rework Help module + begin tests for Setup moduleHarald Eilertsen3 days1-197/+0
* | remove loggingMario13 days1-2/+0
|/
* fix spacing issues in mod wall_attach and make save_chunk() deal with userfil...Mario2024-04-172-5/+12
* passing an empty filter to deliverable_abook_xchans() will return all deliver...Mario2024-04-171-4/+13
* add some docuMario2024-04-171-0/+8
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2024-03-252-5/+8
|\
| * add observer to the permissions query. this should not be necessary but it ma...Mario2024-03-251-3/+2
| * add the observer hash to the cache key in categories_widget()Mario2024-03-252-4/+8
* | more remove additional linebreaks after block element plus testMario2024-03-251-0/+5
|/
* make sure we preserve linefeeds in the actual content of lists and tables als...Mario2024-03-241-9/+16
* Merge branch 'deprecate-include-config-in-core' into 'dev'Mario2024-03-2433-252/+351
|\
| * Deprecate *_config() functions in core.Harald Eilertsen2024-03-2433-252/+351
* | use the correct tag for ordered listsMario2024-03-221-6/+6
* | more whitespace fixes and some docuMario2024-03-211-6/+8
* | possible fix for issue #1843Mario2024-03-201-3/+5
* | 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