aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | remove superfluous backslashMario2024-06-102-4/+4
* | Ãfix undefined variableMario2024-06-101-1/+1
* | remove duplicate array keyMario2024-06-101-1/+0
* | docuMario2024-06-101-2/+2
* | docuMario2024-06-101-2/+2
* | fix updated not supported in wrapper functionMario2024-06-102-3/+3
* | 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-102-5/+5
* | remove unused variable and superfluous backslashMario2024-06-101-3/+1
* | update changelogMario2024-06-071-0/+2
* | update changelogMario2024-06-071-0/+9
* | move button class to the right domMario2024-06-072-4/+4
* | adjusting to the wrong direction when exporting ical and do not use Z because...Mario2024-06-051-2/+2
* | bump versionMario2024-06-051-1/+1
* | Merge branch 'correct-type-annotation-for-config-get' into 'dev'Mario2024-06-051-1/+1
|\ \
| * | Correct type annotation in comment for Config::Get.Harald Eilertsen2024-06-051-1/+1
| |/
* | Merge branch 'disable-mfa-for-dav-and-cdav' into 'dev'Mario2024-06-054-2/+119
|\ \
| * | Skip checking MFA status for WebDAV and CardDAV requests.Harald Eilertsen2024-06-054-2/+119
| |/
* | Merge branch 'fetch-url-default-timeout' into 'dev'Mario2024-06-051-3/+3
|\ \
| * | Fix default timeouts for z_(fetch|post)_url.Harald Eilertsen2024-05-291-3/+3
| |/
* / hotfix to mitigate queueworker crashMario2024-06-041-2/+11
|/
* Merge branch 'doc/update-member-tag-and-mention-docs' into 'dev'Mario2024-05-276-83/+96
|\
| * Minor style update for the `.abook-self` CSS class.Harald Eilertsen2024-05-251-1/+1
| * Member docs: Update dogs on tags and mentions.Harald Eilertsen2024-05-255-82/+95
* | Merge branch 'update-phpunit-10x' into 'dev'Mario2024-05-2725-485/+469
|\ \ | |/ |/|
| * Upgrade test framework to PHPUnit 10.5Harald Eilertsen2024-05-2725-485/+469
|/
* Merge branch 'refactor-module-rbmark' into 'dev'Mario2024-05-155-60/+143
|\
| * Refactor and cleanup Rbmark module + add testsHarald Eilertsen2024-05-155-60/+143
* | deal with inReplyTo arrayMario2024-05-151-1/+1
* | missing semicolon and code readabilityMario2024-05-141-3/+6
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2024-05-142-54/+0
|\ \
| * \ Merge branch 'remove-unused-modules' into 'dev'Mario2024-05-132-54/+0
| |\ \ | | |/ | |/|
| | * Remove unused Toggle_(safesearch|mobile) modules.Harald Eilertsen2024-05-132-54/+0
| |/
* / php warnings/errorsMario2024-05-141-1/+4
|/
* make mod regate return to system.workflow_channel_next and show register mess...Mario2024-05-084-8/+11
* remove p tags from li. otherwise we will get unwanted new lines in the list. ...Mario2024-05-082-0/+9
* more fixes for issue #1843Mario2024-05-083-14/+8
* make sure the hcard addon markup will be available even if other profile entr...Mario Vavti2024-05-081-0/+3
* Merge branch 'rename-help-helper-trait' into 'dev'Mario2024-05-073-3/+3
|\
| * Rename HelpHelper to HelpHelperTrait.Harald Eilertsen2024-05-033-3/+3
* | add testsMario2024-05-071-0/+8
* | 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-032-6/+11
* deal with li tags earlier seems to be more straight forward also add test for...Mario2024-05-032-9/+17
* fix nested lists by parsing li before ul or ol and add a testMario2024-05-032-2/+9
* make sure to always move the recent notification to the topMario2024-05-031-4/+5
* fix the test - we do not use a title anymore since it does not make much sens...Mario2024-05-022-1/+3
* some css voodoo for the help menuMario2024-05-023-34/+31