Harald Eilertsen
|
76eed3c06c
|
Fix context help link for permissions
The target was changed when the new docs was merged.
|
2025-07-13 16:09:33 +02: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
|
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
|
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
|
2b38eca986
|
refactor sql_extra > permission_sql
|
2025-05-15 18:56:30 +00:00 |
|
Mario
|
4bf6752982
|
implement extra sql for mod channel and display
|
2025-05-15 16:57:02 +00:00 |
|
Mario
|
b39fb945f5
|
move look up of thr_parents to separate function and minor fixes
|
2025-05-02 13:24:58 +00:00 |
|
Mario
|
e5cd6330b3
|
default to threaded
|
2025-04-30 14:42:09 +00:00 |
|
Mario
|
ba9637e129
|
lazy load - initial commit
|
2025-04-25 12:46:30 +00:00 |
|
Harald Eilertsen
|
951800eca6
|
Several issues discovered by PHPStan
|
2024-11-14 18:40:15 +00:00 |
|
Harald Eilertsen
|
0dc959d9fe
|
Deprecate *_config() functions in core.
|
2024-03-24 09:58:21 +00:00 |
|
Mario
|
27e57ff7aa
|
fix another php warning
|
2024-03-06 20:52:36 +00:00 |
|
Mario
|
dd204ec34f
|
start using uuid for internal reference instead of base64 encoded mid
|
2024-02-01 11:42:55 +00:00 |
|
Mario
|
a5e32dc3de
|
more deprecate $a
|
2023-09-21 08:34:02 +00:00 |
|
Mario
|
e16aefec2c
|
call init allthough it does not contain anything atm. it will set up things we need later e.g. App::$page["htmlhead"] and php will raise a warning if it does not exist. Also minor cleanup
|
2023-08-30 08:44:18 +00:00 |
|
Mario
|
9eb332f032
|
allow to look for pubstream items if we do not own one but make sure the permissons are checked correctly
|
2022-11-10 17:57:26 +00:00 |
|
Mario
|
b55801323c
|
fix warnings
|
2022-11-03 15:26:46 +00:00 |
|
Mario
|
5edd13c6bb
|
fix various issues
|
2022-10-21 11:20:23 +02:00 |
|
Mario Vavti
|
53931017b9
|
fix php warnings
|
2022-10-20 11:15:06 +02:00 |
|
Mario Vavti
|
3bfbc70587
|
check against null
|
2022-08-07 14:06:08 +02:00 |
|
Mario
|
04eb20ac35
|
some cleanup after moving articles and cards to addons
|
2022-05-06 14:58:27 +00:00 |
|
Mario
|
ddbc55d166
|
fix mod display regressions
|
2021-09-07 10:21:02 +00:00 |
|
Mario
|
529824d010
|
more unpack_link_id()
|
2021-09-04 08:18:41 +00:00 |
|
Mario
|
0dc09ea238
|
possible minor performance improvement
|
2021-05-05 08:36:18 +00:00 |
|
Mario
|
888c211f44
|
check perms for comments since in AP they can be different from the top level post
|
2021-04-26 11:53:25 +00:00 |
|
Mario
|
19b96e37fb
|
Merge branch 'dev' into air
|
2021-03-24 19:46:07 +00:00 |
|
Mario
|
2d716b74b9
|
more work on mod display
|
2021-03-23 11:38:42 +00:00 |
|
Mario
|
cc9fd4f4a4
|
fix regression in mod display
(cherry picked from commit 43c5b72317)
|
2021-03-23 12:05:40 +01:00 |
|
Mario
|
43c5b72317
|
fix regression in mod display
|
2021-03-23 10:54:27 +00:00 |
|
Mario
|
b51049227f
|
fix mod display query
|
2021-03-10 20:34:47 +00:00 |
|
M. Dent
|
d6b259bb27
|
FIX: Display urls won't show to permitted remote observers
|
2021-02-14 17:16:25 +01:00 |
|
Mario
|
83f0c3d1dd
|
some work to fix r_preview in list mode
|
2021-01-14 14:28:35 +00:00 |
|
Mario
|
bb43c57b07
|
make simple update more simple again
|
2020-11-21 20:57:50 +00:00 |
|
Mario
|
f2fd12fbe5
|
Do away with auto updates except for our own actions. We might consider to re-implement this for single thread view like eg /display. Instead of calculating scroll positions during updates, keep track of expanded items and set the expanded state when updating - this fixes issue #1488
|
2020-11-18 09:52:44 +00:00 |
|
Mario
|
96de38a1f0
|
adapt notifications and mark item seen handling to play well with client side page caching
|
2020-10-22 11:33:25 +00:00 |
|
Mario
|
88eb19165b
|
the parent id is required later in the process
|
2020-04-22 18:15:02 +00:00 |
|
Mario
|
2a0a06d74a
|
some work on zot6 DMs
|
2020-01-15 21:43:47 +00:00 |
|
Mario
|
b62eb665c5
|
sse: store the item mid plus reactions mids in data-mids and change functions accordingly
|
2019-11-22 14:11:26 +00:00 |
|
Max Kostikov
|
06837bd32b
|
Revert code to use thr_parent for comment replies
|
2019-05-01 15:12:01 +02:00 |
|
Max Kostikov
|
e945c12856
|
Add displaying support for threaded comments
|
2019-04-30 11:00:13 +02:00 |
|
DM42.Net (Matt Dent)
|
af84c4e6bd
|
Add ITEM_TYPE_CUSTOM support to Zotlabs/Module/Display.php
|
2019-03-24 22:56:18 -04:00 |
|
Mario Vavti
|
968c6ed8be
|
some more xss prevention
|
2019-03-18 21:30:25 +01:00 |
|
Mario Vavti
|
13ca56d380
|
if local_channel() and updating the page do not query for another item if the first query returned no results. we will most probably find an item from another channel (e.g. after liking a comment) and end up with multiple items with the same mid from different channels after the page update
|
2019-02-18 14:27:01 +01:00 |
|
zotlabs
|
8ab1f31058
|
reset page title if article has no title.
|
2018-12-05 16:24:30 -08:00 |
|
zotlabs
|
69584f541d
|
hubzilla core issue #1278 - page update always reloads if noscript content is enabled
|
2018-10-07 22:12:49 -07:00 |
|
M. Dent
|
ff20370d0b
|
Status editor hook
|
2018-09-29 20:22:27 +02:00 |
|
Mario Vavti
|
d29415a6e2
|
provide a noscript_content switch for mod channel and display
|
2018-09-07 14:23:16 +02:00 |
|
zotlabs
|
9b620b2a35
|
remove checkjs reloader from mod_display also
|
2018-08-20 20:07:54 -07:00 |
|
zotlabs
|
7e736c5359
|
apply changes to slider defaults across all modules that use buildQuery for updates
|
2018-06-15 15:21:19 -07:00 |
|
Mario Vavti
|
a8274bbfb3
|
missing permission description
|
2018-05-21 09:25:57 +02:00 |
|