Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix warnings exposed by tests. | Harald Eilertsen | 2024-06-13 | 1 | -1/+2 |
| | | | | Mainly missing variables for templates, and channel entries. | ||||
* | docu and remove superfluous break statement after return statement | Mario | 2024-06-13 | 1 | -3/+1 |
| | |||||
* | Merge branch 'fix-test-warnings' into 'dev' | Mario | 2024-06-13 | 1 | -3/+4 |
|\ | | | | | | | | | Fix test warnings See merge request hubzilla/core!2134 | ||||
| * | includes/menu: Fix timestamp handling in menu_create. | Harald Eilertsen | 2024-06-12 | 1 | -3/+4 |
| | | | | | | | | | | Referencing undefined array keys are not allowed anymore, so we need to check whether they exist first. | ||||
* | | duplicate array key | Mario | 2024-06-10 | 1 | -1/+0 |
| | | |||||
* | | too many args | Mario | 2024-06-10 | 1 | -2/+2 |
| | | |||||
* | | fix wrong variable | Mario | 2024-06-10 | 1 | -1/+1 |
| | | |||||
* | | docu | Mario | 2024-06-10 | 1 | -2/+2 |
| | | |||||
* | | docu | Mario | 2024-06-10 | 1 | -2/+2 |
| | | |||||
* | | fix updated not supported in wrapper function | Mario | 2024-06-10 | 1 | -2/+2 |
| | | |||||
* | | docu and declare return type for t() | Mario | 2024-06-10 | 1 | -2/+2 |
| | | |||||
* | | remove superfluous param, fix wrong var and declare types for unparse_url() | Mario | 2024-06-10 | 1 | -3/+3 |
| | | |||||
* | | adjusting to the wrong direction when exporting ical and do not use Z ↵ | Mario | 2024-06-05 | 1 | -2/+2 |
| | | | | | | | | because timezone is attached | ||||
* | | Merge branch 'disable-mfa-for-dav-and-cdav' into 'dev' | Mario | 2024-06-05 | 1 | -2/+35 |
|\ \ | | | | | | | | | | | | | Skip checking MFA status for WebDAV and CardDAV requests. See merge request hubzilla/core!2131 | ||||
| * | | Skip checking MFA status for WebDAV and CardDAV requests. | Harald Eilertsen | 2024-06-05 | 1 | -2/+35 |
| |/ | |||||
* / | Fix default timeouts for z_(fetch|post)_url. | Harald Eilertsen | 2024-05-29 | 1 | -3/+3 |
|/ | | | | | | | | | | | | | | | | | | When fetching the default timouts from config, the result is converted to an int via `intval()`, the result of that again is compared strictly to `false`. Since 0 !== false, the default values will never be used, and 0 (no timeout) is passed to curl. This cause requests to hang indefinitely (or until they are killed) when receiving actions that require a lookup or fetch to another site as part of the request processing. (E.g webfinger, or fetching objects that we received an announce action for.) This again cause the request never to return a useful status to the site sending the action, and could cause them to think the Hubzilla site is dead. This patch fixes this by comparing the fetched value from config to 0 instead of false, making the defaults work again if the config is not set (or set to 0). | ||||
* | remove p tags from li. otherwise we will get unwanted new lines in the list. ↵ | Mario | 2024-05-08 | 1 | -0/+5 |
| | | | | add test. | ||||
* | more fixes for issue #1843 | Mario | 2024-05-08 | 2 | -10/+7 |
| | |||||
* | add bbcode support for the HTML5 del tag | Mario | 2024-05-07 | 2 | -1/+5 |
| | |||||
* | apply li fixes to html2plain | Mario | 2024-05-03 | 1 | -1/+3 |
| | |||||
* | make parsing of li slightly more robust | Mario | 2024-05-03 | 1 | -2/+2 |
| | |||||
* | also deal with ol and ul tags earlier and add test for double nested lists | Mario | 2024-05-03 | 1 | -6/+3 |
| | |||||
* | deal with li tags earlier seems to be more straight forward also add test ↵ | Mario | 2024-05-03 | 1 | -9/+9 |
| | | | | for li without closing tag | ||||
* | fix nested lists by parsing li before ul or ol and add a test | Mario | 2024-05-03 | 1 | -2/+1 |
| | |||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2024-04-30 | 1 | -197/+0 |
|\ | |||||
| * | Rework Help module + begin tests for Setup module | Harald Eilertsen | 2024-04-30 | 1 | -197/+0 |
| | | |||||
* | | remove logging | Mario | 2024-04-20 | 1 | -2/+0 |
|/ | |||||
* | fix spacing issues in mod wall_attach and make save_chunk() deal with ↵ | Mario | 2024-04-17 | 2 | -5/+12 |
| | | | | userfile and file array keys | ||||
* | passing an empty filter to deliverable_abook_xchans() will return all ↵ | Mario | 2024-04-17 | 1 | -4/+13 |
| | | | | deliverable abook xchans - we do not want this in this place. also add some docu | ||||
* | add some docu | Mario | 2024-04-17 | 1 | -0/+8 |
| | |||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2024-03-25 | 2 | -5/+8 |
|\ | |||||
| * | add observer to the permissions query. this should not be necessary but it ↵ | Mario | 2024-03-25 | 1 | -3/+2 |
| | | | | | | | | | | makes it clear why it should be included in the cache key (cherry picked from commit 57e32a79125072d27ebc76ca26acac64db5cb4fc) | ||||
| * | add the observer hash to the cache key in categories_widget() | Mario | 2024-03-25 | 2 | -4/+8 |
| | | |||||
* | | more remove additional linebreaks after block element plus test | Mario | 2024-03-25 | 1 | -0/+5 |
|/ | |||||
* | make sure we preserve linefeeds in the actual content of lists and tables ↵ | Mario | 2024-03-24 | 1 | -9/+16 |
| | | | | also add tests | ||||
* | Merge branch 'deprecate-include-config-in-core' into 'dev' | Mario | 2024-03-24 | 33 | -252/+351 |
|\ | | | | | | | | | Deprecate *_config() functions in core. See merge request hubzilla/core!2114 | ||||
| * | Deprecate *_config() functions in core. | Harald Eilertsen | 2024-03-24 | 33 | -252/+351 |
| | | |||||
* | | use the correct tag for ordered lists | Mario | 2024-03-22 | 1 | -6/+6 |
| | | |||||
* | | more whitespace fixes and some docu | Mario | 2024-03-21 | 1 | -6/+8 |
| | | |||||
* | | possible fix for issue #1843 | Mario | 2024-03-20 | 1 | -3/+5 |
| | | |||||
* | | deal with wihitespace issues in tables and lists and add tests | Mario | 2024-03-20 | 1 | -8/+39 |
| | | |||||
* | | fix reshares from streams loosing image | Mario | 2024-03-20 | 1 | -15/+15 |
|/ | |||||
* | cleanup some ancient code and fix check for $path so that it will not pass ↵ | Mario | 2024-03-17 | 1 | -4/+4 |
| | | | | if theme_include() will not return anything. also add an empty zen.css file for the zen template | ||||
* | adjust encrypted content representation and also add it to bb_to_markdown | Mario | 2024-03-15 | 2 | -9/+28 |
| | |||||
* | refactor sodium b2b encryption | Mario | 2024-03-15 | 1 | -17/+23 |
| | |||||
* | fix shortnames replaced in html tags | Mario | 2024-03-14 | 1 | -1/+1 |
| | |||||
* | implement sodium-plus library to replace unmaintained sjcl | Mario | 2024-03-10 | 1 | -20/+18 |
| | |||||
* | move escape_tags() to Lib/Text.php and add test | Mario | 2024-03-10 | 1 | -4/+2 |
| | |||||
* | we usually use ENT_COMPAT for content, so stick to this | Mario | 2024-03-10 | 1 | -2/+2 |
| | |||||
* | more work on emojis | Mario | 2024-03-09 | 3 | -8/+62 |
| |