aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'update-nb-translations' into 'dev'HEADdevMario2025-07-132-13274/+13141
|\ | | | | | | | | Update translations for Norsk Bokmål See merge request hubzilla/core!2213
| * Update translations for Norsk BokmålHarald Eilertsen2025-07-132-13274/+13141
| |
* | Merge branch 'fix-permission-context-help' into 'dev'Mario2025-07-137-7/+7
|\ \ | | | | | | | | | | | | Fix context help link for permissions See merge request hubzilla/core!2212
| * | Fix context help link for permissionsHarald Eilertsen2025-07-137-7/+7
| |/ | | | | | | The target was changed when the new docs was merged.
* | update changelogMario2025-07-131-0/+1
| |
* | update install documentMario2025-07-131-3/+3
| |
* | add init_sys_channel utility to create the sys channel in case of headless ↵Mario2025-07-131-0/+13
| | | | | | | | installation - issue #1909
* | fix blog mode if threaded view is disabledMario2025-07-132-3/+9
| |
* | update changelogMario2025-07-101-0/+1
| |
* | changelogMario2025-07-101-0/+5
| |
* | Merge branch 'fix-markdown-mentions' into 'dev'Mario2025-07-102-0/+16
|\ \ | | | | | | | | | | | | Prevent mentions from mangling by markdown parser See merge request hubzilla/core!2211
| * | Prevent mentions from mangling by markdown parserHarald Eilertsen2025-06-282-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mentioning people whose handles include valid markdown would not survive markdown to bbcode conversion wihout being mangled. An example that brought this to my attention was a handle similar to this: _someuser_@testsite.example The underscores would be interpreted as emphasis in markdown, and converted to: [i]someuser[/i]@testsite.example This patch should fix this, and hopefully any other issue with mentions being mangled.
* | | Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2025-07-102-5/+13
|\ \ \
| * | | add logging and catch exceptionMario2025-07-091-1/+13
| | | |
| * | | remove unneeded code from testMario2025-07-091-4/+0
| | | |
* | | | update macgirvin/http-message-signer to version 2.2Mario Vavti2025-07-104-36/+36
|/ / /
* | | trim the valueMario2025-07-081-1/+1
| | |
* | | remove the check for supported protocols. we can store them all because we ↵Mario2025-07-081-2/+2
| | | | | | | | | | | | check later if we support one of them
* | | remove long deprecated crypto functionsMario2025-07-083-615/+0
| | |
* | | update to phpseclib3 which is now a requirement for the http signer libraryMario Vavti2025-07-0838-86/+4533
| | |
* | | missing file from http-message-signerMario Vavti2025-07-071-0/+8
| | |
* | | composer update to phpseclib version 3Mario Vavti2025-07-07357-18173/+42566
| |/ |/|
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2025-07-068-54/+66
|\ \
| * | update macgirvin/http-message-signer to version 2.0Mario Vavti2025-07-068-54/+66
| | |
* | | for now only attempt RFC9421 verification if we have the requestMario2025-07-061-1/+1
|/ /
* | composer dump-autoloadMario Vavti2025-07-062-4/+0
| |
* | testing and fixesMario Vavti2025-07-065-9/+15
| |
* | tests for Activity::get_actor_protocols()Mario2025-07-061-0/+37
| |
* | extend get_actor_protocols() to also check fep-fb2a actor metadataMario2025-07-061-0/+10
|/
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2025-06-263-28/+31
|\
| * changelogMario2025-06-261-0/+1
| |
| * Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2025-06-261-0/+2
| |\
| * | minor refactor to get rid of the $webpage variable (it does not cut it ↵Mario2025-06-262-28/+30
| | | | | | | | | | | | anymore) and use $item_type instead
* | | composer update macgirvin/http-message-signerMario Vavti2025-06-267-33/+29
| |/ |/|
* | changelogMario Vavti2025-06-251-0/+2
|/
* emiting a notice from include/auth does not work. emit it from mod login if ↵Mario Vavti2025-06-253-7/+12
| | | | the login failed.
* remove code that would never execute and make sure the first account to ↵Mario Vavti2025-06-251-12/+17
| | | | register is the admin account
* changelogMario2025-06-241-0/+97
|
* bump dev versionMario2025-06-241-1/+1
|
* update stringsMario2025-06-241-964/+926
|
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2025-06-243-25/+52
|\
| * Merge branch 'some-account-cleanup' into 'dev'Mario2025-06-243-25/+52
| |\ | | | | | | | | | | | | A bit of cleanup for account functions See merge request hubzilla/core!2210
| | * A bit of cleanup for account functionsHarald Eilertsen2025-06-243-25/+52
| | |
* | | version 10.4RC1Mario2025-06-241-1/+1
|/ /
* | fix php warningsMario2025-06-242-3/+3
| |
* | fix php warningMario2025-06-231-2/+2
| |
* | exit if we have not found anythingMario2025-06-231-0/+5
| |
* | apply downstream fix from streams: do not sign (request-target) on responseMario2025-06-234-8/+11
| |
* | rfc9421 verify: parse more fields if applicableMario2025-06-231-1/+9
| |
* | Revert "rfc9421 verify: parse more fields if applicable"Mario2025-06-236-35/+10
| | | | | | | | This reverts commit 721c0b1e5bc79aac8020a864f2c81bb468419c8a.