Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | define variable | Mario | 2025-04-21 | 1 | -0/+1 | |
| | ||||||
* | fix php warnings | Mario | 2025-04-21 | 1 | -1/+1 | |
| | ||||||
* | fix php warnings | Mario | 2025-04-21 | 1 | -4/+2 | |
| | ||||||
* | missing include | Mario | 2025-04-21 | 1 | -0/+1 | |
| | ||||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2025-04-21 | 2 | -2/+4 | |
|\ | ||||||
| * | fix test | Mario Vavti | 2025-04-20 | 2 | -2/+4 | |
| | | ||||||
* | | some cleanup for boot.php | Mario | 2025-04-21 | 1 | -162/+116 | |
|/ | ||||||
* | cleanup Web/Router | Mario | 2025-04-20 | 1 | -36/+53 | |
| | ||||||
* | cleanup Lib/WebServer | Mario | 2025-04-20 | 1 | -55/+29 | |
| | ||||||
* | wrong class | Mario | 2025-04-20 | 1 | -1/+1 | |
| | ||||||
* | whitespace | Mario Vavti | 2025-04-20 | 1 | -2/+0 | |
| | ||||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario Vavti | 2025-04-20 | 3 | -44/+32 | |
|\ | ||||||
| * | Merge branch 'debian_install_20250415' into 'dev' | Mario | 2025-04-19 | 1 | -7/+17 | |
| |\ | | | | | | | | | | | | | debian install script See merge request hubzilla/core!2196 | |||||
| | * | check if update script for selfHOST was downloaded | OJ Randon | 2025-04-15 | 1 | -4/+13 | |
| | | | ||||||
| | * | use wget to download composer and checksum | OJ Randon | 2025-04-15 | 1 | -3/+4 | |
| | | | ||||||
| | * | Merge remote-tracking branch 'official/dev' into fix_debianinstall | OJ Randon | 2025-04-15 | 1233 | -66772/+82525 | |
| | |\ | ||||||
| | * | | fix stop of mysql | OJ Randon | 2025-04-02 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | check if updates work | OJ Randon | 2025-04-01 | 1 | -0/+5 | |
| | | | | ||||||
| | * | | wording and confirmation that Raspi 5 is working | OJ Randon | 2025-04-01 | 1 | -6/+4 | |
| | | | | ||||||
| | * | | fix certbot installation | OJ Randon | 2025-04-01 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | use https for selfhost updater (dyn dns) | OJ Randon | 2025-04-01 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Merge branch 'refactor-language-selector' into 'dev' | Mario | 2025-04-19 | 2 | -37/+15 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Move lang_selector function to Lang module and refactor See merge request hubzilla/core!2195 | |||||
| | * | | | Move lang_selector function to Lang module and refactor | Harald Eilertsen | 2025-04-19 | 2 | -37/+15 | |
| | | | | | ||||||
* | | | | | rawurlencode the cloud paths - issue #1903 (second part) | Mario Vavti | 2025-04-20 | 3 | -16/+30 | |
| | | | | | ||||||
* | | | | | set App::$query_string from from server.request_uri instead of ↵ | Mario Vavti | 2025-04-20 | 1 | -13/+7 | |
| | | | | | | | | | | | | | | | | | | | | server.query_string because the latter will mostly be urldecoded by the server already - issue #1903 (first part) | |||||
* | | | | | add some padding for breadcrumb | Mario Vavti | 2025-04-20 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | strtotime() accounts with the timezone - set it to UTC for the stored timestamp | Mario Vavti | 2025-04-18 | 3 | -4/+7 | |
| | | | | ||||||
* | | | | fix wrong logic | Mario Vavti | 2025-04-18 | 3 | -8/+8 | |
| | | | | ||||||
* | | | | implement until= in message filter | Mario Vavti | 2025-04-18 | 3 | -6/+40 | |
| | | | | ||||||
* | | | | more doco | Mario Vavti | 2025-04-18 | 2 | -2/+3 | |
| | | | | ||||||
* | | | | add more message filter tests | Mario Vavti | 2025-04-18 | 2 | -3/+47 | |
| | | | | ||||||
* | | | | fixes and more test samples | Mario Vavti | 2025-04-17 | 3 | -10/+20 | |
| | | | | ||||||
* | | | | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario Vavti | 2025-04-17 | 17 | -57/+101 | |
|\ \ \ \ | ||||||
| * | | | | use mb_strlen() instead of strlen() | Mario | 2025-04-16 | 1 | -4/+4 | |
| | | | | | ||||||
| * | | | | $_REQUEST > $_POST | Mario | 2025-04-16 | 2 | -20/+20 | |
| | | | | | ||||||
| * | | | | pÃrevent storing files/folder with filenames exceeding their max name length | Mario | 2025-04-16 | 5 | -19/+53 | |
| | | | | | ||||||
| * | | | | stephenhill/base58 seems not maintained anymore and throws a deprecation ↵ | Mario | 2025-04-16 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | warning - fix here for now | |||||
| * | | | | check if the uuid is mapped before using it | Mario | 2025-04-16 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | fix undefined variable warning | Mario | 2025-04-16 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | fix variable name | Mario | 2025-04-16 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | deal with link type attachments | Mario | 2025-04-16 | 2 | -1/+4 | |
| | | | | | ||||||
| * | | | | do not translate network to stream | Mario | 2025-04-16 | 1 | -1/+1 | |
| | |_|/ | |/| | | ||||||
| * | | | remove redundant var declaration | Mario | 2025-04-15 | 1 | -4/+0 | |
| | | | | ||||||
| * | | | fix more php warnings | Mario | 2025-04-15 | 1 | -1/+3 | |
| | | | | ||||||
| * | | | fix more php warnings | Mario | 2025-04-15 | 1 | -1/+2 | |
| | | | | ||||||
| * | | | fix more php warnings | Mario | 2025-04-15 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | this should be info instead of notice | Mario | 2025-04-15 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | fix php warning | Mario | 2025-04-15 | 1 | -5/+9 | |
| | | | | ||||||
| * | | | add suport for strong bbcode tag | Mario | 2025-04-15 | 1 | -0/+3 | |
| | | | | ||||||
| * | | | fix color bbcode markup | Mario | 2025-04-15 | 1 | -1/+1 | |
| | | | |