aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* define variableMario2025-04-211-0/+1
|
* fix php warningsMario2025-04-211-1/+1
|
* fix php warningsMario2025-04-211-4/+2
|
* missing includeMario2025-04-211-0/+1
|
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2025-04-212-2/+4
|\
| * fix testMario Vavti2025-04-202-2/+4
| |
* | some cleanup for boot.phpMario2025-04-211-162/+116
|/
* cleanup Web/RouterMario2025-04-201-36/+53
|
* cleanup Lib/WebServerMario2025-04-201-55/+29
|
* wrong classMario2025-04-201-1/+1
|
* whitespaceMario Vavti2025-04-201-2/+0
|
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2025-04-203-44/+32
|\
| * Merge branch 'debian_install_20250415' into 'dev'Mario2025-04-191-7/+17
| |\ | | | | | | | | | | | | debian install script See merge request hubzilla/core!2196
| | * check if update script for selfHOST was downloadedOJ Randon2025-04-151-4/+13
| | |
| | * use wget to download composer and checksumOJ Randon2025-04-151-3/+4
| | |
| | * Merge remote-tracking branch 'official/dev' into fix_debianinstallOJ Randon2025-04-151233-66772/+82525
| | |\
| | * | fix stop of mysqlOJ Randon2025-04-021-1/+1
| | | |
| | * | check if updates workOJ Randon2025-04-011-0/+5
| | | |
| | * | wording and confirmation that Raspi 5 is workingOJ Randon2025-04-011-6/+4
| | | |
| | * | fix certbot installationOJ Randon2025-04-011-1/+1
| | | |
| | * | use https for selfhost updater (dyn dns)OJ Randon2025-04-011-1/+1
| | | |
| * | | Merge branch 'refactor-language-selector' into 'dev'Mario2025-04-192-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 refactorHarald Eilertsen2025-04-192-37/+15
| | | | |
* | | | | rawurlencode the cloud paths - issue #1903 (second part)Mario Vavti2025-04-203-16/+30
| | | | |
* | | | | set App::$query_string from from server.request_uri instead of ↵Mario Vavti2025-04-201-13/+7
| | | | | | | | | | | | | | | | | | | | server.query_string because the latter will mostly be urldecoded by the server already - issue #1903 (first part)
* | | | | add some padding for breadcrumbMario Vavti2025-04-201-1/+1
|/ / / /
* | | | strtotime() accounts with the timezone - set it to UTC for the stored timestampMario Vavti2025-04-183-4/+7
| | | |
* | | | fix wrong logicMario Vavti2025-04-183-8/+8
| | | |
* | | | implement until= in message filterMario Vavti2025-04-183-6/+40
| | | |
* | | | more docoMario Vavti2025-04-182-2/+3
| | | |
* | | | add more message filter testsMario Vavti2025-04-182-3/+47
| | | |
* | | | fixes and more test samplesMario Vavti2025-04-173-10/+20
| | | |
* | | | Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2025-04-1717-57/+101
|\ \ \ \
| * | | | use mb_strlen() instead of strlen()Mario2025-04-161-4/+4
| | | | |
| * | | | $_REQUEST > $_POSTMario2025-04-162-20/+20
| | | | |
| * | | | pÃrevent storing files/folder with filenames exceeding their max name lengthMario2025-04-165-19/+53
| | | | |
| * | | | stephenhill/base58 seems not maintained anymore and throws a deprecation ↵Mario2025-04-161-2/+2
| | | | | | | | | | | | | | | | | | | | warning - fix here for now
| * | | | check if the uuid is mapped before using itMario2025-04-161-1/+1
| | | | |
| * | | | fix undefined variable warningMario2025-04-161-0/+1
| | | | |
| * | | | fix variable nameMario2025-04-161-1/+1
| | | | |
| * | | | deal with link type attachmentsMario2025-04-162-1/+4
| | | | |
| * | | | do not translate network to streamMario2025-04-161-1/+1
| | |_|/ | |/| |
| * | | remove redundant var declarationMario2025-04-151-4/+0
| | | |
| * | | fix more php warningsMario2025-04-151-1/+3
| | | |
| * | | fix more php warningsMario2025-04-151-1/+2
| | | |
| * | | fix more php warningsMario2025-04-151-0/+1
| | | |
| * | | this should be info instead of noticeMario2025-04-151-2/+2
| | | |
| * | | fix php warningMario2025-04-151-5/+9
| | | |
| * | | add suport for strong bbcode tagMario2025-04-151-0/+3
| | | |
| * | | fix color bbcode markupMario2025-04-151-1/+1
| | | |