Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor query in items_by_parent_ids() to prepare for pagination. Until ↵ | Mario | 2025-05-23 | 1 | -32/+127 |
| | | | | pagination will be implemented we will load the last 100 comments. | ||||
* | dba_pdo: return results when using common table expressions (CTE) | Mario | 2025-05-23 | 1 | -1/+1 |
| | |||||
* | Revert "implement thread limit" | Mario | 2025-05-21 | 1 | -20/+2 |
| | | | | This reverts commit be35f612eb9a8c3ed17abe8c4ec82056e03c66f3. | ||||
* | implement thread limit | Mario | 2025-05-21 | 1 | -2/+20 |
| | |||||
* | more return early if we have not got the required data | Mario | 2025-05-21 | 1 | -0/+4 |
| | |||||
* | return early if we have not got the required data | Mario | 2025-05-21 | 1 | -0/+12 |
| | |||||
* | fix php warning | Mario | 2025-05-21 | 1 | -1/+1 |
| | |||||
* | bump version | Mario | 2025-05-20 | 1 | -1/+1 |
| | |||||
* | check if function exists - aparently that is not always the case | Mario Vavti | 2025-05-20 | 1 | -1/+1 |
| | |||||
* | add exif to extensions to install | Mario Vavti | 2025-05-20 | 1 | -1/+1 |
| | |||||
* | guess_image_type(): fix minor issue and add some tests (guessing from ↵ | Mario Vavti | 2025-05-20 | 5 | -5/+64 |
| | | | | getimagesize() and Imagick is not tested) | ||||
* | Merge branch 'messages-widget-tests' into 'dev' | Mario | 2025-05-20 | 1 | -0/+83 |
|\ | | | | | | | | | Add a couple of tests for Widget\Messages See merge request hubzilla/core!2200 | ||||
| * | Add a couple of tests for Widget\Messages | Harald Eilertsen | 2025-05-19 | 1 | -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 ↵ | Mario | 2025-05-19 | 1 | -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 error | Mario | 2025-05-19 | 1 | -1/+1 |
| | | |||||
* | | add logging on failure | Mario | 2025-05-19 | 1 | -0/+2 |
| | | |||||
* | | refactor guess_image_type() | Mario | 2025-05-19 | 1 | -87/+65 |
| | | |||||
* | | remove leftover after recent changes | Mario | 2025-05-19 | 1 | -2/+0 |
|/ | |||||
* | Merge branch 'new-docs' into 'dev' | Mario | 2025-05-18 | 894 | -15889/+7993 |
|\ | | | | | | | | | Replace english docs with pepecyb's docs See merge request hubzilla/core!2189 | ||||
| * | Replace english docs with pepecyb's docs | Harald Eilertsen | 2025-05-18 | 894 | -15889/+7993 |
| | | |||||
* | | define variable | Mario | 2025-05-18 | 1 | -0/+2 |
| | | |||||
* | | Revert "define variable" | Mario | 2025-05-18 | 2 | -5/+1 |
| | | | | | | | | This reverts commit a773ca8a24da5224ce2995c26861b57620dc6bf6. | ||||
* | | define variable | Mario | 2025-05-18 | 2 | -1/+5 |
| | | |||||
* | | bump version | Mario | 2025-05-17 | 1 | -1/+1 |
| | | |||||
* | | actually fix thr_parent arrows | Mario | 2025-05-17 | 2 | -2/+5 |
| | | |||||
* | | version | Mario | 2025-05-17 | 1 | -1/+1 |
| | | |||||
* | | revert moving thr_parent retrieval to SQL in favor of a more simple solution ↵ | Mario | 2025-05-17 | 1 | -1/+4 |
| | | | | | | | | (fixes SQL error in postgres and strict mysql) | ||||
* | | revert moving thr_parent retrieval to SQL in favor of a more simple solution ↵ | Mario | 2025-05-17 | 1 | -11/+0 |
| | | | | | | | | (fixes SQL error in postgres and strict mysql)Zotlabs/Lib/ThreadItem.php | ||||
* | | bump version | Mario | 2025-05-16 | 1 | -1/+1 |
| | | |||||
* | | pinned item fixes | Mario | 2025-05-16 | 3 | -82/+24 |
| | | |||||
* | | refactor cache_embeds daemon to be called with uuid (instead of item id) so ↵ | Mario | 2025-05-16 | 2 | -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-gd | Mario | 2025-05-16 | 4 | -1/+27 |
| | |||||
* | version | Mario | 2025-05-15 | 1 | -1/+1 |
| | |||||
* | refactor sql_extra > permission_sql | Mario | 2025-05-15 | 3 | -15/+22 |
| | |||||
* | make sure sql_extra is prepared for the c table | Mario | 2025-05-15 | 1 | -1/+3 |
| | |||||
* | Revert "make sure sql_extra is prepared for the c table" | Mario | 2025-05-15 | 4 | -27/+83 |
| | | | | This reverts commit 869b047fde97fe4e9605177680768c584ad0a7c3. | ||||
* | make sure sql_extra is prepared for the c table | Mario | 2025-05-15 | 4 | -83/+27 |
| | |||||
* | implement extra sql for mod channel and display | Mario | 2025-05-15 | 3 | -7/+9 |
| | |||||
* | first part of cleanups for the conv libs and move thr_parent_uuid retrieval ↵ | Mario | 2025-05-15 | 5 | -156/+22 |
| | | | | to sql | ||||
* | remove unused var | Mario | 2025-05-15 | 1 | -1/+0 |
| | |||||
* | fix announce source title (addr) not correct | Mario | 2025-05-15 | 2 | -1/+10 |
| | |||||
* | no need to scroll to toplevels | Mario | 2025-05-15 | 2 | -25/+27 |
| | |||||
* | bump version | Mario | 2025-05-15 | 1 | -1/+1 |
| | |||||
* | fix offset calculation if element position is relative and use inset box ↵ | Mario | 2025-05-15 | 3 | -4/+24 |
| | | | | shadow for highlighting items plus some css fixes | ||||
* | version | Mario | 2025-05-14 | 1 | -1/+1 |
| | |||||
* | another attempt to fix collapsing | Mario | 2025-05-14 | 1 | -7/+12 |
| | |||||
* | Reapply "fix collapsing" | Mario | 2025-05-14 | 1 | -9/+8 |
| | | | | This reverts commit a3f37e2f1eaf0656462c5e9c76d60cf4bba5ccb9. | ||||
* | Revert "fix collapsing" | Mario | 2025-05-14 | 1 | -8/+9 |
| | | | | This reverts commit 948ceb3faca065c15aa595c96af4e31f3bd73be4. | ||||
* | revert css fixes for messages widget | Mario | 2025-05-14 | 1 | -6/+6 |
| | |||||
* | pinned item template fixes (requires more work) and minor css fixes | Mario | 2025-05-14 | 7 | -160/+94 |
| |