Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ãfix undefined variable | Mario | 2024-06-10 | 1 | -1/+1 |
| | |||||
* | remove duplicate array key | Mario | 2024-06-10 | 1 | -1/+0 |
| | |||||
* | 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 | 2 | -3/+3 |
| | |||||
* | 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 | 2 | -5/+5 |
| | |||||
* | remove unused variable and superfluous backslash | Mario | 2024-06-10 | 1 | -3/+1 |
| | |||||
* | update changelog | Mario | 2024-06-07 | 1 | -0/+2 |
| | |||||
* | update changelog | Mario | 2024-06-07 | 1 | -0/+9 |
| | |||||
* | move button class to the right dom | Mario | 2024-06-07 | 2 | -4/+4 |
| | |||||
* | adjusting to the wrong direction when exporting ical and do not use Z ↵ | Mario | 2024-06-05 | 1 | -2/+2 |
| | | | | because timezone is attached | ||||
* | bump version | Mario | 2024-06-05 | 1 | -1/+1 |
| | |||||
* | Merge branch 'correct-type-annotation-for-config-get' into 'dev' | Mario | 2024-06-05 | 1 | -1/+1 |
|\ | | | | | | | | | Correct type annotation in comment for Config::Get. See merge request hubzilla/core!2127 | ||||
| * | Correct type annotation in comment for Config::Get. | Harald Eilertsen | 2024-06-05 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'disable-mfa-for-dav-and-cdav' into 'dev' | Mario | 2024-06-05 | 4 | -2/+119 |
|\ \ | | | | | | | | | | | | | 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 | 4 | -2/+119 |
| |/ | |||||
* | | Merge branch 'fetch-url-default-timeout' into 'dev' | Mario | 2024-06-05 | 1 | -3/+3 |
|\ \ | | | | | | | | | | | | | Fix default timeouts for z_(fetch|post)_url. See merge request hubzilla/core!2132 | ||||
| * | | 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). | ||||
* / | hotfix to mitigate queueworker crash | Mario | 2024-06-04 | 1 | -2/+11 |
|/ | |||||
* | Merge branch 'doc/update-member-tag-and-mention-docs' into 'dev' | Mario | 2024-05-27 | 6 | -83/+96 |
|\ | | | | | | | | | Member docs: Update docs on tags and mentions. See merge request hubzilla/core!2130 | ||||
| * | Minor style update for the `.abook-self` CSS class. | Harald Eilertsen | 2024-05-25 | 1 | -1/+1 |
| | | | | | | | | | | | | It was hardcoded to a blindingly white, which did not work too well with the white text in dark mode. Use a proper bootstrap var, so it follows the prefered color scheme instead. | ||||
| * | Member docs: Update dogs on tags and mentions. | Harald Eilertsen | 2024-05-25 | 5 | -82/+95 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rewrote it and corrected some outdated information about how to tag forums etc. Also cleaned up the markup a bit. Added information and links about which apps and admin addons are required for given functionality. Also added some images to help illustrate some subjects. Uncertain about whether the information on how the autocomplete popup is populated is correct anymore. Underlined it and added a question mark to make sure it annoys someone (possibly me) to figure it out. | ||||
* | | Merge branch 'update-phpunit-10x' into 'dev' | Mario | 2024-05-27 | 25 | -485/+469 |
|\ \ | |/ |/| | | | | | Upgrade test framework to PHPUnit 10.5 See merge request hubzilla/core!2128 | ||||
| * | Upgrade test framework to PHPUnit 10.5 | Harald Eilertsen | 2024-05-27 | 25 | -485/+469 |
|/ | |||||
* | Merge branch 'refactor-module-rbmark' into 'dev' | Mario | 2024-05-15 | 5 | -60/+143 |
|\ | | | | | | | | | Refactor and cleanup Rbmark module + add tests See merge request hubzilla/core!2126 | ||||
| * | Refactor and cleanup Rbmark module + add tests | Harald Eilertsen | 2024-05-15 | 5 | -60/+143 |
| | | |||||
* | | deal with inReplyTo array | Mario | 2024-05-15 | 1 | -1/+1 |
| | | |||||
* | | missing semicolon and code readability | Mario | 2024-05-14 | 1 | -3/+6 |
| | | |||||
* | | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2024-05-14 | 2 | -54/+0 |
|\ \ | |||||
| * \ | Merge branch 'remove-unused-modules' into 'dev' | Mario | 2024-05-13 | 2 | -54/+0 |
| |\ \ | | |/ | |/| | | | | | | | Remove unused Toggle_(safesearch|mobile) modules. See merge request hubzilla/core!2125 | ||||
| | * | Remove unused Toggle_(safesearch|mobile) modules. | Harald Eilertsen | 2024-05-13 | 2 | -54/+0 |
| |/ | |||||
* / | php warnings/errors | Mario | 2024-05-14 | 1 | -1/+4 |
|/ | |||||
* | make mod regate return to system.workflow_channel_next and show register ↵ | Mario | 2024-05-08 | 4 | -8/+11 |
| | | | | message field only if registration is set to register_approve | ||||
* | remove p tags from li. otherwise we will get unwanted new lines in the list. ↵ | Mario | 2024-05-08 | 2 | -0/+9 |
| | | | | add test. | ||||
* | more fixes for issue #1843 | Mario | 2024-05-08 | 3 | -14/+8 |
| | |||||
* | make sure the hcard addon markup will be available even if other profile ↵ | Mario Vavti | 2024-05-08 | 1 | -0/+3 |
| | | | | entries are missing | ||||
* | Merge branch 'rename-help-helper-trait' into 'dev' | Mario | 2024-05-07 | 3 | -3/+3 |
|\ | | | | | | | | | Rename HelpHelper to HelpHelperTrait. See merge request hubzilla/core!2124 | ||||
| * | Rename HelpHelper to HelpHelperTrait. | Harald Eilertsen | 2024-05-03 | 3 | -3/+3 |
| | | | | | | | | PHPCS prefers traits to be suffixed with "Trait", and I think I agree. | ||||
* | | add tests | Mario | 2024-05-07 | 1 | -0/+8 |
| | | |||||
* | | 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 | 2 | -6/+11 |
| | |||||
* | deal with li tags earlier seems to be more straight forward also add test ↵ | Mario | 2024-05-03 | 2 | -9/+17 |
| | | | | for li without closing tag | ||||
* | fix nested lists by parsing li before ul or ol and add a test | Mario | 2024-05-03 | 2 | -2/+9 |
| | |||||
* | make sure to always move the recent notification to the top | Mario | 2024-05-03 | 1 | -4/+5 |
| | |||||
* | fix the test - we do not use a title anymore since it does not make much ↵ | Mario | 2024-05-02 | 2 | -1/+3 |
| | | | | sense in combination of the sub titles | ||||
* | some css voodoo for the help menu | Mario | 2024-05-02 | 3 | -34/+31 |
| | |||||
* | bump version | Mario | 2024-05-02 | 1 | -1/+1 |
| |