aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings exposed by tests.Harald Eilertsen2024-06-131-1/+2
* docu and remove superfluous break statement after return statementMario2024-06-131-3/+1
* Merge branch 'fix-test-warnings' into 'dev'Mario2024-06-131-3/+4
|\
| * includes/menu: Fix timestamp handling in menu_create.Harald Eilertsen2024-06-121-3/+4
* | duplicate array keyMario2024-06-101-1/+0
* | too many argsMario2024-06-101-2/+2
* | fix wrong variableMario2024-06-101-1/+1
* | docuMario2024-06-101-2/+2
* | docuMario2024-06-101-2/+2
* | fix updated not supported in wrapper functionMario2024-06-101-2/+2
* | docu and declare return type for t()Mario2024-06-101-2/+2
* | remove superfluous param, fix wrong var and declare types for unparse_url()Mario2024-06-101-3/+3
* | adjusting to the wrong direction when exporting ical and do not use Z because...Mario2024-06-051-2/+2
* | Merge branch 'disable-mfa-for-dav-and-cdav' into 'dev'Mario2024-06-051-2/+35
|\ \
| * | Skip checking MFA status for WebDAV and CardDAV requests.Harald Eilertsen2024-06-051-2/+35
| |/
* / Fix default timeouts for z_(fetch|post)_url.Harald Eilertsen2024-05-291-3/+3
|/
* remove p tags from li. otherwise we will get unwanted new lines in the list. ...Mario2024-05-081-0/+5
* more fixes for issue #1843Mario2024-05-082-10/+7
* add bbcode support for the HTML5 del tagMario2024-05-072-1/+5
* apply li fixes to html2plainMario2024-05-031-1/+3
* make parsing of li slightly more robustMario2024-05-031-2/+2
* also deal with ol and ul tags earlier and add test for double nested listsMario2024-05-031-6/+3
* deal with li tags earlier seems to be more straight forward also add test for...Mario2024-05-031-9/+9
* fix nested lists by parsing li before ul or ol and add a testMario2024-05-031-2/+1
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2024-04-301-197/+0
|\
| * Rework Help module + begin tests for Setup moduleHarald Eilertsen2024-04-301-197/+0
* | remove loggingMario2024-04-201-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