Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improved content and comment collapse/expand rendering | Mario | 2024-08-04 | 1 | -4/+4 |
| | |||||
* | streamline location rendering | Mario | 2024-08-02 | 1 | -4/+8 |
| | |||||
* | fa2bi fixes | Mario | 2024-08-02 | 1 | -4/+4 |
| | |||||
* | fa2bi: catch some remains | Mario | 2024-08-02 | 3 | -5/+5 |
| | |||||
* | fa2bi: some sed woodoo on templates and manual fixes in js and php files | Mario | 2024-08-02 | 1 | -1/+1 |
| | |||||
* | fix html2bbcode table and add test | Mario | 2024-08-02 | 1 | -5/+2 |
| | |||||
* | fa2bi continued | Mario | 2024-07-31 | 1 | -37/+37 |
| | |||||
* | fa2bi continued | Mario | 2024-07-30 | 1 | -18/+7 |
| | |||||
* | fa2bi continued | Mario | 2024-07-29 | 1 | -4/+4 |
| | |||||
* | this will be a longer journey - we will start to use bootstrap icons now ↵ | Mario | 2024-07-23 | 1 | -7/+7 |
| | | | | since forkawesome is dead | ||||
* | some cleanup | Mario | 2024-07-23 | 1 | -7/+8 |
| | |||||
* | the tag_deliver permission is not used anymore | Mario | 2024-07-23 | 1 | -3/+0 |
| | |||||
* | make sure to failà the tgroup_check() for group posts if they do not have ↵ | Mario | 2024-07-23 | 1 | -2/+1 |
| | | | | the post_wall permission. | ||||
* | item buttons redesign - initial checkin | Mario | 2024-07-22 | 1 | -15/+13 |
| | |||||
* | fix wrong logic after last commit | Mario | 2024-07-04 | 1 | -1/+1 |
| | |||||
* | revert the strlen check | Mario | 2024-07-04 | 1 | -1/+1 |
| | |||||
* | fix possible php error | Mario | 2024-07-04 | 1 | -1/+7 |
| | |||||
* | fix issue where event items were parsed multiple times | Mario | 2024-06-21 | 1 | -4/+9 |
| | |||||
* | Merge branch 'misc-fixes' into 'dev' | Mario | 2024-06-17 | 1 | -6/+9 |
|\ | | | | | | | | | Add module test helper expectRedirectTo + api docs See merge request hubzilla/core!2138 | ||||
| * | Refactor is_local_url() and add api doc. | Harald Eilertsen | 2024-06-16 | 1 | -6/+9 |
| | | |||||
* | | Use empty() to check if array entry exist in create_identity. | Harald Eilertsen | 2024-06-14 | 1 | -2/+2 |
| | | |||||
* | | Allow passing callable as array to hooks. | Harald Eilertsen | 2024-06-14 | 1 | -10/+11 |
|/ | |||||
* | 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 |