Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | it is hard to keep the overview with more than 3 levels | Mario | 2025-06-07 | 2 | -2/+2 | |
| | ||||||
* | bump version | Mario | 2025-06-06 | 1 | -1/+1 | |
| | ||||||
* | reset indents for possible followup autoexpand | Mario | 2025-06-06 | 1 | -0/+8 | |
| | ||||||
* | bump version | Mario | 2025-06-06 | 1 | -1/+1 | |
| | ||||||
* | improved autoexpand | Mario | 2025-06-06 | 2 | -8/+58 | |
| | ||||||
* | bump version | Mario | 2025-06-05 | 1 | -1/+1 | |
| | ||||||
* | cleanup, fix iteration counter and bump literations to 10 | Mario | 2025-06-05 | 1 | -30/+22 | |
| | ||||||
* | bump version | Mario | 2025-06-05 | 1 | -1/+1 | |
| | ||||||
* | revert to previous color generation logic | Mario | 2025-06-05 | 1 | -12/+4 | |
| | ||||||
* | Merge branch 'new-de-docs' into 'dev' | Mario | 2025-06-05 | 655 | -481/+11378 | |
|\ | | | | | | | | | New de docs See merge request hubzilla/core!2205 | |||||
| * | remove unneeded files | PepeCyB | 2025-05-27 | 12 | -481/+0 | |
| | | ||||||
| * | new german help-files added | PepeCyB | 2025-05-27 | 644 | -0/+11378 | |
| | | ||||||
* | | Merge branch 'more-phpstan-fixes' into 'dev' | Mario | 2025-06-05 | 3 | -4/+14 | |
|\ \ | | | | | | | | | | | | | More PHPStan fixes See merge request hubzilla/core!2204 | |||||
| * | | Ignore PHPStan warning of missing .htpreconfig | Harald Eilertsen | 2025-05-24 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | The existence of the file is checked in the if-statement wrapping the include. | |||||
| * | | Fix undefined static function in Zot6Handler | Harald Eilertsen | 2025-05-24 | 1 | -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::current | Harald Eilertsen | 2025-05-23 | 1 | -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 comanche | Harald Eilertsen | 2025-05-23 | 1 | -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' | Mario | 2025-06-05 | 4 | -4/+51 | |
|\ \ \ | | | | | | | | | | | | | | | | | Throw if channel keys missing in JcsEddsa2022::sign See merge request hubzilla/core!2201 | |||||
| * | | | Throw if channel keys missing in JcsEddsa2022::sign | Harald Eilertsen | 2025-06-05 | 4 | -4/+51 | |
| |/ / | ||||||
* | | | bump version | Mario | 2025-06-05 | 1 | -1/+1 | |
| | | | ||||||
* | | | iterate only 3 levels when autoexpanding, improve color generation to get ↵ | Mario | 2025-06-05 | 2 | -14/+23 | |
| | | | | | | | | | | | | more random colors | |||||
* | | | bump version | Mario | 2025-06-05 | 1 | -1/+1 | |
| | | | ||||||
* | | | fix other reactions buttons and bring some color to indents | Mario | 2025-06-05 | 2 | -36/+42 | |
| | | | ||||||
* | | | better center the gt | Mario | 2025-06-05 | 1 | -1/+1 | |
| | | | ||||||
* | | | more better center the dash | Mario | 2025-06-05 | 1 | -1/+1 | |
| | | | ||||||
* | | | better center the dash | Mario | 2025-06-05 | 1 | -1/+1 | |
| | | | ||||||
* | | | version | Mario | 2025-06-05 | 1 | -1/+1 | |
| | | | ||||||
* | | | threading: implement manual indent and collapse | Mario | 2025-06-05 | 2 | -6/+36 | |
| | | | ||||||
* | | | bump version | Mario | 2025-06-04 | 1 | -1/+1 | |
| | | | ||||||
* | | | improved autoexpand | Mario | 2025-06-04 | 2 | -10/+10 | |
| | | | ||||||
* | | | do not prevent default too early | Mario | 2025-06-04 | 2 | -3/+3 | |
| | | | ||||||
* | | | improved indentation and its logic | Mario | 2025-06-04 | 4 | -17/+36 | |
| | | | ||||||
* | | | remove unused code | Mario | 2025-06-04 | 1 | -26/+0 | |
| | | | ||||||
* | | | move expand to item menu to get rid of the single click lag | Mario | 2025-06-04 | 4 | -23/+53 | |
| | | | ||||||
* | | | add ability to auto-expand a comment reply thread | Mario | 2025-06-03 | 4 | -16/+181 | |
| | | | ||||||
* | | | disable reactions in pinned widget | Mario | 2025-06-02 | 1 | -1/+1 | |
| | | | ||||||
* | | | fix pinned widget | Mario | 2025-06-02 | 1 | -2/+2 | |
| | | | ||||||
* | | | add internal follow and ignore verbs to the list of filtered verbs and add ↵ | Mario | 2025-06-01 | 1 | -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 mode | Mario | 2025-06-01 | 1 | -3/+8 | |
| | | | ||||||
* | | | change the animation so that it will not interfere with bootstrap stuff | Mario | 2025-06-01 | 3 | -14/+23 | |
| | | | ||||||
* | | | no need to set animation constant | Mario | 2025-06-01 | 1 | -1/+1 | |
| | | | ||||||
* | | | it is the fill: both option that woes with dropdown visibility - set it to none | Mario | 2025-06-01 | 3 | -10/+3 | |
| | | | ||||||
* | | | handle intro notifications via /notify/view so that it will eventually be ↵ | Mario | 2025-05-31 | 1 | -4/+1 | |
| | | | | | | | | | | | | marked seen | |||||
* | | | fix display issue | Mario | 2025-05-31 | 2 | -1/+8 | |
| | | | ||||||
* | | | bump version | Mario | 2025-05-31 | 1 | -1/+1 | |
| | | | ||||||
* | | | make sure to load the profile when in channel module | Mario | 2025-05-31 | 1 | -0/+5 | |
| | | | ||||||
* | | | only show load more if total comments > loaded comments | Mario | 2025-05-30 | 2 | -6/+9 | |
| | | | ||||||
* | | | remove more redundant sql (perms for the given IDs MUST be checked at the ↵ | Mario | 2025-05-29 | 1 | -12/+12 | |
| | | | | | | | | | | | | calling module already) and update documentation | |||||
* | | | this is not required because we already filter by a given set of ids here | Mario | 2025-05-29 | 1 | -4/+0 | |
| | | | ||||||
* | | | bump version | Mario | 2025-05-29 | 1 | -1/+1 | |
| | | |