Mario
342f736eb7
improved autoexpand
2025-06-04 19:55:05 +00:00
Mario
0283c77961
do not prevent default too early
2025-06-04 16:38:30 +00:00
Mario
7740a7501b
improved indentation and its logic
2025-06-04 16:33:05 +00:00
Mario
ed97164f01
remove unused code
2025-06-04 14:35:35 +00:00
Mario
6649eca2bf
move expand to item menu to get rid of the single click lag
2025-06-04 14:34:44 +00:00
Mario
64ae1eb5e8
add ability to auto-expand a comment reply thread
2025-06-03 08:31:19 +00:00
Mario
d42a89d4b5
disable reactions in pinned widget
2025-06-02 07:55:24 +00:00
Mario
bb05f520c1
fix pinned widget
2025-06-02 07:38:11 +00:00
Mario
f8afa77369
add internal follow and ignore verbs to the list of filtered verbs and add 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.
2025-06-01 18:48:16 +00:00
Mario
940fd26db7
add the thr_parents if we are in channel single view mode
2025-06-01 10:44:33 +00:00
Mario
fca6ddd35b
change the animation so that it will not interfere with bootstrap stuff
2025-06-01 10:14:18 +00:00
Mario
a5ded5884c
no need to set animation constant
2025-06-01 04:58:06 +00:00
Mario
d0686796cd
it is the fill: both option that woes with dropdown visibility - set it to none
2025-06-01 04:57:05 +00:00
Mario
3ea323bfb0
handle intro notifications via /notify/view so that it will eventually be marked seen
2025-05-31 20:16:24 +00:00
Mario
c826b307c2
fix display issue
2025-05-31 18:43:07 +00:00
Mario
00edbe4393
bump version
2025-05-31 17:07:00 +00:00
Mario
525a45f69c
make sure to load the profile when in channel module
2025-05-31 16:56:30 +00:00
Mario
e35d4b6be0
only show load more if total comments > loaded comments
2025-05-30 09:55:26 +00:00
Mario
83c963378e
remove more redundant sql (perms for the given IDs MUST be checked at the calling module already) and update documentation
2025-05-29 19:47:53 +00:00
Mario
7705d7a87f
this is not required because we already filter by a given set of ids here
2025-05-29 19:31:23 +00:00
Mario
3060126123
bump version
2025-05-29 19:12:27 +00:00
Mario
29f14ff96b
only count comments if we are in threaded mode
2025-05-29 19:10:20 +00:00
Mario
8a8219fe72
improved wording
2025-05-29 18:38:11 +00:00
Mario
0aef9b486d
fix typo
2025-05-29 17:58:48 +00:00
Mario
d584e4f7d5
fix queries in certain situations returning more results than we need producing unexpected rendering results
2025-05-29 17:58:04 +00:00
Mario
71fbc3ff5c
bump version
2025-05-29 14:25:20 +00:00
Mario
3613257cdc
pass permission sql to item_reaction_sql() in case we are a visitor and rename the variable
2025-05-29 14:24:53 +00:00
Mario
f61fd2d337
if we are not in threaded mode default comments limit to 1000
2025-05-29 11:55:02 +00:00
Mario
bd8ffcd28d
bump version
2025-05-29 10:14:20 +00:00
Mario
20148d23f1
toplevel comments pagination: initial commit
2025-05-29 10:13:32 +00:00
Mario
bdcee46138
do not check for possibly unset var
2025-05-28 12:53:53 +00:00
Mario
bc40c3f7c0
bump version
2025-05-28 09:18:49 +00:00
Mario
7e3d86bc37
more refactor and streamline for re-usability and easier maintenance
2025-05-28 09:15:18 +00:00
Mario
f0229c9f42
update todo
2025-05-27 09:02:52 +00:00
Mario
7cd44e2112
minor cleanup
2025-05-27 08:31:37 +00:00
Mario
3a3ae2b204
fix a undefined var warning and move some definitions closer to where the value is set for better readability
2025-05-27 08:12:33 +00:00
Mario
4df3c8d2a1
bump version
2025-05-27 08:06:20 +00:00
Mario
8d1fea7ec3
new version of items_by_parent_ids() and item_reaction_sql() with much better performance, streamline rsvp naming convention and some preparatory work for comment lazy loading (unfinshed)
2025-05-27 08:04:36 +00:00
Mario
3535cb3b96
remove the word only. the filter icon should be clear enough.
2025-05-25 17:56:38 +00:00
Mario
48af5b354d
bump version
2025-05-25 14:16:47 +00:00
Mario
19df2f596b
revert to previous iteration of the parents query function until performance issues will be resolved and adapt the modules accordingly
2025-05-25 14:05:08 +00:00
Mario
d31221e61b
use else instead of checking for $ret
2025-05-23 11:54:30 +00:00
Mario
043c1610fd
refactor items_by_parent_ids() to accept $thr_parents as an array and stringify it here with the escape flag instead of in the caller modules
2025-05-23 11:35:10 +00:00
Mario
84a4927866
bump version
2025-05-23 10:01:18 +00:00
Mario
2c3ec1ae81
Merge branch 'phpstan-fixes' into 'dev'
...
Fix a selection of ussues reported by PHPStan
See merge request hubzilla/core!2203
2025-05-23 09:58:59 +00:00
Mario
5655962370
Merge branch 'update-doxygen-config' into 'dev'
...
Minor doxygen config update
See merge request hubzilla/core!2202
2025-05-23 09:55:15 +00:00
Mario
cd7fab3d37
refactor query in items_by_parent_ids() to prepare for pagination. Until pagination will be implemented we will load the last 100 comments.
2025-05-23 09:51:11 +00:00
Mario
980fedadc0
dba_pdo: return results when using common table expressions (CTE)
2025-05-23 09:47:25 +00:00
Harald Eilertsen
0121e4ed12
Fix undefined variables in Module/Regate.php
2025-05-22 19:03:06 +02:00
Harald Eilertsen
ea6893e3a3
Fix undefined var in Module/Invite.php
...
The variables $invexpire_n and $invexpire_u was undefined, but
references multiple times in a conditional. Just removed them which
should cause no changed behaviour.
2025-05-22 19:03:06 +02:00