Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'update-nb-translations' into 'dev'HEADdev | Mario | 2025-07-13 | 2 | -13274/+13141 |
|\ | | | | | | | | | Update translations for Norsk Bokmål See merge request hubzilla/core!2213 | ||||
| * | Update translations for Norsk Bokmål | Harald Eilertsen | 2025-07-13 | 2 | -13274/+13141 |
| | | |||||
* | | Merge branch 'fix-permission-context-help' into 'dev' | Mario | 2025-07-13 | 7 | -7/+7 |
|\ \ | | | | | | | | | | | | | Fix context help link for permissions See merge request hubzilla/core!2212 | ||||
| * | | Fix context help link for permissions | Harald Eilertsen | 2025-07-13 | 7 | -7/+7 |
| |/ | | | | | | | The target was changed when the new docs was merged. | ||||
* | | update changelog | Mario | 2025-07-13 | 1 | -0/+1 |
| | | |||||
* | | update install document | Mario | 2025-07-13 | 1 | -3/+3 |
| | | |||||
* | | add init_sys_channel utility to create the sys channel in case of headless ↵ | Mario | 2025-07-13 | 1 | -0/+13 |
| | | | | | | | | installation - issue #1909 | ||||
* | | fix blog mode if threaded view is disabled | Mario | 2025-07-13 | 2 | -3/+9 |
| | | |||||
* | | update changelog | Mario | 2025-07-10 | 1 | -0/+1 |
| | | |||||
* | | changelog | Mario | 2025-07-10 | 1 | -0/+5 |
| | | |||||
* | | Merge branch 'fix-markdown-mentions' into 'dev' | Mario | 2025-07-10 | 2 | -0/+16 |
|\ \ | | | | | | | | | | | | | Prevent mentions from mangling by markdown parser See merge request hubzilla/core!2211 | ||||
| * | | Prevent mentions from mangling by markdown parser | Harald Eilertsen | 2025-06-28 | 2 | -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 dev | Mario Vavti | 2025-07-10 | 2 | -5/+13 |
|\ \ \ | |||||
| * | | | add logging and catch exception | Mario | 2025-07-09 | 1 | -1/+13 |
| | | | | |||||
| * | | | remove unneeded code from test | Mario | 2025-07-09 | 1 | -4/+0 |
| | | | | |||||
* | | | | update macgirvin/http-message-signer to version 2.2 | Mario Vavti | 2025-07-10 | 4 | -36/+36 |
|/ / / | |||||
* | | | trim the value | Mario | 2025-07-08 | 1 | -1/+1 |
| | | | |||||
* | | | remove the check for supported protocols. we can store them all because we ↵ | Mario | 2025-07-08 | 1 | -2/+2 |
| | | | | | | | | | | | | check later if we support one of them | ||||
* | | | remove long deprecated crypto functions | Mario | 2025-07-08 | 3 | -615/+0 |
| | | | |||||
* | | | update to phpseclib3 which is now a requirement for the http signer library | Mario Vavti | 2025-07-08 | 38 | -86/+4533 |
| | | | |||||
* | | | missing file from http-message-signer | Mario Vavti | 2025-07-07 | 1 | -0/+8 |
| | | | |||||
* | | | composer update to phpseclib version 3 | Mario Vavti | 2025-07-07 | 357 | -18173/+42566 |
| |/ |/| | |||||
* | | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2025-07-06 | 8 | -54/+66 |
|\ \ | |||||
| * | | update macgirvin/http-message-signer to version 2.0 | Mario Vavti | 2025-07-06 | 8 | -54/+66 |
| | | | |||||
* | | | for now only attempt RFC9421 verification if we have the request | Mario | 2025-07-06 | 1 | -1/+1 |
|/ / | |||||
* | | composer dump-autoload | Mario Vavti | 2025-07-06 | 2 | -4/+0 |
| | | |||||
* | | testing and fixes | Mario Vavti | 2025-07-06 | 5 | -9/+15 |
| | | |||||
* | | tests for Activity::get_actor_protocols() | Mario | 2025-07-06 | 1 | -0/+37 |
| | | |||||
* | | extend get_actor_protocols() to also check fep-fb2a actor metadata | Mario | 2025-07-06 | 1 | -0/+10 |
|/ | |||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario Vavti | 2025-06-26 | 3 | -28/+31 |
|\ | |||||
| * | changelog | Mario | 2025-06-26 | 1 | -0/+1 |
| | | |||||
| * | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2025-06-26 | 1 | -0/+2 |
| |\ | |||||
| * | | minor refactor to get rid of the $webpage variable (it does not cut it ↵ | Mario | 2025-06-26 | 2 | -28/+30 |
| | | | | | | | | | | | | anymore) and use $item_type instead | ||||
* | | | composer update macgirvin/http-message-signer | Mario Vavti | 2025-06-26 | 7 | -33/+29 |
| |/ |/| | |||||
* | | changelog | Mario Vavti | 2025-06-25 | 1 | -0/+2 |
|/ | |||||
* | emiting a notice from include/auth does not work. emit it from mod login if ↵ | Mario Vavti | 2025-06-25 | 3 | -7/+12 |
| | | | | the login failed. | ||||
* | remove code that would never execute and make sure the first account to ↵ | Mario Vavti | 2025-06-25 | 1 | -12/+17 |
| | | | | register is the admin account | ||||
* | changelog | Mario | 2025-06-24 | 1 | -0/+97 |
| | |||||
* | bump dev version | Mario | 2025-06-24 | 1 | -1/+1 |
| | |||||
* | update strings | Mario | 2025-06-24 | 1 | -964/+926 |
| | |||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2025-06-24 | 3 | -25/+52 |
|\ | |||||
| * | Merge branch 'some-account-cleanup' into 'dev' | Mario | 2025-06-24 | 3 | -25/+52 |
| |\ | | | | | | | | | | | | | A bit of cleanup for account functions See merge request hubzilla/core!2210 | ||||
| | * | A bit of cleanup for account functions | Harald Eilertsen | 2025-06-24 | 3 | -25/+52 |
| | | | |||||
* | | | version 10.4RC1 | Mario | 2025-06-24 | 1 | -1/+1 |
|/ / | |||||
* | | fix php warnings | Mario | 2025-06-24 | 2 | -3/+3 |
| | | |||||
* | | fix php warning | Mario | 2025-06-23 | 1 | -2/+2 |
| | | |||||
* | | exit if we have not found anything | Mario | 2025-06-23 | 1 | -0/+5 |
| | | |||||
* | | apply downstream fix from streams: do not sign (request-target) on response | Mario | 2025-06-23 | 4 | -8/+11 |
| | | |||||
* | | rfc9421 verify: parse more fields if applicable | Mario | 2025-06-23 | 1 | -1/+9 |
| | | |||||
* | | Revert "rfc9421 verify: parse more fields if applicable" | Mario | 2025-06-23 | 6 | -35/+10 |
| | | | | | | | | This reverts commit 721c0b1e5bc79aac8020a864f2c81bb468419c8a. |