aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* refactor query in items_by_parent_ids() to prepare for pagination. Until ↵Mario2025-05-231-32/+127
| | | | pagination will be implemented we will load the last 100 comments.
* dba_pdo: return results when using common table expressions (CTE)Mario2025-05-231-1/+1
|
* Revert "implement thread limit"Mario2025-05-211-20/+2
| | | | This reverts commit be35f612eb9a8c3ed17abe8c4ec82056e03c66f3.
* implement thread limitMario2025-05-211-2/+20
|
* more return early if we have not got the required dataMario2025-05-211-0/+4
|
* return early if we have not got the required dataMario2025-05-211-0/+12
|
* fix php warningMario2025-05-211-1/+1
|
* bump versionMario2025-05-201-1/+1
|
* check if function exists - aparently that is not always the caseMario Vavti2025-05-201-1/+1
|
* add exif to extensions to installMario Vavti2025-05-201-1/+1
|
* guess_image_type(): fix minor issue and add some tests (guessing from ↵Mario Vavti2025-05-205-5/+64
| | | | getimagesize() and Imagick is not tested)
* Merge branch 'messages-widget-tests' into 'dev'Mario2025-05-201-0/+83
|\ | | | | | | | | Add a couple of tests for Widget\Messages See merge request hubzilla/core!2200
| * Add a couple of tests for Widget\MessagesHarald Eilertsen2025-05-191-0/+83
| | | | | | | | | | Just a couple of basic tests around listing file tags, to make sure the code runs without any warnings.
* | since photo_cache images depend on items uese default expire days instead of ↵Mario2025-05-191-2/+3
| | | | | | | | cache expire days otherwise they might be removed too early (if they have not been removed yet due to cache expire policy)
* | fix syntax errorMario2025-05-191-1/+1
| |
* | add logging on failureMario2025-05-191-0/+2
| |
* | refactor guess_image_type()Mario2025-05-191-87/+65
| |
* | remove leftover after recent changesMario2025-05-191-2/+0
|/
* Merge branch 'new-docs' into 'dev'Mario2025-05-18894-15889/+7993
|\ | | | | | | | | Replace english docs with pepecyb's docs See merge request hubzilla/core!2189
| * Replace english docs with pepecyb's docsHarald Eilertsen2025-05-18894-15889/+7993
| |
* | define variableMario2025-05-181-0/+2
| |
* | Revert "define variable"Mario2025-05-182-5/+1
| | | | | | | | This reverts commit a773ca8a24da5224ce2995c26861b57620dc6bf6.
* | define variableMario2025-05-182-1/+5
| |
* | bump versionMario2025-05-171-1/+1
| |
* | actually fix thr_parent arrowsMario2025-05-172-2/+5
| |
* | versionMario2025-05-171-1/+1
| |
* | revert moving thr_parent retrieval to SQL in favor of a more simple solution ↵Mario2025-05-171-1/+4
| | | | | | | | (fixes SQL error in postgres and strict mysql)
* | revert moving thr_parent retrieval to SQL in favor of a more simple solution ↵Mario2025-05-171-11/+0
| | | | | | | | (fixes SQL error in postgres and strict mysql)Zotlabs/Lib/ThreadItem.php
* | bump versionMario2025-05-161-1/+1
| |
* | pinned item fixesMario2025-05-163-82/+24
| |
* | refactor cache_embeds daemon to be called with uuid (instead of item id) so ↵Mario2025-05-162-10/+14
|/ | | | that it will only be processed once (the queueworker will dismiss duplicates) and add a hook for the photocache addon
* add avif support for php-gdMario2025-05-164-1/+27
|
* versionMario2025-05-151-1/+1
|
* refactor sql_extra > permission_sqlMario2025-05-153-15/+22
|
* make sure sql_extra is prepared for the c tableMario2025-05-151-1/+3
|
* Revert "make sure sql_extra is prepared for the c table"Mario2025-05-154-27/+83
| | | | This reverts commit 869b047fde97fe4e9605177680768c584ad0a7c3.
* make sure sql_extra is prepared for the c tableMario2025-05-154-83/+27
|
* implement extra sql for mod channel and displayMario2025-05-153-7/+9
|
* first part of cleanups for the conv libs and move thr_parent_uuid retrieval ↵Mario2025-05-155-156/+22
| | | | to sql
* remove unused varMario2025-05-151-1/+0
|
* fix announce source title (addr) not correctMario2025-05-152-1/+10
|
* no need to scroll to toplevelsMario2025-05-152-25/+27
|
* bump versionMario2025-05-151-1/+1
|
* fix offset calculation if element position is relative and use inset box ↵Mario2025-05-153-4/+24
| | | | shadow for highlighting items plus some css fixes
* versionMario2025-05-141-1/+1
|
* another attempt to fix collapsingMario2025-05-141-7/+12
|
* Reapply "fix collapsing"Mario2025-05-141-9/+8
| | | | This reverts commit a3f37e2f1eaf0656462c5e9c76d60cf4bba5ccb9.
* Revert "fix collapsing"Mario2025-05-141-8/+9
| | | | This reverts commit 948ceb3faca065c15aa595c96af4e31f3bd73be4.
* revert css fixes for messages widgetMario2025-05-141-6/+6
|
* pinned item template fixes (requires more work) and minor css fixesMario2025-05-147-160/+94
|