aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* it is hard to keep the overview with more than 3 levelsMario2025-06-072-2/+2
|
* bump versionMario2025-06-061-1/+1
|
* reset indents for possible followup autoexpandMario2025-06-061-0/+8
|
* bump versionMario2025-06-061-1/+1
|
* improved autoexpandMario2025-06-062-8/+58
|
* bump versionMario2025-06-051-1/+1
|
* cleanup, fix iteration counter and bump literations to 10Mario2025-06-051-30/+22
|
* bump versionMario2025-06-051-1/+1
|
* revert to previous color generation logicMario2025-06-051-12/+4
|
* Merge branch 'new-de-docs' into 'dev'Mario2025-06-05655-481/+11378
|\ | | | | | | | | New de docs See merge request hubzilla/core!2205
| * remove unneeded filesPepeCyB2025-05-2712-481/+0
| |
| * new german help-files addedPepeCyB2025-05-27644-0/+11378
| |
* | Merge branch 'more-phpstan-fixes' into 'dev'Mario2025-06-053-4/+14
|\ \ | | | | | | | | | | | | More PHPStan fixes See merge request hubzilla/core!2204
| * | Ignore PHPStan warning of missing .htpreconfigHarald Eilertsen2025-05-241-1/+3
| | | | | | | | | | | | | | | The existence of the file is checked in the if-statement wrapping the include.
| * | Fix undefined static function in Zot6HandlerHarald Eilertsen2025-05-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | The static function `reply_rekey_request` did not exist, but a function `rekey_request` that was never called did. Changed the call to use the latter function instead. Note: This is completely untested code, and probably needs some validation. But then it did not work before either.
| * | Fix missing return in Render\Theme::currentHarald Eilertsen2025-05-231-2/+7
| | | | | | | | | | | | | | | Also made the function halt with a status 500 and log a message if no theme was found.
| * | Add App::$page_layouts attribute for comancheHarald Eilertsen2025-05-231-0/+3
| | | | | | | | | | | | | | | | | | | | | Zotlabs\Render\Comanche::register_page_template assigns this variable in App (for some reason), but it is not declared. As dynamic attributes are deprecated, and will be removed in PHP 9, this patch fixes the issue by defining the attribute in the App class.
* | | Merge branch 'crash-in-jcxeddsa2022-sign' into 'dev'Mario2025-06-054-4/+51
|\ \ \ | | | | | | | | | | | | | | | | Throw if channel keys missing in JcsEddsa2022::sign See merge request hubzilla/core!2201
| * | | Throw if channel keys missing in JcsEddsa2022::signHarald Eilertsen2025-06-054-4/+51
| |/ /
* | | bump versionMario2025-06-051-1/+1
| | |
* | | iterate only 3 levels when autoexpanding, improve color generation to get ↵Mario2025-06-052-14/+23
| | | | | | | | | | | | more random colors
* | | bump versionMario2025-06-051-1/+1
| | |
* | | fix other reactions buttons and bring some color to indentsMario2025-06-052-36/+42
| | |
* | | better center the gtMario2025-06-051-1/+1
| | |
* | | more better center the dashMario2025-06-051-1/+1
| | |
* | | better center the dashMario2025-06-051-1/+1
| | |
* | | versionMario2025-06-051-1/+1
| | |
* | | threading: implement manual indent and collapseMario2025-06-052-6/+36
| | |
* | | bump versionMario2025-06-041-1/+1
| | |
* | | improved autoexpandMario2025-06-042-10/+10
| | |
* | | do not prevent default too earlyMario2025-06-042-3/+3
| | |
* | | improved indentation and its logicMario2025-06-044-17/+36
| | |
* | | remove unused codeMario2025-06-041-26/+0
| | |
* | | move expand to item menu to get rid of the single click lagMario2025-06-044-23/+53
| | |
* | | add ability to auto-expand a comment reply threadMario2025-06-034-16/+181
| | |
* | | disable reactions in pinned widgetMario2025-06-021-1/+1
| | |
* | | fix pinned widgetMario2025-06-021-2/+2
| | |
* | | add internal follow and ignore verbs to the list of filtered verbs and add ↵Mario2025-06-011-4/+7
| | | | | | | | | | | | commented out code to display/count only one reaction per author. It appears there can be multiple. We should probably look into how this can happen and if we should prevent it earlier.
* | | add the thr_parents if we are in channel single view modeMario2025-06-011-3/+8
| | |
* | | change the animation so that it will not interfere with bootstrap stuffMario2025-06-013-14/+23
| | |
* | | no need to set animation constantMario2025-06-011-1/+1
| | |
* | | it is the fill: both option that woes with dropdown visibility - set it to noneMario2025-06-013-10/+3
| | |
* | | handle intro notifications via /notify/view so that it will eventually be ↵Mario2025-05-311-4/+1
| | | | | | | | | | | | marked seen
* | | fix display issueMario2025-05-312-1/+8
| | |
* | | bump versionMario2025-05-311-1/+1
| | |
* | | make sure to load the profile when in channel moduleMario2025-05-311-0/+5
| | |
* | | only show load more if total comments > loaded commentsMario2025-05-302-6/+9
| | |
* | | remove more redundant sql (perms for the given IDs MUST be checked at the ↵Mario2025-05-291-12/+12
| | | | | | | | | | | | calling module already) and update documentation
* | | this is not required because we already filter by a given set of ids hereMario2025-05-291-4/+0
| | |
* | | bump versionMario2025-05-291-1/+1
| | |